summaryrefslogtreecommitdiff
path: root/fluid/pixmaps
diff options
context:
space:
mode:
authorMatthias Melcher <git@matthiasm.com>2019-02-02 23:22:40 +0100
committerMatthias Melcher <git@matthiasm.com>2019-02-02 23:22:40 +0100
commitf4dd9c51993a0ea0141a6663d55b4c08d3506390 (patch)
tree0b64f93d86605f85653782d8cc20c855e414aa4e /fluid/pixmaps
parentc97990e517adca2d0a8c287bddbdd4761f5965f2 (diff)
Added widget visibilit indicator to Fluid (STR #2669).
Diffstat (limited to 'fluid/pixmaps')
-rw-r--r--fluid/pixmaps/invisible.xpm29
1 files changed, 29 insertions, 0 deletions
diff --git a/fluid/pixmaps/invisible.xpm b/fluid/pixmaps/invisible.xpm
new file mode 100644
index 000000000..7a5fa216a
--- /dev/null
+++ b/fluid/pixmaps/invisible.xpm
@@ -0,0 +1,29 @@
+/* XPM */
+static const char *invisible_xpm[] = {
+/* width height ncolors chars_per_pixel */
+"16 16 6 1",
+/* colors */
+"` c #000000",
+"a c #80c080",
+"b c #c0ffc0",
+"c c none",
+"M c #e0e0e0",
+"e c #408040",
+/* pixels */
+"cccccccccccccccc",
+"cccccccccccccccc",
+"cccccccccccccccc",
+"cccccccccccccccc",
+"cccccccccccccccc",
+"cccccccccccccccc",
+"ccMMMccccccccccc",
+"ccM`Mccccccccccc",
+"MMMMMccccccccccc",
+"M```Mccccccccccc",
+"MMM`Mccccccccccc",
+"ccM`Mccccccccccc",
+"MMM`MMMccccccccc",
+"M`````Mccccccccc",
+"MMMMMMMccccccccc",
+"cccccccccccccccc"
+};