summaryrefslogtreecommitdiff
path: root/linux/pixmaps/st-prev.xpm
diff options
context:
space:
mode:
authorleo2000-05-26 14:32:44 +0000
committerleo2000-05-26 14:32:44 +0000
commit06de3374d03e9debfb505abc1b78e6009091b077 (patch)
treee8f946be628abc571b5ec50b33cd955b69199e03 /linux/pixmaps/st-prev.xpm
parent33a110413aabd66a121e4db5f23a07807489e7c6 (diff)
Nicer Linux toolbar icons.
git-svn-id: http://svn.leocad.org/trunk@69 c7d43263-9d01-0410-8a33-9dba5d9f93d6
Diffstat (limited to 'linux/pixmaps/st-prev.xpm')
-rw-r--r--linux/pixmaps/st-prev.xpm48
1 files changed, 23 insertions, 25 deletions
diff --git a/linux/pixmaps/st-prev.xpm b/linux/pixmaps/st-prev.xpm
index 5b70b70..1487070 100644
--- a/linux/pixmaps/st-prev.xpm
+++ b/linux/pixmaps/st-prev.xpm
@@ -1,26 +1,24 @@
/* XPM */
-static char *st_prev[] = {
-/* columns rows colors chars-per-pixel */
-"16 15 5 1",
-" c Gray0",
-". c Gray50",
-"X c Cyan",
-"o c Gray75",
-"O c Gray100",
-/* pixels */
-" ooooooo",
-" OOOOOOO oooooo",
-" OOOOOOO o ooooo",
-" OOOOOOO oooo",
-" OOOOOOOOOO oooo",
-" OOOOOOO oooo",
-" OOOOOO .oo. ooo",
-" OOOOO .XXo.. oo",
-" OOOOO oXoo.o oo",
-" OOOOO oooo.o oo",
-" OOOOO .ooX.. oo",
-" OOOOOO .oo. .oo",
-" OOOOOOO . o",
-" OOOOOOOOOO o ",
-" oo "
-};
+static char * st_prev[] = {
+"16 15 6 1",
+"+ c None",
+". c #000000",
+"@ c #FFFFFF",
+"# c #BFBFBF",
+"$ c #7F7F7F",
+"% c #00FFFF",
+".........+++++++",
+".@@@@@@@..++++++",
+".@@@@@@@.#.+++++",
+".@@@@@@@....++++",
+".@@@@@@@@@@.++++",
+".@@@@@@@....++++",
+".@@@@@@.$##$.+++",
+".@@@@@.$%%#$$.++",
+".@@@@@.#%##$#.++",
+".@@@@@.####$#.++",
+".@@@@@.$##%$$.++",
+".@@@@@@.$##$.$++",
+".@@@@@@@....$..+",
+".@@@@@@@@@@.+...",
+"............++.."};