mirror of
https://github.com/meteoinfo/MeteoInfo.git
synced 2025-12-08 20:36:05 +00:00
26 lines
525 B
Plaintext
26 lines
525 B
Plaintext
# Blue to Dark Orange, 18 steps
|
|
#
|
|
# Taken from Department of Geography, University of Oregon
|
|
|
|
ncolors = 18
|
|
|
|
# r g b
|
|
0 102 102
|
|
0 153 153
|
|
0 204 204
|
|
0 255 255
|
|
51 255 255
|
|
101 255 255
|
|
153 255 255
|
|
178 255 255
|
|
203 255 255
|
|
229 255 255
|
|
255 229 203
|
|
255 202 153
|
|
255 173 101
|
|
255 142 51
|
|
255 110 0
|
|
204 85 0
|
|
153 61 0
|
|
102 39 0
|