diff options
| author | schererleander <leander@leander-scherer.de> | 2024-03-11 17:12:20 +0100 |
|---|---|---|
| committer | schererleander <leander@leander-scherer.de> | 2024-03-11 17:12:20 +0100 |
| commit | b77a7d585cf6cf2420dd770e42ba5b1e08a4e12c (patch) | |
| tree | 1e609feaf2356f80ea95cc0f61fc2ecddc875f6b /.themes/Walbox/openbox-3 | |
| parent | be73020a8d6d0beefdedf6f2c2c1ffa3cc8a82b6 (diff) | |
initial commit
Diffstat (limited to '.themes/Walbox/openbox-3')
| -rwxr-xr-x | .themes/Walbox/openbox-3/bullet.xbm | 5 | ||||
| -rw-r--r-- | .themes/Walbox/openbox-3/close.xbm | 5 | ||||
| -rw-r--r-- | .themes/Walbox/openbox-3/close_hover.xbm | 5 | ||||
| -rw-r--r-- | .themes/Walbox/openbox-3/desk.xbm | 5 | ||||
| -rw-r--r-- | .themes/Walbox/openbox-3/desk_hover.xbm | 5 | ||||
| -rw-r--r-- | .themes/Walbox/openbox-3/desk_toggled.xbm | 5 | ||||
| -rw-r--r-- | .themes/Walbox/openbox-3/desk_toggled_hover.xbm | 5 | ||||
| -rw-r--r-- | .themes/Walbox/openbox-3/iconify.xbm | 5 | ||||
| -rw-r--r-- | .themes/Walbox/openbox-3/iconify_hover.xbm | 5 | ||||
| -rw-r--r-- | .themes/Walbox/openbox-3/max.xbm | 5 | ||||
| -rw-r--r-- | .themes/Walbox/openbox-3/max_hover.xbm | 5 | ||||
| -rw-r--r-- | .themes/Walbox/openbox-3/max_toggled.xbm | 5 | ||||
| -rw-r--r-- | .themes/Walbox/openbox-3/max_toggled_hover.xbm | 5 | ||||
| -rw-r--r-- | .themes/Walbox/openbox-3/shade.xbm | 5 | ||||
| -rw-r--r-- | .themes/Walbox/openbox-3/shade_hover.xbm | 5 | ||||
| -rw-r--r-- | .themes/Walbox/openbox-3/shade_toggled.xbm | 5 | ||||
| -rw-r--r-- | .themes/Walbox/openbox-3/shade_toggled_hover.xbm | 5 | ||||
| -rw-r--r-- | .themes/Walbox/openbox-3/themerc | 99 |
18 files changed, 184 insertions, 0 deletions
diff --git a/.themes/Walbox/openbox-3/bullet.xbm b/.themes/Walbox/openbox-3/bullet.xbm new file mode 100755 index 0000000..976273b --- /dev/null +++ b/.themes/Walbox/openbox-3/bullet.xbm @@ -0,0 +1,5 @@ +#define bullet_width 10 +#define bullet_height 10 +static unsigned char bullet_bits[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x30, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/.themes/Walbox/openbox-3/close.xbm b/.themes/Walbox/openbox-3/close.xbm new file mode 100644 index 0000000..7e6e561 --- /dev/null +++ b/.themes/Walbox/openbox-3/close.xbm @@ -0,0 +1,5 @@ +#define _width 10 +#define _height 10 +static char _bits[] = { + 0x00,0x00,0x78,0x00,0xfc,0x00,0xb6,0x01,0xce,0x01,0xce,0x01,0xb6,0x01,0xfc, + 0x00,0x78,0x00,0x00,0x00 }; diff --git a/.themes/Walbox/openbox-3/close_hover.xbm b/.themes/Walbox/openbox-3/close_hover.xbm new file mode 100644 index 0000000..8337605 --- /dev/null +++ b/.themes/Walbox/openbox-3/close_hover.xbm @@ -0,0 +1,5 @@ +#define _width 10 +#define _height 10 +static char _bits[] = { + 0x78,0x00,0x84,0x00,0x02,0x01,0x49,0x02,0x31,0x02,0x31,0x02,0x49,0x02,0x02, + 0x01,0x84,0x00,0x78,0x00 }; diff --git a/.themes/Walbox/openbox-3/desk.xbm b/.themes/Walbox/openbox-3/desk.xbm new file mode 100644 index 0000000..edb9062 --- /dev/null +++ b/.themes/Walbox/openbox-3/desk.xbm @@ -0,0 +1,5 @@ +#define _width 10 +#define _height 10 +static char _bits[] = { + 0x00,0x00,0x78,0x00,0xfc,0x00,0xfe,0x01,0xce,0x01,0xce,0x01,0xfe,0x01,0xfc, + 0x00,0x78,0x00,0x00,0x00 }; diff --git a/.themes/Walbox/openbox-3/desk_hover.xbm b/.themes/Walbox/openbox-3/desk_hover.xbm new file mode 100644 index 0000000..44ecad6 --- /dev/null +++ b/.themes/Walbox/openbox-3/desk_hover.xbm @@ -0,0 +1,5 @@ +#define _width 10 +#define _height 10 +static char _bits[] = { + 0x78,0x00,0x84,0x00,0x02,0x01,0x01,0x02,0x31,0x02,0x31,0x02,0x01,0x02,0x02, + 0x01,0x84,0x00,0x78,0x00 }; diff --git a/.themes/Walbox/openbox-3/desk_toggled.xbm b/.themes/Walbox/openbox-3/desk_toggled.xbm new file mode 100644 index 0000000..82b3ac4 --- /dev/null +++ b/.themes/Walbox/openbox-3/desk_toggled.xbm @@ -0,0 +1,5 @@ +#define _width 10 +#define _height 10 +static char _bits[] = { + 0x00,0x00,0x78,0x00,0xfc,0x00,0xce,0x01,0x86,0x01,0x86,0x01,0xce,0x01,0xfc, + 0x00,0x78,0x00,0x00,0x00 }; diff --git a/.themes/Walbox/openbox-3/desk_toggled_hover.xbm b/.themes/Walbox/openbox-3/desk_toggled_hover.xbm new file mode 100644 index 0000000..239f9ee --- /dev/null +++ b/.themes/Walbox/openbox-3/desk_toggled_hover.xbm @@ -0,0 +1,5 @@ +#define _width 10 +#define _height 10 +static char _bits[] = { + 0x78,0x00,0x84,0x00,0x02,0x01,0x31,0x02,0x79,0x02,0x79,0x02,0x31,0x02,0x02, + 0x01,0x84,0x00,0x78,0x00 }; diff --git a/.themes/Walbox/openbox-3/iconify.xbm b/.themes/Walbox/openbox-3/iconify.xbm new file mode 100644 index 0000000..b4b2f95 --- /dev/null +++ b/.themes/Walbox/openbox-3/iconify.xbm @@ -0,0 +1,5 @@ +#define _width 10 +#define _height 10 +static char _bits[] = { + 0x00,0x00,0x78,0x00,0xfc,0x00,0xfe,0x01,0xfe,0x01,0x86,0x01,0xfe,0x01,0xfc, + 0x00,0x78,0x00,0x00,0x00 }; diff --git a/.themes/Walbox/openbox-3/iconify_hover.xbm b/.themes/Walbox/openbox-3/iconify_hover.xbm new file mode 100644 index 0000000..049e5f0 --- /dev/null +++ b/.themes/Walbox/openbox-3/iconify_hover.xbm @@ -0,0 +1,5 @@ +#define _width 10 +#define _height 10 +static char _bits[] = { + 0x78,0x00,0x84,0x00,0x02,0x01,0x01,0x02,0x01,0x02,0x79,0x02,0x01,0x02,0x02, + 0x01,0x84,0x00,0x78,0x00 }; diff --git a/.themes/Walbox/openbox-3/max.xbm b/.themes/Walbox/openbox-3/max.xbm new file mode 100644 index 0000000..cefb2af --- /dev/null +++ b/.themes/Walbox/openbox-3/max.xbm @@ -0,0 +1,5 @@ +#define _width 10 +#define _height 10 +static char _bits[] = { + 0x00,0x00,0x78,0x00,0xfc,0x00,0xfe,0x01,0xce,0x01,0xb6,0x01,0xfe,0x01,0xfc, + 0x00,0x78,0x00,0x00,0x00 }; diff --git a/.themes/Walbox/openbox-3/max_hover.xbm b/.themes/Walbox/openbox-3/max_hover.xbm new file mode 100644 index 0000000..619d304 --- /dev/null +++ b/.themes/Walbox/openbox-3/max_hover.xbm @@ -0,0 +1,5 @@ +#define _width 10 +#define _height 10 +static char _bits[] = { + 0x78,0x00,0x84,0x00,0x02,0x01,0x01,0x02,0x31,0x02,0x49,0x02,0x01,0x02,0x02, + 0x01,0x84,0x00,0x78,0x00 }; diff --git a/.themes/Walbox/openbox-3/max_toggled.xbm b/.themes/Walbox/openbox-3/max_toggled.xbm new file mode 100644 index 0000000..914a167 --- /dev/null +++ b/.themes/Walbox/openbox-3/max_toggled.xbm @@ -0,0 +1,5 @@ +#define _width 10 +#define _height 10 +static char _bits[] = { + 0x00,0x00,0x78,0x00,0xfc,0x00,0xfe,0x01,0xb6,0x01,0xce,0x01,0xfe,0x01,0xfc, + 0x00,0x78,0x00,0x00,0x00 }; diff --git a/.themes/Walbox/openbox-3/max_toggled_hover.xbm b/.themes/Walbox/openbox-3/max_toggled_hover.xbm new file mode 100644 index 0000000..ed775bd --- /dev/null +++ b/.themes/Walbox/openbox-3/max_toggled_hover.xbm @@ -0,0 +1,5 @@ +#define _width 10 +#define _height 10 +static char _bits[] = { + 0x78,0x00,0x84,0x00,0x02,0x01,0x01,0x02,0x49,0x02,0x31,0x02,0x01,0x02,0x02, + 0x01,0x84,0x00,0x78,0x00 }; diff --git a/.themes/Walbox/openbox-3/shade.xbm b/.themes/Walbox/openbox-3/shade.xbm new file mode 100644 index 0000000..0884a6f --- /dev/null +++ b/.themes/Walbox/openbox-3/shade.xbm @@ -0,0 +1,5 @@ +#define _width 10 +#define _height 10 +static char _bits[] = { + 0x00,0x00,0x78,0x00,0xfc,0x00,0x86,0x01,0xfe,0x01,0xfe,0x01,0xfe,0x01,0xfc, + 0x00,0x78,0x00,0x00,0x00 }; diff --git a/.themes/Walbox/openbox-3/shade_hover.xbm b/.themes/Walbox/openbox-3/shade_hover.xbm new file mode 100644 index 0000000..971a03a --- /dev/null +++ b/.themes/Walbox/openbox-3/shade_hover.xbm @@ -0,0 +1,5 @@ +#define _width 10 +#define _height 10 +static char _bits[] = { + 0x78,0x00,0x84,0x00,0x02,0x01,0x79,0x02,0x01,0x02,0x01,0x02,0x01,0x02,0x02, + 0x01,0x84,0x00,0x78,0x00 }; diff --git a/.themes/Walbox/openbox-3/shade_toggled.xbm b/.themes/Walbox/openbox-3/shade_toggled.xbm new file mode 100644 index 0000000..6fca2ed --- /dev/null +++ b/.themes/Walbox/openbox-3/shade_toggled.xbm @@ -0,0 +1,5 @@ +#define _width 10 +#define _height 10 +static char _bits[] = { + 0x00,0x00,0x78,0x00,0xfc,0x00,0x86,0x01,0xb6,0x01,0xb6,0x01,0x86,0x01,0xfc, + 0x00,0x78,0x00,0x00,0x00 }; diff --git a/.themes/Walbox/openbox-3/shade_toggled_hover.xbm b/.themes/Walbox/openbox-3/shade_toggled_hover.xbm new file mode 100644 index 0000000..8986858 --- /dev/null +++ b/.themes/Walbox/openbox-3/shade_toggled_hover.xbm @@ -0,0 +1,5 @@ +#define _width 10 +#define _height 10 +static char _bits[] = { + 0x78,0x00,0x84,0x00,0x02,0x01,0x79,0x02,0x49,0x02,0x49,0x02,0x79,0x02,0x02, + 0x01,0x84,0x00,0x78,0x00 }; diff --git a/.themes/Walbox/openbox-3/themerc b/.themes/Walbox/openbox-3/themerc new file mode 100644 index 0000000..d9ba694 --- /dev/null +++ b/.themes/Walbox/openbox-3/themerc @@ -0,0 +1,99 @@ +# Wal Openbox theme template by edisile + +### WINDOW +border.width: 2 + +window.client.padding.width: 0 +window.client.padding.height: 0 +window.handle.width: 0 + +padding.width: 2 +padding.height: 2 + +window.active.border.color: #071318 +window.inactive.border.color: #071318 +window.active.title.separator.color: #071318 +window.inactive.title.separator.color: #071318 +window.active.client.color: #071318 +window.inactive.client.color: #071318 + +window.active.label.text.color: #b2bac2 +window.inactive.label.text.color: #777777 + +window.active.title.bg: flat solid +window.active.title.bg.color: #071318 +window.active.label.bg: flat solid +window.active.label.bg.color: #071318 +window.inactive.title.bg: flat solid +window.inactive.title.bg.color: #071318 +window.inactive.label.bg: flat solid +window.inactive.label.bg.color: #071318 + +window.*.button.*.hover.bg: flat +window.*.button.*.hover.bg: parentrelative +window.active.button.disabled.image.color: #999999 + +window.*.button.close.*.image.color: #E65629 +window.*.button.max.*.image.color: #F55227 +window.*.button.iconify.*.image.color: #EE8B69 +window.*.button.desk.*.image.color: #E5724F +window.*.button.shade.*.image.color: #6C7888 + +window.active.button.unpressed.bg: parentrelative +window.active.button.pressed.bg: parentrelative +window.active.button.hover.bg: parentrelative +window.active.button.disabled.bg: parentrelative +window.active.button.toggled.unpressed.bg: parentrelative +window.active.button.toggled.pressed.bg: parentrelative +window.active.button.toggled.hover.bg: parentrelative +window.inactive.button.unpressed.bg: parentrelative +window.inactive.button.pressed.bg: parentrelative +window.inactive.button.hover.bg: parentrelative +window.inactive.button.disabled.bg: parentrelative +window.inactive.button.toggled.unpressed.bg: parentrelative +window.inactive.button.toggled.pressed.bg: parentrelative +window.inactive.button.toggled.hover.bg: parentrelative + +window.label.text.justify: left + +### MENU +menu.border.width: 4 +menu.separator.width: 1 +menu.separator.padding.width: 10 +menu.separator.padding.height: 2 + +menu.overlap.x: 0 +menu.overlap.y: 0 + +menu.border.color: #071318 +menu.separator.color: #071318 + +menu.title.text.color: #ffffff +menu.title.bg: flat solid +menu.title.bg.color: #071318 +menu.title.text.justify: center +menu.title.text.font: shadow=y + +menu.items.text.color: #b5b5b5 +menu.items.disabled.text.color: #7a7a7a +menu.items.active.text.color: #E65629 +menu.items.active.disabled.text.color: #aeb0b6 +menu.items.bg: flat solid +menu.items.bg.color: #071318 +menu.items.active.bg: flat solid +menu.items.active.bg.color: #071318 + +### OSD +osd.border.width: 4 +osd.border.color: #071318 + +osd.label.text.color: #b2bac2 + +osd.bg: flat solid +osd.bg.color: #071318 +osd.label.bg: flat solid +osd.label.bg.color: #071318 +osd.hilight.bg: flat solid +osd.hilight.bg.color: #E65629 +osd.unhilight.bg: flat solid +osd.unhilight.bg.color: #b2bac2
\ No newline at end of file |
