0
0
Fork 0

Add color scheme "green_to_red"

This color scheme describes a color change from green via yellow
(and orange) to red shades on a white background.
This commit is contained in:
Stormwind 2015-12-09 12:43:55 +01:00
parent 373c160d41
commit d30ec75d42
1 changed files with 7 additions and 0 deletions

View File

@ -34,6 +34,13 @@ module Rubella
240, 241, 242, 243, 244, 245, 246, 247, 240, 241, 242, 243, 244, 245, 246, 247,
248, 249, 250, 251, 252, 253, 254, 255 248, 249, 250, 251, 252, 253, 254, 255
] ]
@symbols["green_to_red"] = self.create_colors [
231, # white
194, 157, 120, 83, 46, 40, 76, 113, 149, 185, # green
230, 230, # yellow (mean)
114, 208, 202, # orange
196, 196, 160, 160, 124, 88, 52 #red
]
@symbols["colored_fields"] = self.create_colors [ @symbols["colored_fields"] = self.create_colors [
35+196, 35+196,
24+196, 24+196,