font color tweak

This commit is contained in:
Nio 2021-07-14 18:16:01 +10:00
parent 2051203075
commit 7d76bd3782
1 changed files with 2 additions and 2 deletions

View File

@ -23,10 +23,10 @@ init python:
## The colors of text in the interface.
## An accent color used throughout the interface to label and highlight text.
define gui.accent_color = '#FF00FC'
define gui.accent_color = '#a2029f' ##'#FF00FC'
## The color used for a text button when it is neither selected nor hovered.
define gui.idle_color = '#FFFE00'
define gui.idle_color = '#d5d507' ##'#FFFE00'
## The small color is used for small text, which needs to be brighter/darker to
## achieve the same effect.