Change TitleSecondary from Yellow to Light Blue (#376)

This commit is contained in:
Johannes Wünsche 2019-09-08 04:48:21 +02:00 committed by Alexandre Bury
parent 769ab8bf9b
commit 4623e40dab

View File

@ -161,7 +161,7 @@ impl Default for Palette {
Secondary => Dark(Blue),
Tertiary => Dark(White),
TitlePrimary => Dark(Red),
TitleSecondary => Dark(Yellow),
TitleSecondary => Light(Blue),
Highlight => Dark(Red),
HighlightInactive => Dark(Blue),
},