Skip to content

Commit

Permalink
Second small tweak to standard "gold" color (fixup faaa412)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Mar 14, 2017
1 parent 60fc61a commit 4e92eb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data/gui/macros/_initial.cfg
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions src/font/standard_colors.cpp
Expand Up @@ -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};

Expand Down

0 comments on commit 4e92eb1

Please sign in to comment.