summaryrefslogtreecommitdiff
path: root/linux/pixmaps/ac-light.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/ac-light.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/ac-light.xpm')
-rw-r--r--linux/pixmaps/ac-light.xpm46
1 files changed, 22 insertions, 24 deletions
diff --git a/linux/pixmaps/ac-light.xpm b/linux/pixmaps/ac-light.xpm
index 1142a34..d3aeb7e 100644
--- a/linux/pixmaps/ac-light.xpm
+++ b/linux/pixmaps/ac-light.xpm
@@ -1,25 +1,23 @@
/* XPM */
-static char *ac_light[] = {
-/* columns rows colors chars-per-pixel */
-"16 15 4 1",
-" c Gray0",
-". c Gray50",
-"X c Gray75",
-"o c Gray100",
-/* pixels */
-"XXXXX XXXXX",
-"XXX. oooooX .XXX",
-"XXX oooooooX XXX",
-"XX oooooooooX XX",
-"XX ooooooooXo XX",
-"XX oooooooXoX XX",
-"XX oXooooXoXo XX",
-"XX. oXXoXoXo .XX",
-"XXX. ooXoXo .XXX",
-"XXXX .ooXo. XXXX",
-"XXXXX XXXXX",
-"XXXXX Xo.. XXXXX",
-"XXXXX. .XXXXX",
-"XXXXX Xo.. XXXXX",
-"XXXXXX XXXXXX"
-};
+static char * ac_light[] = {
+"16 15 5 1",
+". c None",
+"+ c #000000",
+"@ c #7F7F7F",
+"# c #FFFFFF",
+"$ c #BFBFBF",
+".....++++++.....",
+"...@+#####$+@...",
+"...+#######$+...",
+"..+#########$+..",
+"..+########$#+..",
+"..+#######$#$+..",
+"..+#$####$#$#+..",
+"..@+#$$#$#$#+@..",
+"...@+##$#$#+@...",
+"....+@##$#@+....",
+".....++++++.....",
+".....+$#@@+.....",
+".....@++++@.....",
+".....+$#@@+.....",
+"......++++......"};