diff --git a/game/gui.rpy b/game/gui.rpy index 7f4f0b6..7902c40 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'