From 7d76bd37820969678efa98c53eb8a3512bc7c8d4 Mon Sep 17 00:00:00 2001 From: Nio Date: Wed, 14 Jul 2021 18:16:01 +1000 Subject: [PATCH] font color tweak --- game/gui.rpy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.