mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-10 03:10:41 +00:00
Change TitleSecondary
from Yellow to Light Blue (#376)
This commit is contained in:
parent
769ab8bf9b
commit
4623e40dab
@ -161,7 +161,7 @@ impl Default for Palette {
|
|||||||
Secondary => Dark(Blue),
|
Secondary => Dark(Blue),
|
||||||
Tertiary => Dark(White),
|
Tertiary => Dark(White),
|
||||||
TitlePrimary => Dark(Red),
|
TitlePrimary => Dark(Red),
|
||||||
TitleSecondary => Dark(Yellow),
|
TitleSecondary => Light(Blue),
|
||||||
Highlight => Dark(Red),
|
Highlight => Dark(Red),
|
||||||
HighlightInactive => Dark(Blue),
|
HighlightInactive => Dark(Blue),
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user