Tweaked standard "gold" color to give it slightly more contrast
This commit is contained in:
parent
81e38dedb9
commit
faaa412dc5
2 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
|
|
|
@ -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};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue