home *** CD-ROM | disk | FTP | other *** search
- MacawColorFile ::= {
-
- version { major 0, minor 90 },
-
- max-rgb 255,
-
- colors {
- { num 1, rgb { 255, 255, 255 }}, -- white
- { num 2, rgb { 191, 191, 191 }}, -- lt. gray
- { num 3, rgb { 128, 128, 128 }}, -- med. gray
- { num 4, rgb { 64, 64, 64 }}, -- dk. gray
- { num 5, rgb { 0, 0, 0 }}, -- black
- { num 6, rgb { 255, 0, 0 }}, -- red
- { num 7, rgb { 0, 255, 0 }}, -- green
- { num 8, rgb { 0, 0, 255 }}, -- blue
- { num 9, rgb { 0, 255, 255 }}, -- cyan
- { num 10, rgb { 255, 0, 255 }}, -- magenta
- { num 11, rgb { 255, 255, 0 }}, -- yellow
- { num 12, rgb { 255, 255, 199 }}, -- lt. yellow
- { num 13, rgb { 255, 251, 240 }}, -- off-white
- { num 14, rgb { 0, 127, 127 }}, -- blue shade #1
- { num 15, rgb { 0, 95, 127 }}, -- blue shade #2
- { num 16, rgb { 0, 63, 127 }}, -- blue shade #3
- { num 17, rgb { 7, 31, 127 }}, -- blue shade #4
- { num 18, rgb { 7, 0, 95 }} -- blue shade #5
- },
-
- text-colors {
- { num 1, style normal, fore 5, back 1 }, -- black gray on white
- { num 2, style normal, fore 5, back 13 }, -- black on off-white
- { num 3, style normal, fore 5, back 12 }, -- blue#5 on lt. yellow
- { num 4, style normal, fore 1, back 14 }, -- white on blue#1
- { num 5, style normal, fore 1, back 15 }, -- white on blue#2
- { num 6, style normal, fore 11, back 16 }, -- yellow on blue#3
- { num 7, style normal, fore 11, back 17 }, -- yellow on blue#4
- { num 8, style bold, fore 11, back 18 } -- yellow on blue#5, BOLD
- },
-
- color-map {
- { pct 10, clr 2 },
- { pct 30, clr 3 },
- { pct 50, clr 4 },
- { pct 70, clr 5 },
- { pct 90, clr 7 },
- { pct 100, clr 8 }
- }
- }
-
-
-