mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-13 15:31:31 +00:00

include new definitions and updated versions of existing definitions "default/classic" and "modern" has been renamed to "Parchment" and "Celes" to avoid confusion
24 lines
615 B
INI
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
|