summaryrefslogtreecommitdiff
path: root/fluxbox/debian/additional-themes/Common/Squared_blue/pixmaps/close_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/Common/Squared_blue/pixmaps/close_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/Common/Squared_blue/pixmaps/close_pressed.xpm')
-rw-r--r--fluxbox/debian/additional-themes/Common/Squared_blue/pixmaps/close_pressed.xpm28
1 files changed, 28 insertions, 0 deletions
diff --git a/fluxbox/debian/additional-themes/Common/Squared_blue/pixmaps/close_pressed.xpm b/fluxbox/debian/additional-themes/Common/Squared_blue/pixmaps/close_pressed.xpm
new file mode 100644
index 0000000..3d2fd78
--- /dev/null
+++ b/fluxbox/debian/additional-themes/Common/Squared_blue/pixmaps/close_pressed.xpm
@@ -0,0 +1,28 @@
+/* XPM */
+static char * close_pressed_xpm[] = {
+"16 15 10 1",
+" c None",
+". c #161616",
+"+ c #131718",
+"@ c #6B7172",
+"# c #10181A",
+"$ c #101918",
+"% c #12171A",
+"& c #121818",
+"* c #151618",
+"= c #151716",
+"................",
+"++++++++++++++++",
+"@@@@@@@@@@@@@@@#",
+"@@@@@@@@@@@@@@@#",
+"@@@@@@@@@@@@@@@#",
+"@@@@@@@@@@@@@@@#",
+"@@@@@@@@@@@@@@@#",
+"@@@@@@@@@@@@@@@#",
+"@@@@@@@@@@@@@@@#",
+"@@@@@@@@@@@@@@@#",
+"@@@@@@@@@@@@@@@#",
+"@@@@@@@@@@@@@@@#",
+"@@@@@@@@@@@@@@@#",
+"#$%&#$%&#$%&#..#",
+"*=*=*=*=*=*=*=*="};
bgstack15