This commit was manufactured by cvs2svn to create branch 'decode'.
[gnokii.git] / xgnokii / xpm / Invert.xpm
diff --git a/xgnokii/xpm/Invert.xpm b/xgnokii/xpm/Invert.xpm
new file mode 100644 (file)
index 0000000..cd9fbb2
--- /dev/null
@@ -0,0 +1,46 @@
+/* XPM */
+/*
+
+  G N O K I I
+
+  A Linux/Unix toolset and driver for Nokia mobile phones.
+
+  Copyright (C) 1999 Pavel Janík ml. & Hugh Blemings.
+
+  Released under the terms of the GNU GPL, see file COPYING for more details.
+
+  This is the logo of the GUI utility.
+
+  Last modification: Sat Jul 24 14:30:37 CEST 1999
+  Modified by Pavel Janík ml. <Pavel.Janik@linux.cz>
+
+*/
+
+static char *Invert_xpm[] = {
+
+"20 18 4 1",
+
+"* c #000000",
+"  c None",
+"b c #dfdfdf",
+". c #ffffff",
+
+"                    ",
+"     ********       ",
+"     *......**      ",
+"     *......*.*     ",
+"     *......****    ",
+"     *.........*    ",
+"     *.........*    ",
+"     ***********    ",
+"     ***********    ",
+"     ***********    ",
+"     ***********    ",
+"     ***********    ",
+"     ***********    ",
+"     ***********    ",
+"                    ",
+"                    ",
+"                    ",
+"                    "
+};