From 6f7091db627f7f45f471ba4e3b5c81f587601697 Mon Sep 17 00:00:00 2001 From: mshirt Date: Sun, 18 Dec 2016 16:39:56 -0600 Subject: [PATCH] Making these colors brighter Because people complained about the document text being "hard to read" --- scripts/Doc_Message.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/Doc_Message.rb b/scripts/Doc_Message.rb index 61284c6..392db9b 100644 --- a/scripts/Doc_Message.rb +++ b/scripts/Doc_Message.rb @@ -127,9 +127,9 @@ class Doc_Message # Prepare renderer @contents.clear - @contents.font.color = Color.new(55, 46, 190, 255) + @contents.font.color = Color.new(100, 92, 255, 255) if $game_switches[124] == true - @contents.font.color = Color.new(105, 25, 44, 255) + @contents.font.color = Color.new(255, 92, 100, 255) end x = 0 y = 0