summaryrefslogtreecommitdiff
path: root/fluid/flRoundButton.xpm
diff options
context:
space:
mode:
Diffstat (limited to 'fluid/flRoundButton.xpm')
-rw-r--r--fluid/flRoundButton.xpm30
1 files changed, 30 insertions, 0 deletions
diff --git a/fluid/flRoundButton.xpm b/fluid/flRoundButton.xpm
new file mode 100644
index 000000000..98fc4fe03
--- /dev/null
+++ b/fluid/flRoundButton.xpm
@@ -0,0 +1,30 @@
+/* XPM */
+static const char *flRoundButton_xpm[] = {
+/* width height ncolors chars_per_pixel */
+"16 16 7 1",
+/* colors */
+"a c #606060",
+"b c #2020ff",
+". c none",
+"d c #ffffff",
+"e c #8080ff",
+"f c #d0d0d0",
+"# c #000000",
+/* pixels */
+"................",
+"................",
+"......aaa.......",
+"....aadddaa.....",
+"...adddddddf....",
+"...add###ddf....",
+"..add#####ddf...",
+"..add#####ddf...",
+"..add#####ddf...",
+"...add###ddf....",
+"...adddddddf....",
+"....ffdddff.....",
+"......fff.......",
+"................",
+"................",
+"................"
+};