From 84502f73ef7f5765e9adc096a3ec5a217d616436 Mon Sep 17 00:00:00 2001 From: basin Date: Thu, 22 Aug 2019 19:58:20 -0400 Subject: [PATCH] flair! --- themes/bw/openbox-3/bullet.xbm | 4 ++ themes/bw/openbox-3/close.xbm | 4 ++ themes/bw/openbox-3/iconify.xbm | 4 ++ themes/bw/openbox-3/max.xbm | 4 ++ themes/bw/openbox-3/max_toggled.xbm | 4 ++ themes/bw/openbox-3/themerc | 60 ++++++++++++++++++++++ themes/c/openbox-3/bullet.xbm | 4 ++ themes/c/openbox-3/close.xbm | 4 ++ themes/c/openbox-3/iconify.xbm | 4 ++ themes/c/openbox-3/max.xbm | 4 ++ themes/c/openbox-3/max_toggled.xbm | 4 ++ themes/c/openbox-3/themerc | 62 +++++++++++++++++++++++ themes/o/openbox-3/bullet.xbm | 4 ++ themes/o/openbox-3/close.xbm | 4 ++ themes/o/openbox-3/iconify.xbm | 4 ++ themes/o/openbox-3/max.xbm | 4 ++ themes/o/openbox-3/max_toggled.xbm | 4 ++ themes/o/openbox-3/themerc | 60 ++++++++++++++++++++++ themes/plano-theme | 1 + themes/polaroid/openbox-3/bullet.xbm | 4 ++ themes/polaroid/openbox-3/close.xbm | 4 ++ themes/polaroid/openbox-3/iconify.xbm | 4 ++ themes/polaroid/openbox-3/max.xbm | 4 ++ themes/polaroid/openbox-3/max_toggled.xbm | 4 ++ themes/polaroid/openbox-3/themerc | 61 ++++++++++++++++++++++ themes/spook/openbox-3/bullet.xbm | 4 ++ themes/spook/openbox-3/close.xbm | 4 ++ themes/spook/openbox-3/iconify.xbm | 4 ++ themes/spook/openbox-3/max.xbm | 4 ++ themes/spook/openbox-3/max_toggled.xbm | 4 ++ themes/spook/openbox-3/shade.xbm | 4 ++ themes/spook/openbox-3/themerc | 55 ++++++++++++++++++++ themes/thicc/openbox-3/themerc | 11 ++++ themes/w/openbox-3/bullet.xbm | 4 ++ themes/w/openbox-3/close.xbm | 4 ++ themes/w/openbox-3/iconify.xbm | 4 ++ themes/w/openbox-3/max.xbm | 4 ++ themes/w/openbox-3/max_toggled.xbm | 4 ++ themes/w/openbox-3/themerc | 61 ++++++++++++++++++++++ themes/x/openbox-3/bullet.xbm | 4 ++ themes/x/openbox-3/close.xbm | 4 ++ themes/x/openbox-3/iconify.xbm | 4 ++ themes/x/openbox-3/max.xbm | 4 ++ themes/x/openbox-3/max_toggled.xbm | 4 ++ themes/x/openbox-3/shade.xbm | 4 ++ themes/x/openbox-3/themerc | 55 ++++++++++++++++++++ 46 files changed, 574 insertions(+) create mode 100755 themes/bw/openbox-3/bullet.xbm create mode 100755 themes/bw/openbox-3/close.xbm create mode 100755 themes/bw/openbox-3/iconify.xbm create mode 100755 themes/bw/openbox-3/max.xbm create mode 100755 themes/bw/openbox-3/max_toggled.xbm create mode 100755 themes/bw/openbox-3/themerc create mode 100755 themes/c/openbox-3/bullet.xbm create mode 100755 themes/c/openbox-3/close.xbm create mode 100755 themes/c/openbox-3/iconify.xbm create mode 100755 themes/c/openbox-3/max.xbm create mode 100755 themes/c/openbox-3/max_toggled.xbm create mode 100755 themes/c/openbox-3/themerc create mode 100755 themes/o/openbox-3/bullet.xbm create mode 100755 themes/o/openbox-3/close.xbm create mode 100755 themes/o/openbox-3/iconify.xbm create mode 100755 themes/o/openbox-3/max.xbm create mode 100755 themes/o/openbox-3/max_toggled.xbm create mode 100755 themes/o/openbox-3/themerc create mode 160000 themes/plano-theme create mode 100755 themes/polaroid/openbox-3/bullet.xbm create mode 100755 themes/polaroid/openbox-3/close.xbm create mode 100755 themes/polaroid/openbox-3/iconify.xbm create mode 100755 themes/polaroid/openbox-3/max.xbm create mode 100755 themes/polaroid/openbox-3/max_toggled.xbm create mode 100755 themes/polaroid/openbox-3/themerc create mode 100755 themes/spook/openbox-3/bullet.xbm create mode 100755 themes/spook/openbox-3/close.xbm create mode 100755 themes/spook/openbox-3/iconify.xbm create mode 100755 themes/spook/openbox-3/max.xbm create mode 100755 themes/spook/openbox-3/max_toggled.xbm create mode 100644 themes/spook/openbox-3/shade.xbm create mode 100755 themes/spook/openbox-3/themerc create mode 100755 themes/thicc/openbox-3/themerc create mode 100755 themes/w/openbox-3/bullet.xbm create mode 100755 themes/w/openbox-3/close.xbm create mode 100755 themes/w/openbox-3/iconify.xbm create mode 100755 themes/w/openbox-3/max.xbm create mode 100755 themes/w/openbox-3/max_toggled.xbm create mode 100755 themes/w/openbox-3/themerc create mode 100755 themes/x/openbox-3/bullet.xbm create mode 100755 themes/x/openbox-3/close.xbm create mode 100755 themes/x/openbox-3/iconify.xbm create mode 100755 themes/x/openbox-3/max.xbm create mode 100755 themes/x/openbox-3/max_toggled.xbm create mode 100644 themes/x/openbox-3/shade.xbm create mode 100755 themes/x/openbox-3/themerc diff --git a/themes/bw/openbox-3/bullet.xbm b/themes/bw/openbox-3/bullet.xbm new file mode 100755 index 0000000..0c9b5e7 --- /dev/null +++ b/themes/bw/openbox-3/bullet.xbm @@ -0,0 +1,4 @@ +#define bullet_width 4 +#define bullet_height 7 +static unsigned char bullet_bits[] = { + 0x00, 0x00, 0x02, 0x04, 0x02, 0x00, 0x00 }; diff --git a/themes/bw/openbox-3/close.xbm b/themes/bw/openbox-3/close.xbm new file mode 100755 index 0000000..21b52f2 --- /dev/null +++ b/themes/bw/openbox-3/close.xbm @@ -0,0 +1,4 @@ +#define close_width 7 +#define close_height 7 +static unsigned char close_bits[] = { + 0x00, 0x00, 0x14, 0x08, 0x14, 0x00, 0x00 }; diff --git a/themes/bw/openbox-3/iconify.xbm b/themes/bw/openbox-3/iconify.xbm new file mode 100755 index 0000000..e2c3d0e --- /dev/null +++ b/themes/bw/openbox-3/iconify.xbm @@ -0,0 +1,4 @@ +#define iconify_width 7 +#define iconify_height 7 +static unsigned char iconify_bits[] = { + 0x00, 0x00, 0x00, 0x3c, 0x00, 0x00, 0x00 }; diff --git a/themes/bw/openbox-3/max.xbm b/themes/bw/openbox-3/max.xbm new file mode 100755 index 0000000..4585c6f --- /dev/null +++ b/themes/bw/openbox-3/max.xbm @@ -0,0 +1,4 @@ +#define max_width 7 +#define max_height 7 +static unsigned char max_bits[] = { + 0x00, 0x00, 0x38, 0x00, 0x0e, 0x00, 0x00 }; diff --git a/themes/bw/openbox-3/max_toggled.xbm b/themes/bw/openbox-3/max_toggled.xbm new file mode 100755 index 0000000..679893a --- /dev/null +++ b/themes/bw/openbox-3/max_toggled.xbm @@ -0,0 +1,4 @@ +#define max_toggled_width 7 +#define max_toggled_height 7 +static unsigned char max_toggled_bits[] = { + 0x00, 0x00, 0x0e, 0x00, 0x38, 0x00, 0x00 }; diff --git a/themes/bw/openbox-3/themerc b/themes/bw/openbox-3/themerc new file mode 100755 index 0000000..c218bc9 --- /dev/null +++ b/themes/bw/openbox-3/themerc @@ -0,0 +1,60 @@ +# menu +menu.items.bg: Flat +menu.items.bg.color: white +menu.items.text.color: black +menu.items.active.bg: Flat +menu.items.active.bg.color: white +menu.items.active.text.color: #fe9b71 +menu.title.bg: Flat +menu.title.bg.color: white +menu.title.text.color: black +menu.title.text.justify: Right +menu.border.width: 20 +menu.border.color: white +menu.separator.color: white +menu.overlap.x: -20 + + +# osd +osd.label.text.color: black +osd.border.width: 0 + + +# windows +border.width: 0 +*.border.color: black +# *.active.border.color: # +# *.inactive.border.color: # +window.client.padding.width: 0 +window.handle.width: 0 + + +# titlebars +padding.height: 15 +padding.width: 15 + + +# active window +window.active.*.bg: Flat Parentrelative +window.active.*.*.bg.color: white +window.active.*.*.image.color: black + + +# inactive window +window.inactive.*.bg: Flat Parentrelative +window.inactive.*.*.bg.color: white +window.inactive.*.*.image.color: black + + +# handle +window.active.handle.bg: Flat +window.active.handle.bg.color: white +window.inactive.handle.bg: Flat +window.inactive.handle.bg.color: white + + +# grip +window.active.grip.bg: Flat +window.active.grip.bg.color: white +window.inactive.grip.bg: Flat +window.inactive.grip.bg.color: white \ No newline at end of file diff --git a/themes/c/openbox-3/bullet.xbm b/themes/c/openbox-3/bullet.xbm new file mode 100755 index 0000000..0c9b5e7 --- /dev/null +++ b/themes/c/openbox-3/bullet.xbm @@ -0,0 +1,4 @@ +#define bullet_width 4 +#define bullet_height 7 +static unsigned char bullet_bits[] = { + 0x00, 0x00, 0x02, 0x04, 0x02, 0x00, 0x00 }; diff --git a/themes/c/openbox-3/close.xbm b/themes/c/openbox-3/close.xbm new file mode 100755 index 0000000..f19b946 --- /dev/null +++ b/themes/c/openbox-3/close.xbm @@ -0,0 +1,4 @@ +#define close_width 3 +#define close_height 3 +static unsigned char close_bits[] = { + 0x05, 0x02, 0x05 }; diff --git a/themes/c/openbox-3/iconify.xbm b/themes/c/openbox-3/iconify.xbm new file mode 100755 index 0000000..4d2c7e3 --- /dev/null +++ b/themes/c/openbox-3/iconify.xbm @@ -0,0 +1,4 @@ +#define iconify_width 3 +#define iconify_height 1 +static unsigned char iconify_bits[] = { + 0x07 }; diff --git a/themes/c/openbox-3/max.xbm b/themes/c/openbox-3/max.xbm new file mode 100755 index 0000000..6e48f3f --- /dev/null +++ b/themes/c/openbox-3/max.xbm @@ -0,0 +1,4 @@ +#define max_width 3 +#define max_height 2 +static unsigned char max_bits[] = { + 0x02, 0x05 }; diff --git a/themes/c/openbox-3/max_toggled.xbm b/themes/c/openbox-3/max_toggled.xbm new file mode 100755 index 0000000..e697b32 --- /dev/null +++ b/themes/c/openbox-3/max_toggled.xbm @@ -0,0 +1,4 @@ +#define max_toggled_width 5 +#define max_toggled_height 5 +static unsigned char max_toggled_bits[] = { + 0x04, 0x04, 0x15, 0x0e, 0x04 }; diff --git a/themes/c/openbox-3/themerc b/themes/c/openbox-3/themerc new file mode 100755 index 0000000..3ce76f9 --- /dev/null +++ b/themes/c/openbox-3/themerc @@ -0,0 +1,62 @@ +# menu +menu.items.active.bg: Flat +menu.items.active.bg.color: #071d22 +menu.items.active.text.color: #94a9d9 +menu.items.*.border.width: 10 +menu.items.bg: Flat +menu.items.bg.color: #071d22 +menu.items.disabled.text.color: #94a9d9 +menu.items.text.color: white +menu.border.width: 25 +menu.border.color: #071d22 +menu.title.bg: Flat +menu.title.*.color: #071d22 +menu.title.text.justify: Left +menu.separator.color: #071d22 +menu.overlap.x: -40 + + +# osd +osd.label.text.color: white +osd.border.width: 20 +osd.border.color: #071d22 + + +# windows +border.width: 0 +*.border.color: white +# *.active.border.color: white +# *.inactive.border.color: #f2f2f2 +window.client.padding.width: 0 +window.handle.width: 40 + + +# titlebars +padding.height: 0 +padding.width: 0 + + +# active window +window.active.*.bg: Flat +window.active.*.*.bg.color: #071d22 +window.active.*.*.image.color: black + + +# inactive window +window.inactive.*.bg: Flat +window.inactive.*.*.bg.color: #071d22 +window.inactive.*.*.image.color: black + + +# handle +window.active.handle.bg: Flat +window.active.handle.bg.color: white +window.inactive.handle.bg: Flat +window.inactive.handle.bg.color: white + + +# grip +window.active.grip.bg: Flat +window.active.grip.bg.color: white +window.inactive.grip.bg: Flat +window.inactive.grip.bg.color: white \ No newline at end of file diff --git a/themes/o/openbox-3/bullet.xbm b/themes/o/openbox-3/bullet.xbm new file mode 100755 index 0000000..0c9b5e7 --- /dev/null +++ b/themes/o/openbox-3/bullet.xbm @@ -0,0 +1,4 @@ +#define bullet_width 4 +#define bullet_height 7 +static unsigned char bullet_bits[] = { + 0x00, 0x00, 0x02, 0x04, 0x02, 0x00, 0x00 }; diff --git a/themes/o/openbox-3/close.xbm b/themes/o/openbox-3/close.xbm new file mode 100755 index 0000000..b16a855 --- /dev/null +++ b/themes/o/openbox-3/close.xbm @@ -0,0 +1,4 @@ +#define close_width 7 +#define close_height 7 +static unsigned char close_bits[] = { + 0x00, 0x20, 0x14, 0x00, 0x14, 0x02, 0x00 }; diff --git a/themes/o/openbox-3/iconify.xbm b/themes/o/openbox-3/iconify.xbm new file mode 100755 index 0000000..7ff4ec2 --- /dev/null +++ b/themes/o/openbox-3/iconify.xbm @@ -0,0 +1,4 @@ +#define iconify_width 7 +#define iconify_height 7 +static unsigned char iconify_bits[] = { + 0x00, 0x20, 0x14, 0x08, 0x14, 0x02, 0x00 }; diff --git a/themes/o/openbox-3/max.xbm b/themes/o/openbox-3/max.xbm new file mode 100755 index 0000000..c1cba5c --- /dev/null +++ b/themes/o/openbox-3/max.xbm @@ -0,0 +1,4 @@ +#define max_width 7 +#define max_height 7 +static unsigned char max_bits[] = { + 0x00, 0x20, 0x10, 0x00, 0x04, 0x02, 0x00 }; diff --git a/themes/o/openbox-3/max_toggled.xbm b/themes/o/openbox-3/max_toggled.xbm new file mode 100755 index 0000000..f2a67b2 --- /dev/null +++ b/themes/o/openbox-3/max_toggled.xbm @@ -0,0 +1,4 @@ +#define max_toggled_width 7 +#define max_toggled_height 7 +static unsigned char max_toggled_bits[] = { + 0x00, 0x20, 0x00, 0x08, 0x00, 0x02, 0x00 }; diff --git a/themes/o/openbox-3/themerc b/themes/o/openbox-3/themerc new file mode 100755 index 0000000..cc0cbe3 --- /dev/null +++ b/themes/o/openbox-3/themerc @@ -0,0 +1,60 @@ +# menu +menu.items.bg: Flat +menu.items.bg.color: white +menu.items.text.color: #071d22 +menu.items.active.bg: Flat +menu.items.active.bg.color: white +menu.items.active.text.color: #8fa4da +menu.title.bg: Flat +menu.title.bg.color: white +menu.title.text.color: #071d22 +menu.title.text.justify: Right +menu.border.width: 20 +menu.border.color: white +menu.separator.color: white +menu.overlap.x: -20 + + +# osd +osd.label.text.color: #071d22 +osd.border.width: 1 + + +# windows +border.width: 0 +*.border.color: black +# *.active.border.color: # +# *.inactive.border.color: # +window.client.padding.width: 0 +window.handle.width: 0 + + +# titlebars +padding.height: 15 +padding.width: 15 + + +# active window +window.active.*.bg: Flat +window.active.*.*.bg.color: white +window.active.*.*.image.color: #071d22 + + +# inactive window +window.inactive.*.bg: Flat +window.inactive.*.*.bg.color: white +window.inactive.*.*.image.color: #071d22 + + +# handle +window.active.handle.bg: Flat +window.active.handle.bg.color: white +window.inactive.handle.bg: Flat +window.inactive.handle.bg.color: white + + +# grip +window.active.grip.bg: Flat +window.active.grip.bg.color: white +window.inactive.grip.bg: Flat +window.inactive.grip.bg.color: white \ No newline at end of file diff --git a/themes/plano-theme b/themes/plano-theme new file mode 160000 index 0000000..32f6110 --- /dev/null +++ b/themes/plano-theme @@ -0,0 +1 @@ +Subproject commit 32f6110854fd9a9360389ab0050ab787302099a8 diff --git a/themes/polaroid/openbox-3/bullet.xbm b/themes/polaroid/openbox-3/bullet.xbm new file mode 100755 index 0000000..0c9b5e7 --- /dev/null +++ b/themes/polaroid/openbox-3/bullet.xbm @@ -0,0 +1,4 @@ +#define bullet_width 4 +#define bullet_height 7 +static unsigned char bullet_bits[] = { + 0x00, 0x00, 0x02, 0x04, 0x02, 0x00, 0x00 }; diff --git a/themes/polaroid/openbox-3/close.xbm b/themes/polaroid/openbox-3/close.xbm new file mode 100755 index 0000000..f19b946 --- /dev/null +++ b/themes/polaroid/openbox-3/close.xbm @@ -0,0 +1,4 @@ +#define close_width 3 +#define close_height 3 +static unsigned char close_bits[] = { + 0x05, 0x02, 0x05 }; diff --git a/themes/polaroid/openbox-3/iconify.xbm b/themes/polaroid/openbox-3/iconify.xbm new file mode 100755 index 0000000..4d2c7e3 --- /dev/null +++ b/themes/polaroid/openbox-3/iconify.xbm @@ -0,0 +1,4 @@ +#define iconify_width 3 +#define iconify_height 1 +static unsigned char iconify_bits[] = { + 0x07 }; diff --git a/themes/polaroid/openbox-3/max.xbm b/themes/polaroid/openbox-3/max.xbm new file mode 100755 index 0000000..6e48f3f --- /dev/null +++ b/themes/polaroid/openbox-3/max.xbm @@ -0,0 +1,4 @@ +#define max_width 3 +#define max_height 2 +static unsigned char max_bits[] = { + 0x02, 0x05 }; diff --git a/themes/polaroid/openbox-3/max_toggled.xbm b/themes/polaroid/openbox-3/max_toggled.xbm new file mode 100755 index 0000000..e697b32 --- /dev/null +++ b/themes/polaroid/openbox-3/max_toggled.xbm @@ -0,0 +1,4 @@ +#define max_toggled_width 5 +#define max_toggled_height 5 +static unsigned char max_toggled_bits[] = { + 0x04, 0x04, 0x15, 0x0e, 0x04 }; diff --git a/themes/polaroid/openbox-3/themerc b/themes/polaroid/openbox-3/themerc new file mode 100755 index 0000000..03142c0 --- /dev/null +++ b/themes/polaroid/openbox-3/themerc @@ -0,0 +1,61 @@ +# menu +menu.items.active.bg: Flat +menu.items.active.bg.color: #071d22 +menu.items.active.text.color: #94a9d9 +menu.items.*.border.width: 10 +menu.items.bg: Flat +menu.items.bg.color: #071d22 +menu.items.disabled.text.color: #94a9d9 +menu.items.text.color: white +menu.border.width: 25 +menu.border.color: #071d22 +menu.title.bg: Flat +menu.title.*.color: #071d22 +menu.title.text.justify: Left +menu.separator.color: #071d22 + + +# osd +osd.label.text.color: white +osd.border.width: 0 +osd.border.color: #071d22 + + +# windows +border.width: 0 +*.border.color: white +# *.active.border.color: white +# *.inactive.border.color: #f2f2f2 +window.client.padding.width: 20 +window.handle.width: 70 + + +# titlebars +padding.height: 0 +padding.width: 0 + + +# active window +window.active.*.bg: Flat +window.active.*.*.bg.color: white +window.active.*.*.image.color: black + + +# inactive window +window.inactive.*.bg: Flat +window.inactive.*.*.bg.color: white +window.inactive.*.*.image.color: black + + +# handle +window.active.handle.bg: Flat +window.active.handle.bg.color: white +window.inactive.handle.bg: Flat +window.inactive.handle.bg.color: white + + +# grip +window.active.grip.bg: Flat +window.active.grip.bg.color: white +window.inactive.grip.bg: Flat +window.inactive.grip.bg.color: white \ No newline at end of file diff --git a/themes/spook/openbox-3/bullet.xbm b/themes/spook/openbox-3/bullet.xbm new file mode 100755 index 0000000..0c9b5e7 --- /dev/null +++ b/themes/spook/openbox-3/bullet.xbm @@ -0,0 +1,4 @@ +#define bullet_width 4 +#define bullet_height 7 +static unsigned char bullet_bits[] = { + 0x00, 0x00, 0x02, 0x04, 0x02, 0x00, 0x00 }; diff --git a/themes/spook/openbox-3/close.xbm b/themes/spook/openbox-3/close.xbm new file mode 100755 index 0000000..d3fe735 --- /dev/null +++ b/themes/spook/openbox-3/close.xbm @@ -0,0 +1,4 @@ +#define close_width 7 +#define close_height 7 +static unsigned char close_bits[] = { + 0x00, 0x20, 0x10, 0x08, 0x04, 0x02, 0x00 }; diff --git a/themes/spook/openbox-3/iconify.xbm b/themes/spook/openbox-3/iconify.xbm new file mode 100755 index 0000000..d467116 --- /dev/null +++ b/themes/spook/openbox-3/iconify.xbm @@ -0,0 +1,4 @@ +#define iconify_width 7 +#define iconify_height 7 +static unsigned char iconify_bits[] = { + 0x00, 0x20, 0x10, 0x08, 0x04, 0x02, 0x00 }; diff --git a/themes/spook/openbox-3/max.xbm b/themes/spook/openbox-3/max.xbm new file mode 100755 index 0000000..55371a7 --- /dev/null +++ b/themes/spook/openbox-3/max.xbm @@ -0,0 +1,4 @@ +#define max_width 7 +#define max_height 7 +static unsigned char max_bits[] = { + 0x00, 0x20, 0x10, 0x08, 0x04, 0x02, 0x00 }; diff --git a/themes/spook/openbox-3/max_toggled.xbm b/themes/spook/openbox-3/max_toggled.xbm new file mode 100755 index 0000000..ffa737a --- /dev/null +++ b/themes/spook/openbox-3/max_toggled.xbm @@ -0,0 +1,4 @@ +#define max_toggled_width 7 +#define max_toggled_height 7 +static unsigned char max_toggled_bits[] = { + 0x00, 0x02, 0x04, 0x08, 0x10, 0x20, 0x00 }; diff --git a/themes/spook/openbox-3/shade.xbm b/themes/spook/openbox-3/shade.xbm new file mode 100644 index 0000000..dbf8cd7 --- /dev/null +++ b/themes/spook/openbox-3/shade.xbm @@ -0,0 +1,4 @@ +#define shade_width 7 +#define shade_height 7 +static unsigned char shade_bits[] = { + 0x00, 0x00, 0x14, 0x22, 0x14, 0x00, 0x00 }; diff --git a/themes/spook/openbox-3/themerc b/themes/spook/openbox-3/themerc new file mode 100755 index 0000000..96b5f6e --- /dev/null +++ b/themes/spook/openbox-3/themerc @@ -0,0 +1,55 @@ +# menu +menu.items.bg: Flat +menu.items.bg.color: white +menu.items.text.color: black +menu.items.active.bg: Flat +menu.items.active.bg.color: white +menu.items.active.text.color: #8fa4da +menu.title.bg: Flat +menu.title.bg.color: white +menu.title.text.color: black +menu.title.text.justify: Right +menu.border.width: 20 +menu.border.color: white +menu.separator.color: white +menu.overlap.x: -20 + + +# osd +osd.label.text.color: black +osd.border.width: 0 + + +# windows +border.width: 1 +*.border.color: #242627 +# *.active.border.co6or: #2a3741 +# *.inactive.border.color: #404b54 +window.client.padding.width: 0 +window.handle.width: 0 + + +# titlebars +padding.height: 12 +padding.width: 12 + + +# active window +window.*.*.bg: Flat Parentrelative +window.*.*.*.bg.color: white +window.*.*.*.image.color: black +window.*.label.text.color: white + + +# handle +window.active.handle.bg: Flat +window.active.handle.bg.color: white +window.inactive.handle.bg: Flat +window.inactive.handle.bg.color: white + + +# grip +window.active.grip.bg: Flat +window.active.grip.bg.color: white +window.inactive.grip.bg: Flat +window.inactive.grip.bg.color: white diff --git a/themes/thicc/openbox-3/themerc b/themes/thicc/openbox-3/themerc new file mode 100755 index 0000000..ac4a33e --- /dev/null +++ b/themes/thicc/openbox-3/themerc @@ -0,0 +1,11 @@ +window.*.title.bg.color: #fff0f0 +window.*.label.text.color: #fff0f0 +window.*.button.*.image.color: #fff0f0 +window.handle.width: 0 +window.client.padding.width: 0 +border.width: 0 +padding.width: 50 +padding.height: 35 +window.*.title.bg: Solid Flat +window.*.*.bg: Parentrelative +window.label.text.justify: center diff --git a/themes/w/openbox-3/bullet.xbm b/themes/w/openbox-3/bullet.xbm new file mode 100755 index 0000000..0c9b5e7 --- /dev/null +++ b/themes/w/openbox-3/bullet.xbm @@ -0,0 +1,4 @@ +#define bullet_width 4 +#define bullet_height 7 +static unsigned char bullet_bits[] = { + 0x00, 0x00, 0x02, 0x04, 0x02, 0x00, 0x00 }; diff --git a/themes/w/openbox-3/close.xbm b/themes/w/openbox-3/close.xbm new file mode 100755 index 0000000..21b52f2 --- /dev/null +++ b/themes/w/openbox-3/close.xbm @@ -0,0 +1,4 @@ +#define close_width 7 +#define close_height 7 +static unsigned char close_bits[] = { + 0x00, 0x00, 0x14, 0x08, 0x14, 0x00, 0x00 }; diff --git a/themes/w/openbox-3/iconify.xbm b/themes/w/openbox-3/iconify.xbm new file mode 100755 index 0000000..2987c05 --- /dev/null +++ b/themes/w/openbox-3/iconify.xbm @@ -0,0 +1,4 @@ +#define iconify_width 7 +#define iconify_height 7 +static unsigned char iconify_bits[] = { + 0x00, 0x00, 0x00, 0x1c, 0x00, 0x00, 0x00 }; diff --git a/themes/w/openbox-3/max.xbm b/themes/w/openbox-3/max.xbm new file mode 100755 index 0000000..234dfc7 --- /dev/null +++ b/themes/w/openbox-3/max.xbm @@ -0,0 +1,4 @@ +#define max_width 4 +#define max_height 4 +static unsigned char max_bits[] = { + 0x0f, 0x09, 0x09, 0x0f }; diff --git a/themes/w/openbox-3/max_toggled.xbm b/themes/w/openbox-3/max_toggled.xbm new file mode 100755 index 0000000..234dfc7 --- /dev/null +++ b/themes/w/openbox-3/max_toggled.xbm @@ -0,0 +1,4 @@ +#define max_width 4 +#define max_height 4 +static unsigned char max_bits[] = { + 0x0f, 0x09, 0x09, 0x0f }; diff --git a/themes/w/openbox-3/themerc b/themes/w/openbox-3/themerc new file mode 100755 index 0000000..a16fe67 --- /dev/null +++ b/themes/w/openbox-3/themerc @@ -0,0 +1,61 @@ +# menu +menu.items.bg: Flat +menu.items.bg.color: white +menu.items.text.color: #071d22 +menu.items.active.bg: Flat +menu.items.active.bg.color: white +menu.items.active.text.color: #8fa4da +menu.title.bg: Flat +menu.title.bg.color: white +menu.title.text.color: #071d22 +menu.title.text.justify: Right +menu.border.width: 25 +menu.border.color: white +menu.separator.color: white +menu.overlap.x: -40 + + +# osd +osd.label.text.color: #071d22 +osd.border.width: 1 +osd.border.color: #071d22 + + +# windows +border.width: 1 +# *.border.color: white +*.active.border.color: #192e33 +*.inactive.border.color: #1d3237 +window.client.padding.width: 0 +window.handle.width: 0 + + +# titlebars +padding.height: 15 +padding.width: 15 + + +# active window +window.active.*.bg: Flat +window.active.*.*.bg.color: white +window.active.*.*.image.color: #071d22 + + +# inactive window +window.inactive.*.bg: Flat +window.inactive.*.*.bg.color: white +window.inactive.*.*.image.color: #071d22 + + +# handle +window.active.handle.bg: Flat +window.active.handle.bg.color: white +window.inactive.handle.bg: Flat +window.inactive.handle.bg.color: white + + +# grip +window.active.grip.bg: Flat +window.active.grip.bg.color: white +window.inactive.grip.bg: Flat +window.inactive.grip.bg.color: white \ No newline at end of file diff --git a/themes/x/openbox-3/bullet.xbm b/themes/x/openbox-3/bullet.xbm new file mode 100755 index 0000000..0c9b5e7 --- /dev/null +++ b/themes/x/openbox-3/bullet.xbm @@ -0,0 +1,4 @@ +#define bullet_width 4 +#define bullet_height 7 +static unsigned char bullet_bits[] = { + 0x00, 0x00, 0x02, 0x04, 0x02, 0x00, 0x00 }; diff --git a/themes/x/openbox-3/close.xbm b/themes/x/openbox-3/close.xbm new file mode 100755 index 0000000..21b52f2 --- /dev/null +++ b/themes/x/openbox-3/close.xbm @@ -0,0 +1,4 @@ +#define close_width 7 +#define close_height 7 +static unsigned char close_bits[] = { + 0x00, 0x00, 0x14, 0x08, 0x14, 0x00, 0x00 }; diff --git a/themes/x/openbox-3/iconify.xbm b/themes/x/openbox-3/iconify.xbm new file mode 100755 index 0000000..e2c3d0e --- /dev/null +++ b/themes/x/openbox-3/iconify.xbm @@ -0,0 +1,4 @@ +#define iconify_width 7 +#define iconify_height 7 +static unsigned char iconify_bits[] = { + 0x00, 0x00, 0x00, 0x3c, 0x00, 0x00, 0x00 }; diff --git a/themes/x/openbox-3/max.xbm b/themes/x/openbox-3/max.xbm new file mode 100755 index 0000000..4585c6f --- /dev/null +++ b/themes/x/openbox-3/max.xbm @@ -0,0 +1,4 @@ +#define max_width 7 +#define max_height 7 +static unsigned char max_bits[] = { + 0x00, 0x00, 0x38, 0x00, 0x0e, 0x00, 0x00 }; diff --git a/themes/x/openbox-3/max_toggled.xbm b/themes/x/openbox-3/max_toggled.xbm new file mode 100755 index 0000000..679893a --- /dev/null +++ b/themes/x/openbox-3/max_toggled.xbm @@ -0,0 +1,4 @@ +#define max_toggled_width 7 +#define max_toggled_height 7 +static unsigned char max_toggled_bits[] = { + 0x00, 0x00, 0x0e, 0x00, 0x38, 0x00, 0x00 }; diff --git a/themes/x/openbox-3/shade.xbm b/themes/x/openbox-3/shade.xbm new file mode 100644 index 0000000..1d463f8 --- /dev/null +++ b/themes/x/openbox-3/shade.xbm @@ -0,0 +1,4 @@ +#define shade_width 7 +#define shade_height 7 +static unsigned char shade_bits[] = { + 0x00, 0x10, 0x10, 0x14, 0x04, 0x04, 0x00 }; diff --git a/themes/x/openbox-3/themerc b/themes/x/openbox-3/themerc new file mode 100755 index 0000000..ca99091 --- /dev/null +++ b/themes/x/openbox-3/themerc @@ -0,0 +1,55 @@ +# menu +menu.items.bg: Flat +menu.items.bg.color: white +menu.items.text.color: black +menu.items.active.bg: Flat +menu.items.active.bg.color: white +menu.items.active.text.color: #8fa4da +menu.title.bg: Flat +menu.title.bg.color: white +menu.title.text.color: black +menu.title.text.justify: Right +menu.border.width: 20 +menu.border.color: white +menu.separator.color: white +menu.overlap.x: -20 + + +# osd +osd.label.text.color: black +osd.border.width: 0 + + +# windows +border.width: 0 +*.border.color: white +# *.active.border.color: #2a3741 +# *.inactive.border.color: #404b54 +window.client.padding.width: 0 +window.handle.width: 0 + + +# titlebars +padding.height: 12 +padding.width: 12 + + +# active window +window.*.*.bg: Flat Parentrelative +window.*.*.*.bg.color: white +window.*.*.*.image.color: black +window.*.label.text.color: white + + +# handle +window.active.handle.bg: Flat +window.active.handle.bg.color: white +window.inactive.handle.bg: Flat +window.inactive.handle.bg.color: white + + +# grip +window.active.grip.bg: Flat +window.active.grip.bg.color: white +window.inactive.grip.bg: Flat +window.inactive.grip.bg.color: white