summaryrefslogtreecommitdiff
path: root/app/fvwm/icons/colormap.xpm
blob: 2b1554e3f84827adb69934b8829816b8c1287da0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
/* XPM */
static char * colormap_xpm[] = {
/* width height ncolors chars_per_pixel */
"6 5 30 1",
/* colors */
" 	c black",
".	c DarkSlateGrey",
"X	c SlateGrey",
"o	c grey",
"O	c gainsboro",
"+	c white",
"@	c navy",
"#	c blue",
"$	c DodgerBlue",
"%	c SkyBlue",
"&	c lavender",
"*	c cyan",
"=	c purple",
"-	c firebrick",
";	c SeaGreen",
":	c LimeGreen",
">	c green",
",	c PaleGreen",
"<	c magenta",
"1	c red",
"2	c tomato",
"3	c orange",
"4	c gold",
"5	c yellow",
"6	c violet",
"7	c sienna",
"8	c peru",
"9	c tan",
"0	c wheat",
"q	c LemonChiffon",
/* pixels */
" .XoO+",
"@#$%&*",
"=-;:>,",
"<12345",
"67890q"};