Change idle_small_color from blue to aqua

This commit is contained in:
nutbuster 2021-07-01 19:30:40 +10:00
parent 8f01493824
commit fce9268dca

View file

@ -30,7 +30,7 @@ define gui.idle_color = '#FFFE00'
## The small color is used for small text, which needs to be brighter/darker to
## achieve the same effect.
define gui.idle_small_color = '#0001FF'
define gui.idle_small_color = '#00E1FF'
## The color that is used for buttons and bars that are hovered.
define gui.hover_color = '#00FF03'