Second small tweak to standard "gold" color (fixup faaa412d)

This commit is contained in:
Charles Dang 2017-03-14 11:10:42 +11:00
parent 60fc61a9a0
commit 4e92eb1b55
2 changed files with 3 additions and 3 deletions

View file

@ -80,7 +80,7 @@
# - checkbox captions
# - menu captions
#define GUI__FONT_COLOR_ENABLED__TITLE
"185, 170, 121, 255"
"186, 172, 125, 255"
#enddef
# This now uses the default disabled color but should be tiny bit lighter.

View file

@ -24,9 +24,9 @@ const color_t
BAD_COLOR {255, 0 , 0 },
BLACK_COLOR {0 , 0 , 0 },
YELLOW_COLOR {255, 255, 0 },
BUTTON_COLOR {185, 170, 121},
BUTTON_COLOR {186, 172, 125},
PETRIFIED_COLOR {160, 160, 160},
TITLE_COLOR {185, 170, 121},
TITLE_COLOR {186, 172, 125},
LABEL_COLOR {107, 140, 255},
BIGMAP_COLOR {255, 255, 255};