Repair 66ab35f
in the upwards direction
[ci skip]
(cherry picked from commit d724b1a71d
)
This commit is contained in:
parent
41c5d0cedd
commit
95b4d4e0d7
1 changed files with 6 additions and 9 deletions
|
@ -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…
Add table
Reference in a new issue