mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-02-24 10:38:56 +01:00
font color tweak
This commit is contained in:
parent
2051203075
commit
7d76bd3782
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue