diff options
Diffstat (limited to 'app/bin/bitmaps/switchm.xpm')
-rw-r--r-- | app/bin/bitmaps/switchm.xpm | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/app/bin/bitmaps/switchm.xpm b/app/bin/bitmaps/switchm.xpm new file mode 100644 index 0000000..0230351 --- /dev/null +++ b/app/bin/bitmaps/switchm.xpm @@ -0,0 +1,30 @@ +/* XPM */
+static char * switchm_xpm[] = {
+"16 16 11 1",
+" c None",
+". c #EE2828",
+"+ c #EF2828",
+"@ c #EF2929",
+"# c #ED2828",
+"$ c #EE2929",
+"% c #EC2828",
+"& c #E92C2C",
+"* c #D5403F",
+"= c #2E3436",
+"- c #898A83",
+" ",
+" .+@ ",
+" ..@# ",
+" $@$ ",
+" .@@. ",
+" @@. ",
+" .@%. ",
+" &*. ",
+" = ",
+" === ",
+" == == ",
+" == == ",
+" == = ",
+" == == ",
+" === - === ",
+" == == "};
|