File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ define config.check_conflicting_properties = True
2525# # The colors of text in the interface.
2626
2727# # An accent color used throughout the interface to label and highlight text.
28- define gui.accent_color = ' #ffffff '
28+ define gui.accent_color = ' #0099cc '
2929
3030# # The color used for a text button when it is neither selected nor hovered.
3131define gui.idle_color = ' #888888'
Original file line number Diff line number Diff line change @@ -400,9 +400,11 @@ style main_menu_text:
400400
401401style main_menu_title :
402402 properties gui.text_properties(" title" )
403+ color " #fff"
403404
404405style main_menu_version :
405406 properties gui.text_properties(" version" )
407+ color " #fff"
406408
407409
408410# # Game Menu screen ############################################################
You can’t perform that action at this time.
0 commit comments