summaryrefslogtreecommitdiff
path: root/linux/pixmaps/cr_light.xpm
diff options
context:
space:
mode:
authordocwhat1999-11-14 06:43:18 +0000
committerdocwhat1999-11-14 06:43:18 +0000
commitd71eec8062e852e56f03102ba4b4e87dc485821d (patch)
tree452368ad0e7e24627e517a0c88c2508d02cea6dc /linux/pixmaps/cr_light.xpm
parent2046090b7ce8dd901ce43e650be5acf44016d714 (diff)
Initial revision
git-svn-id: http://svn.leocad.org/trunk@2 c7d43263-9d01-0410-8a33-9dba5d9f93d6
Diffstat (limited to 'linux/pixmaps/cr_light.xpm')
-rw-r--r--linux/pixmaps/cr_light.xpm41
1 files changed, 41 insertions, 0 deletions
diff --git a/linux/pixmaps/cr_light.xpm b/linux/pixmaps/cr_light.xpm
new file mode 100644
index 0000000..563cfb5
--- /dev/null
+++ b/linux/pixmaps/cr_light.xpm
@@ -0,0 +1,41 @@
+/* XPM */
+static char *cr_light[] = {
+/* columns rows colors chars-per-pixel */
+"32 32 3 1",
+" c None",
+". c #000000",
+"+ c #FFFFFF",
+/* pixels */
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ...... ",
+" .++++++. ",
+" .++++++++. ",
+" .++++++++++. ",
+" .++++++++++. ",
+" .++++++++++. ",
+" .++++++++++. ",
+" .++++++++. ",
+" .++++++. ",
+" .++++++. ",
+" ...... ",
+" .++++. ",
+" .... ",
+" .++++. ",
+" .... ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" "
+};