summaryrefslogtreecommitdiff
path: root/fluxbox/debian/additional-themes/Debian/Squared_for_Debian/pixmaps/max_pressed.xpm
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-11-09 16:04:18 -0500
committerB. Stack <bgstack15@gmail.com>2022-11-09 16:04:18 -0500
commitf183cfec8b565beeafd93f8f8b76a23fa71e78ff (patch)
tree654464b353c105428b65355a80d1322a2301483c /fluxbox/debian/additional-themes/Debian/Squared_for_Debian/pixmaps/max_pressed.xpm
parentMerge branch 'freefilesync-bump' into 'master' (diff)
downloadstackrpms-f183cfec8b565beeafd93f8f8b76a23fa71e78ff.tar.gz
stackrpms-f183cfec8b565beeafd93f8f8b76a23fa71e78ff.tar.bz2
stackrpms-f183cfec8b565beeafd93f8f8b76a23fa71e78ff.zip
add fluxbox
Diffstat (limited to 'fluxbox/debian/additional-themes/Debian/Squared_for_Debian/pixmaps/max_pressed.xpm')
-rw-r--r--fluxbox/debian/additional-themes/Debian/Squared_for_Debian/pixmaps/max_pressed.xpm21
1 files changed, 21 insertions, 0 deletions
diff --git a/fluxbox/debian/additional-themes/Debian/Squared_for_Debian/pixmaps/max_pressed.xpm b/fluxbox/debian/additional-themes/Debian/Squared_for_Debian/pixmaps/max_pressed.xpm
new file mode 100644
index 0000000..75cdd31
--- /dev/null
+++ b/fluxbox/debian/additional-themes/Debian/Squared_for_Debian/pixmaps/max_pressed.xpm
@@ -0,0 +1,21 @@
+/* XPM */
+static char * max_pressed_xpm[] = {
+"13 15 3 1",
+" c None",
+". c #E3E5EB",
+"+ c #848586",
+".............",
+".............",
+"+++++++++++++",
+"+++++++++++++",
+"+++++++++++++",
+"+++++++++++++",
+"+++++++++++++",
+"+++++++++++++",
+"+++++++++++++",
+"+++++++++++++",
+"+++++++++++++",
+"+++++++++++++",
+"+++++++++++++",
+".............",
+"............."};
bgstack15