mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-07 13:15:01 +00:00
5 lines
130 B
Ruby
5 lines
130 B
Ruby
module MessageConfig
|
|
BLUE_TEXT_MAIN_COLOR = Color.new(35, 130, 200)
|
|
BLUE_TEXT_SHADOW_COLOR = Color.new(20, 75, 115)
|
|
end
|