summaryrefslogtreecommitdiff
path: root/fluxbox/debian/additional-themes/Common/Squared_blue/pixmaps/min.xpm
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2024-04-04 08:23:09 -0400
committerB. Stack <bgstack15@gmail.com>2024-04-04 08:23:09 -0400
commita7e37ed8f86543074cb0449f4df431f40f175ee8 (patch)
tree25d508b5e859b3f8000faddfd192a0cdc580c417 /fluxbox/debian/additional-themes/Common/Squared_blue/pixmaps/min.xpm
parentffs 13.5 (diff)
parentuse tuneable everywhere (diff)
downloadstackrpms-a7e37ed8f86543074cb0449f4df431f40f175ee8.tar.gz
stackrpms-a7e37ed8f86543074cb0449f4df431f40f175ee8.tar.bz2
stackrpms-a7e37ed8f86543074cb0449f4df431f40f175ee8.zip
Merge branch 'fluxbox-bump'
Diffstat (limited to 'fluxbox/debian/additional-themes/Common/Squared_blue/pixmaps/min.xpm')
-rw-r--r--fluxbox/debian/additional-themes/Common/Squared_blue/pixmaps/min.xpm27
1 files changed, 27 insertions, 0 deletions
diff --git a/fluxbox/debian/additional-themes/Common/Squared_blue/pixmaps/min.xpm b/fluxbox/debian/additional-themes/Common/Squared_blue/pixmaps/min.xpm
new file mode 100644
index 0000000..75385f3
--- /dev/null
+++ b/fluxbox/debian/additional-themes/Common/Squared_blue/pixmaps/min.xpm
@@ -0,0 +1,27 @@
+/* XPM */
+static char * min_xpm[] = {
+"13 15 9 1",
+" c None",
+". c #161616",
+"+ c #12171A",
+"@ c #121818",
+"# c #467177",
+"$ c #10181A",
+"% c #0F191A",
+"& c #151618",
+"* c #131718",
+".............",
+"+@+@+@+@+@+@+",
+"#############",
+"#############",
+"#############",
+"#############",
+"#############",
+"#############",
+"#############",
+"#############",
+"#############",
+"#############",
+"#############",
+"$%$%%%%%%%%%%",
+"&*&**********"};
bgstack15