Making these colors brighter

Because people complained about the document text being "hard to read"
This commit is contained in:
mshirt 2016-12-18 16:39:56 -06:00
parent 3bdb5b6ea5
commit 6f7091db62

View file

@ -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