From fce9268dcae2308020e20d1da914d46d6aebc152 Mon Sep 17 00:00:00 2001 From: nutbuster Date: Thu, 1 Jul 2021 19:30:40 +1000 Subject: [PATCH] Change idle_small_color from blue to aqua --- game/gui.rpy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/gui.rpy b/game/gui.rpy index 7f4f0b64..7902c40a 100644 --- a/game/gui.rpy +++ b/game/gui.rpy @@ -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'