summaryrefslogtreecommitdiff
path: root/lisp/toolbar/index.xpm
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2000-10-11 18:05:19 +0000
committerDave Love <fx@gnu.org>2000-10-11 18:05:19 +0000
commit9a45f9afa095ef81f6dc827b295d17b8606d2cb2 (patch)
treea5b4703d30d55f71929c1db16b53d66c61f0ebfa /lisp/toolbar/index.xpm
parentc1b096cb1d72c8f9657ad475b906fcdcf53db484 (diff)
downloademacs-9a45f9afa095ef81f6dc827b295d17b8606d2cb2.tar.gz
Reduce colour requirements to 25 overall. (Probably wants
revisiting from the originals to reduce further.)
Diffstat (limited to 'lisp/toolbar/index.xpm')
-rw-r--r--lisp/toolbar/index.xpm93
1 files changed, 48 insertions, 45 deletions
diff --git a/lisp/toolbar/index.xpm b/lisp/toolbar/index.xpm
index 879edc942dd..99381db2fdf 100644
--- a/lisp/toolbar/index.xpm
+++ b/lisp/toolbar/index.xpm
@@ -1,47 +1,50 @@
/* XPM */
-static char * tb_index_xpm[] = {
+static char *magick[] = {
+/* columns rows colors chars-per-pixel */
"24 24 20 1",
-" c None",
-". c #000000",
-"+ c #E0E4E0",
-"@ c #949C8C",
-"# c #908669",
-"$ c #736B54",
-"% c #CAC3AA",
-"& c #D3CDB8",
-"* c #A3A5A3",
-"= c #7A735A",
-"- c #434032",
-"; c #080807",
-"> c #C0B799",
-", c #B4A884",
-"' c #948B6D",
-") c #BBB191",
-"! c #C2B99C",
-"~ c #998F70",
-"{ c #5C5543",
-"] c #494435",
-" ",
-" ",
-" ",
-" .................. ",
-" .++++++++++++++++. ",
-" .+++++..@++++++++. ",
-" .++++.#$.@+++++++. ",
-" ......%#.......... ",
-" .++++.&#.@+++++++. ",
-" .++++.%#...*+++++. ",
-" .++++.%#.=-;..@++. ",
-" ......>#.,$.'$.... ",
-" .++.$.>#.,#.,#.#$. ",
-" .++.#.>)#,,#,,,,#. ",
-" .++.,.>!!)),,,,,$. ",
-" ....,.,!!)!,,,,,$. ",
-" .++.#~)!!!)!,,,,{. ",
-" .+++.#,!!!!),,,#]. ",
-" .+++.$,)!!)!,,,#. ",
-" ......#!!!!),,#$. ",
-" .$,,!!!,,#{. ",
-" .#)!!),,$. ",
-" .,)!!,,{. ",
-" "};
+" c gray0",
+". c #080807",
+"X c #434032",
+"o c #494435",
+"O c #5c5543",
+"+ c #736b54",
+"@ c #7a735a",
+"# c #908669",
+"$ c #948b6d",
+"% c #998f70",
+"& c #949c8c",
+"* c #b4a884",
+"= c #bbb191",
+"- c #a3a5a3",
+"; c #c0b799",
+": c #c2b99c",
+"> c #cac3aa",
+", c #d3cdb8",
+"< c #e0e4e0",
+"1 c None",
+/* pixels */
+"111111111111111111111111",
+"111111111111111111111111",
+"111111111111111111111111",
+"1111 11",
+"1111 <<<<<<<<<<<<<<<< 11",
+"1111 <<<<< &<<<<<<<< 11",
+"1111 <<<< #+ &<<<<<<< 11",
+"1111 ># 11",
+"1111 <<<< ,# &<<<<<<< 11",
+"1111 <<<< ># -<<<<< 11",
+"1111 <<<< ># @X. &<< 11",
+"1111 ;# *+ $+ 11",
+"1111 << + ;# *# *# #+ 11",
+"1111 << # ;=#**#****# 11",
+"1111 << * ;::==*****+ 11",
+"1111 * *::=:*****+ 11",
+"1111 << #%=:::=:****O 11",
+"1111 <<< #*::::=***#o 11",
+"1111 <<< +*=::=:***# 111",
+"1111 #::::=**#+ 111",
+"111111111 +**:::**#O 111",
+"1111111111 #=::=**+ 1111",
+"11111111111 *=::**O 1111",
+"111111111111111111111111"
+};