mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-02-02 06:46:34 +01:00
Change idle_small_color from blue to aqua
This commit is contained in:
parent
8f01493824
commit
fce9268dca
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue