Tweaked standard "gold" color to give it slightly more contrast

This commit is contained in:
Charles Dang 2017-03-13 01:50:33 +11:00
parent 81e38dedb9
commit faaa412dc5
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
"188, 176, 136, 255"
"185, 170, 121, 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 {188, 176, 136},
BUTTON_COLOR {185, 170, 121},
PETRIFIED_COLOR {160, 160, 160},
TITLE_COLOR {188, 176, 136},
TITLE_COLOR {185, 170, 121},
LABEL_COLOR {107, 140, 255},
BIGMAP_COLOR {255, 255, 255};