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:
Charles Dang 2016-03-19 01:36:29 +11:00
parent 5dcb578c3d
commit d299ab1292

View file

@ -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.