diff --git a/game/gui.rpy b/game/gui.rpy index f82f10a..b63e085 100644 --- a/game/gui.rpy +++ b/game/gui.rpy @@ -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.