mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-06 17:01:15 +00:00
Repair 66ab35f in the upwards direction
[ci skip] (cherry picked from commit d724b1a71d67ffd45ad58654d3bd3a7fafdb6694)
This commit is contained in:
parent
41c5d0cedd
commit
95b4d4e0d7
@ -63,22 +63,19 @@
|
||||
# This white color is used for most texts.
|
||||
#define GUI__FONT_COLOR_ENABLED__DEFAULT
|
||||
#arg ALPHA
|
||||
255#endarg
|
||||
"215, 215, 215, {ALPHA}"
|
||||
#enddef
|
||||
255 #endarg
|
||||
"215, 215, 215, {ALPHA}" #enddef
|
||||
|
||||
# This gray color is used for most text when the widget is disabled.
|
||||
#define GUI__FONT_COLOR_DISABLED__DEFAULT
|
||||
#arg ALPHA
|
||||
255#endarg
|
||||
"128, 128, 128, {ALPHA}"
|
||||
#enddef
|
||||
255 #endarg
|
||||
"128, 128, 128, {ALPHA}" #enddef
|
||||
|
||||
#define GUI__FONT_COLOR_DISABLED_DARK__DEFAULT
|
||||
#arg ALPHA
|
||||
255#endarg
|
||||
"96, 96, 96, {ALPHA}"
|
||||
#enddef
|
||||
255 #endarg
|
||||
"96, 96, 96, {ALPHA}" #enddef
|
||||
|
||||
# This gold color is used for the
|
||||
# - title labels
|
||||
|
Loading…
x
Reference in New Issue
Block a user