diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-26 10:53:58 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-26 10:53:58 +0000 |
commit | 1cb4778bcef21ea9015cfccdb99abb7a0e035d74 (patch) | |
tree | f164009397f9d3d5634c6f8a94b1542f793d9692 /app/fvwm/icons/colormap.xpm | |
parent | 841f8331c93ff96bd798e9a74ba10fab155da5c5 (diff) |
Importing from XF4, plus BSD make infrastructure
Diffstat (limited to 'app/fvwm/icons/colormap.xpm')
-rw-r--r-- | app/fvwm/icons/colormap.xpm | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/app/fvwm/icons/colormap.xpm b/app/fvwm/icons/colormap.xpm new file mode 100644 index 000000000..2b1554e3f --- /dev/null +++ b/app/fvwm/icons/colormap.xpm @@ -0,0 +1,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"}; |