summaryrefslogtreecommitdiff
path: root/themes/ebox_buttons
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-04-13 07:02:34 +0000
committerDana Jansens <danakj@orodu.net>2003-04-13 07:02:34 +0000
commitfb1696659672386bcfc0f753b67f9eeda74e93b9 (patch)
tree8de6338eb3c41f1b9d23617a6aaa16dfd575bc2b /themes/ebox_buttons
parent76ebae32b28de8c7941aa3c83025573b4d0fe47b (diff)
move the themes
Diffstat (limited to 'themes/ebox_buttons')
-rw-r--r--themes/ebox_buttons/bulletbc.xbm5
-rw-r--r--themes/ebox_buttons/bulletl.xbm5
-rw-r--r--themes/ebox_buttons/bulletr.xbm5
-rw-r--r--themes/ebox_buttons/close.xbm5
-rw-r--r--themes/ebox_buttons/icon.xbm5
-rw-r--r--themes/ebox_buttons/max.xbm5
6 files changed, 30 insertions, 0 deletions
diff --git a/themes/ebox_buttons/bulletbc.xbm b/themes/ebox_buttons/bulletbc.xbm
new file mode 100644
index 00000000..f74daa69
--- /dev/null
+++ b/themes/ebox_buttons/bulletbc.xbm
@@ -0,0 +1,5 @@
+/* Created with The GIMP */
+#define bulletbc_width 8
+#define bulletbc_height 8
+static unsigned char bulletbc_bits[] = {
+ 0x00, 0x04, 0x0e, 0x1c, 0x3c, 0x1c, 0x0e, 0x04 };
diff --git a/themes/ebox_buttons/bulletl.xbm b/themes/ebox_buttons/bulletl.xbm
new file mode 100644
index 00000000..b136694e
--- /dev/null
+++ b/themes/ebox_buttons/bulletl.xbm
@@ -0,0 +1,5 @@
+/* Created with The GIMP */
+#define bulletl_width 8
+#define bulletl_height 8
+static unsigned char bulletl_bits[] = {
+ 0x00, 0x20, 0x70, 0x38, 0x3c, 0x38, 0x70, 0x20 };
diff --git a/themes/ebox_buttons/bulletr.xbm b/themes/ebox_buttons/bulletr.xbm
new file mode 100644
index 00000000..5b2d6fd3
--- /dev/null
+++ b/themes/ebox_buttons/bulletr.xbm
@@ -0,0 +1,5 @@
+/* Created with The GIMP */
+#define bulletr_width 8
+#define bulletr_height 8
+static unsigned char bulletr_bits[] = {
+ 0x00, 0x04, 0x0e, 0x1c, 0x3c, 0x1c, 0x0e, 0x04 };
diff --git a/themes/ebox_buttons/close.xbm b/themes/ebox_buttons/close.xbm
new file mode 100644
index 00000000..a97c5334
--- /dev/null
+++ b/themes/ebox_buttons/close.xbm
@@ -0,0 +1,5 @@
+/* Created with The GIMP */
+#define close_width 8
+#define close_height 8
+static unsigned char close_bits[] = {
+ 0x42, 0xe7, 0x7e, 0x3c, 0x3c, 0x7e, 0xe7, 0x42 };
diff --git a/themes/ebox_buttons/icon.xbm b/themes/ebox_buttons/icon.xbm
new file mode 100644
index 00000000..38d8f73a
--- /dev/null
+++ b/themes/ebox_buttons/icon.xbm
@@ -0,0 +1,5 @@
+/* Created with The GIMP */
+#define icon_width 7
+#define icon_height 7
+static unsigned char icon_bits[] = {
+ 0x0c, 0x0c, 0x0c, 0x7c, 0x7c, 0x03, 0x03 };
diff --git a/themes/ebox_buttons/max.xbm b/themes/ebox_buttons/max.xbm
new file mode 100644
index 00000000..f143a223
--- /dev/null
+++ b/themes/ebox_buttons/max.xbm
@@ -0,0 +1,5 @@
+/* Created with The GIMP */
+#define max_width 7
+#define max_height 7
+static unsigned char max_bits[] = {
+ 0x7f, 0x7f, 0x60, 0x60, 0x60, 0x63, 0x63 };