Re-convert from full-color version (using the Gimp) to eliminate

dithering artifacts.
This commit is contained in:
Miles Bader 2000-10-16 08:42:22 +00:00
parent f657bbf68b
commit cf1e7b12ba
5 changed files with 143 additions and 148 deletions

View file

@ -1,3 +1,9 @@
2000-10-16 Miles Bader <miles@lsi.nec.co.jp>
* toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
* toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
full-color version (using the Gimp) to eliminate dithering artifacts.
2000-10-15 Stefan Monnier <monnier@cs.yale.edu>
* font-lock.el (font-lock-syntactic-keywords): Fix docstring.

View file

@ -1,38 +1,36 @@
/* XPM */
static char *magick[] = {
/* columns rows colors chars-per-pixel */
"24 24 8 1",
" c Gray0",
". c #6bcb79c962d2",
"X c #7cfd8d0d71f2",
"o c #838392927979",
"O c #a6a6b1b19e9e",
"+ c #b878c181b272",
"@ c #ca8cd151c6a5",
"# c None",
/* pixels */
"########################",
"########################",
"########################",
"########################",
"########### ## #######",
"########## # # @ #######",
"######### #@o @ #######",
"######## ##@+o @ #######",
"####### ##@@@+X@ #######",
"###### @#@@@@@+X #######",
"##### ##@@@@@@@+. ######",
"#### ###@@@@@@@@O. #####",
"### ##@@@@@@@@. ####",
"##### ##@@@@@@@@. ######",
"##### ## @@@@. ######",
"##### ## @@ @@@@. ######",
"##### ## @@ @@@@. ######",
"##### #@ @@ @@@@. ######",
"##### @. .. ..... ######",
"##### ######",
"########################",
"########################",
"########################",
"########################"
};
static char * home_xpm[] = {
"24 24 9 1",
" c None",
". c #020202",
"+ c #6C7962",
"@ c #7A8A6E",
"# c #FEFEFE",
"$ c #7E8E76",
"% c #82927A",
"& c #C8CEC4",
"* c #E3E7E1",
" ",
" ",
" ",
" ",
" . ... ",
" .#. .&. ",
" .#*%..&. ",
" .##&&$.&. ",
" .##&&&&$&. ",
" .*#&&&&&&@. ",
" .##&&&&&&&&+. ",
" .###&&&&&&&&&+. ",
" ...##&&&&&&&&+... ",
" .##&&&&&&&&+. ",
" .##....&&&&+. ",
" .##.&&.&&&&+. ",
" .##.&&.&&&&+. ",
" .#*.&&.&&&&+. ",
" .&+.++.+++++. ",
" ............. ",
" ",
" ",
" ",
" "};

View file

@ -1,39 +1,36 @@
/* XPM */
static char *magick[] = {
/* columns rows colors chars-per-pixel */
static char * left_arrow_xpm[] = {
"24 24 9 1",
" c Gray0",
". c #36e159032f85",
"X c #484873733e3e",
"o c #4ee879e04578",
"O c #6be296e56112",
"+ c #8383aa2a7979",
"@ c #b1b1c7c7acac",
"# c #e430ebc9e28c",
"$ c None",
/* pixels */
"$$$$$$$$$$$$$$$$$$$$$$$$",
"$$$$$$$$$$$$$$$$$$$$$$$$",
"$$$$$$$$$$$$$$$$$$$$$$$$",
"$$$$$$$$$$$$$$$$$$$$$$$$",
"$$$$$$$$$$$$$$$$$$$$$$$$",
"$$$$$$$$$$$$$$$$ $$$$$$",
"$$$$$$$$$$$$$$ @ $$$$$$",
"$$$$$$$$$$$$ #$@ $$$$$$",
"$$$$$$$$$$ #$##@ $$$$$$",
"$$$$$$$$ #$####@ $$$$$$",
"$$$$$$ #$######@ $$$$$$",
"$$$$ @$########@.$$$$$$",
"$$$$ .OO+O+++++O $$$$$$",
"$$$$$$ ooO+O+++O $$$$$$",
"$$$$$$$$ .oO+++O $$$$$$",
"$$$$$$$$$$ ooO+O $$$$$$",
"$$$$$$$$$$$$ XOO $$$$$$",
"$$$$$$$$$$$$$$ . $$$$$$",
"$$$$$$$$$$$$$$$$ $$$$$$",
"$$$$$$$$$$$$$$$$$$$$$$$$",
"$$$$$$$$$$$$$$$$$$$$$$$$",
"$$$$$$$$$$$$$$$$$$$$$$$$",
"$$$$$$$$$$$$$$$$$$$$$$$$",
"$$$$$$$$$$$$$$$$$$$$$$$$"
};
" c None",
". c #020202",
"+ c #121A12",
"@ c #78A16E",
"# c #86AD7D",
"$ c #B2C6AE",
"% c #263222",
"& c #E7EDE6",
"* c #497241",
" ",
" ",
" ",
" ",
" ",
" .. ",
" ..$. ",
" ..&&$. ",
" ..&&&&$. ",
" ..&&&&&&$. ",
" .+&&&&&&&&$. ",
" ..$&&&&&&&&&$% ",
" ..**@@@#####@. ",
" ..**@#@###@. ",
" ..**@#@#@. ",
" ..**@@@. ",
" ..*@*. ",
" ..*. ",
" .. ",
" ",
" ",
" ",
" ",
" "};

View file

@ -1,39 +1,36 @@
/* XPM */
static char *magick[] = {
/* columns rows colors chars-per-pixel */
static char * right_arrow_xpm[] = {
"24 24 9 1",
" c Gray0",
". c #3a3a5d1d3171",
"X c #4eb572d945ac",
"o c #7131975767e8",
"O c #8484a9a97a7a",
"+ c #9494b5b589df",
"@ c #b1b1c7c7acac",
"# c #e84eee98e67f",
"$ c None",
/* pixels */
"$$$$$$$$$$$$$$$$$$$$$$$$",
"$$$$$$$$$$$$$$$$$$$$$$$$",
"$$$$$$$$$$$$$$$$$$$$$$$$",
"$$$$$$$$$$$$$$$$$$$$$$$$",
"$$$$$$$$$$$$$$$$$$$$$$$$",
"$$$$$$ $$$$$$$$$$$$$$$$",
"$$$$$$ # $$$$$$$$$$$$$$",
"$$$$$$ $## $$$$$$$$$$$$",
"$$$$$$ $###@ $$$$$$$$$$",
"$$$$$$ $#####@ $$$$$$$$",
"$$$$$$ $#######@ $$$$$$",
"$$$$$$.$#########@ $$$$",
"$$$$$$ ++OOOOoOoo. $$$$",
"$$$$$$ +OOOOOoX. $$$$$$",
"$$$$$$ ++OOoXX $$$$$$$$",
"$$$$$$ +ooX. $$$$$$$$$$",
"$$$$$$ Oo. $$$$$$$$$$$$",
"$$$$$$ . $$$$$$$$$$$$$$",
"$$$$$$ $$$$$$$$$$$$$$$$",
"$$$$$$$$$$$$$$$$$$$$$$$$",
"$$$$$$$$$$$$$$$$$$$$$$$$",
"$$$$$$$$$$$$$$$$$$$$$$$$",
"$$$$$$$$$$$$$$$$$$$$$$$$",
"$$$$$$$$$$$$$$$$$$$$$$$$"
};
" c None",
". c #020202",
"+ c #1A1A1A",
"@ c #779D6D",
"# c #88AE80",
"$ c #97B78B",
"% c #9EBA92",
"& c #E9EFE8",
"* c #3C5936",
" ",
" ",
" ",
" ",
" ",
" .. ",
" .&.. ",
" .&&&.. ",
" .&&&&&.. ",
" .&&&&&&&.. ",
" .&&&&&&&&&+. ",
" +&&&&&&&&&&%.. ",
" .%#######@@*.. ",
" .%#####@@*.. ",
" .%###@@*.. ",
" .$#@@*.. ",
" .#@*.. ",
" .*.. ",
" .. ",
" ",
" ",
" ",
" ",
" "};

View file

@ -1,39 +1,36 @@
/* XPM */
static char *magick[] = {
/* columns rows colors chars-per-pixel */
static char * up_arrow_xpm[] = {
"24 24 9 1",
" c Gray0",
". c #36e159032f85",
"X c #484873733e3e",
"o c #4f0f793945c6",
"O c #6e3b98ba6385",
"+ c #8484aaea7a7a",
"@ c #b1b1c7c7acac",
"# c #e416ebb8e26a",
"$ c None",
/* pixels */
"$$$$$$$$$$$$$$$$$$$$$$$$",
"$$$$$$$$$$$$$$$$$$$$$$$$",
"$$$$$$$$$$$$$$$$$$$$$$$$",
"$$$$$$$$$$$$$$$$$$$$$$$$",
"$$$$$$$$$$$ $$$$$$$$$$$",
"$$$$$$$$$$$ $$$$$$$$$$$",
"$$$$$$$$$$ @. $$$$$$$$$$",
"$$$$$$$$$$ $O $$$$$$$$$$",
"$$$$$$$$$ ##Oo $$$$$$$$$",
"$$$$$$$$$ $#Oo $$$$$$$$$",
"$$$$$$$$ ###OO. $$$$$$$$",
"$$$$$$$$ $##++o $$$$$$$$",
"$$$$$$$ ####+OOX $$$$$$$",
"$$$$$$$ $###+++o $$$$$$$",
"$$$$$$ #####++OOX $$$$$$",
"$$$$$$ $####++++O $$$$$$",
"$$$$$ @@@@@@OOOOO. $$$$$",
"$$$$$ . $$$$$",
"$$$$$$$$$$$$$$$$$$$$$$$$",
"$$$$$$$$$$$$$$$$$$$$$$$$",
"$$$$$$$$$$$$$$$$$$$$$$$$",
"$$$$$$$$$$$$$$$$$$$$$$$$",
"$$$$$$$$$$$$$$$$$$$$$$$$",
"$$$$$$$$$$$$$$$$$$$$$$$$"
};
" c None",
". c #020202",
"+ c #121A12",
"@ c #78A16E",
"# c #86AD7D",
"$ c #B2C6AE",
"% c #263222",
"& c #E7EDE6",
"* c #497241",
" ",
" ",
" ",
" ",
" .. ",
" .. ",
" .$*. ",
" +&*. ",
" .&&@*. ",
" .&&@*. ",
" .&&&@@*. ",
" .&&&##*. ",
" .&&&&#@@*. ",
" .&&&&###*. ",
" .&&&&&##@@*. ",
" .&&&&&###@@. ",
" .$$$$$$@@@@**. ",
" ......%....... ",
" ",
" ",
" ",
" ",
" ",
" "};