5.1.1 release #62

Merged
coolestskinnieinthejungle merged 96 commits from 5.1.1 into master 2021-07-21 18:45:22 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 7d76bd3782 - Show all commits

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.