Skip to content

Commit

Permalink
Repair 66ab35f in the upwards direction
Browse files Browse the repository at this point in the history
[ci skip]

(cherry picked from commit d724b1a)
  • Loading branch information
Vultraz committed Oct 28, 2018
1 parent 41c5d0c commit 95b4d4e
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions data/gui/macros/_initial.cfg
Expand Up @@ -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
Expand Down

0 comments on commit 95b4d4e

Please sign in to comment.