New address book icons.
authorMatch Grun <match@dimensional.com>
Sat, 1 Sep 2001 23:38:46 +0000 (23:38 +0000)
committerMatch Grun <match@dimensional.com>
Sat, 1 Sep 2001 23:38:46 +0000 (23:38 +0000)
src/pixmaps/address.xpm [new file with mode: 0644]
src/pixmaps/book.xpm [new file with mode: 0644]
src/pixmaps/interface.xpm [new file with mode: 0644]

diff --git a/src/pixmaps/address.xpm b/src/pixmaps/address.xpm
new file mode 100644 (file)
index 0000000..4105fb4
--- /dev/null
@@ -0,0 +1,23 @@
+/* XPM */
+static char * address_xpm[] = {
+"16 16 4 1",
+"      c None",
+".     c #071FF9",
+"+     c #FFFFFF",
+"@     c #000000",
+"                ",
+"                ",
+" ...............",
+" .+++.+++++.+++.",
+" .++...+++...++.",
+" .+++++++++++++.",
+" .+++++++++++++.",
+" .+++@+@@@@+@@+.",
+" .+++++++++++++.",
+" .+++@@+@+@@@@+.",
+" .+++++++++++++.",
+" .+++@@+@@@+@@+.",
+" .+++++++++++++.",
+" ...............",
+"                ",
+"                "};
diff --git a/src/pixmaps/book.xpm b/src/pixmaps/book.xpm
new file mode 100644 (file)
index 0000000..5bd9651
--- /dev/null
@@ -0,0 +1,23 @@
+/* XPM */
+static char * book_xpm[] = {
+"16 16 4 1",
+"      c None",
+".     c #000000",
+"+     c #FFFFFF",
+"@     c #BE22A6",
+"                ",
+"   ...     ...  ",
+"  .+++.   .+++. ",
+" .+++++. .+++++.",
+" .++++++.++++++.",
+" .++.+++.+++.++.",
+" .++++.+.+.++++.",
+" .++++++.+++.++.",
+" .++.+++.+.++++.",
+" .++++.+.+++.++.",
+" .++++++.+.++++.",
+" .++++++.++++++.",
+" .+...++.++...+.",
+" ..@@@.+.+.@@@..",
+" .@   @...@   @.",
+" @     @.@     @"};
diff --git a/src/pixmaps/interface.xpm b/src/pixmaps/interface.xpm
new file mode 100644 (file)
index 0000000..8a4158e
--- /dev/null
@@ -0,0 +1,24 @@
+/* XPM */
+static char * interface_xpm[] = {
+"16 16 5 1",
+"      c None",
+".     c #B6B6B6",
+"+     c #000000",
+"@     c #726B6B",
+"#     c #FEF925",
+"     .          ",
+" +            @@",
+" +           @  ",
+" +           @  ",
+" +    +++++   @ ",
+" +    +#.#.+  @ ",
+" + ++++.#.#.+ @ ",
+" +    +#.#.#+ @ ",
+" +    +.#.#.+@  ",
+" +    +#.#.#+   ",
+" + ++++.#.#.+   ",
+" +    +#.#.+    ",
+" +    +++++     ",
+" +              ",
+" +              ",
+"                "};