Reduce brightness of default font color slightly
Makes it a little less of a strain on the eyes given the background color
This commit is contained in:
parent
5dcb578c3d
commit
d299ab1292
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@
|
|||
|
||||
# This white color is used for most texts.
|
||||
#define GUI__FONT_COLOR_ENABLED__DEFAULT
|
||||
"221, 221, 221, 255"
|
||||
"215, 215, 215, 255"
|
||||
#enddef
|
||||
|
||||
# This gray color is used for most text when the widget is disabled.
|
||||
|
|
Loading…
Add table
Reference in a new issue