wesnoth/data/gui/themes/celes/widgets/_initial.cfg
Subhraman Sarkar 6b8c2e15e7 theme update for modern and rename themes
include new definitions and updated versions of existing definitions
"default/classic" and "modern" has been renamed to "Parchment" and "Celes" to avoid confusion
2025-01-09 09:02:42 +05:30

24 lines
615 B
INI

# This white color is used for most texts.
#define GUI__FONT_COLOR_ENABLED__WHITE
#arg ALPHA
255 #endarg
"255, 255, 255, {ALPHA}" #enddef
# This gray color is used for most text when the widget is disabled.
#define GUI__FONT_COLOR_DISABLED__WHITE
#arg ALPHA
255 #endarg
"128, 128, 128, {ALPHA}" #enddef
# This golden yellow color is used for titles.
#define GUI__FONT_COLOR_ENABLED__BRIGHT
#arg ALPHA
255 #endarg
"255, 225, 104, {ALPHA}" #enddef
# This gray color is used for most text when the widget is disabled.
#define GUI__FONT_COLOR_DISABLED__BRIGHT
#arg ALPHA
255 #endarg
"255, 225, 104, {ALPHA}" #enddef