From 1cb4778bcef21ea9015cfccdb99abb7a0e035d74 Mon Sep 17 00:00:00 2001 From: Matthieu Herrb Date: Sun, 26 Nov 2006 10:53:58 +0000 Subject: Importing from XF4, plus BSD make infrastructure --- app/fvwm/icons/colormap.xpm | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 app/fvwm/icons/colormap.xpm (limited to 'app/fvwm/icons/colormap.xpm') 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"}; -- cgit v1.2.3