diff options
| author | navewindre <boneyaard@gmail.com> | 2024-10-12 13:02:24 +0200 |
|---|---|---|
| committer | navewindre <boneyaard@gmail.com> | 2024-10-12 13:02:24 +0200 |
| commit | 65b505c0810107fa80ecb8a482133b6caa2f25d7 (patch) | |
| tree | 6e711ec28e4abedf939dad096c57b3742fb6d852 /themes/Lean/openbox-3 | |
| parent | 3c6c468c7b9a482bc7df34a36c1c4c0ce188fb93 (diff) | |
fffff
Diffstat (limited to 'themes/Lean/openbox-3')
| -rw-r--r-- | themes/Lean/openbox-3/bullet.xbm | 4 | ||||
| -rw-r--r-- | themes/Lean/openbox-3/close.xbm | 4 | ||||
| -rw-r--r-- | themes/Lean/openbox-3/desk.xbm | 4 | ||||
| -rw-r--r-- | themes/Lean/openbox-3/desk_toggled.xbm | 4 | ||||
| -rw-r--r-- | themes/Lean/openbox-3/iconify.xbm | 4 | ||||
| -rw-r--r-- | themes/Lean/openbox-3/max.xbm | 4 | ||||
| -rw-r--r-- | themes/Lean/openbox-3/max_toggled.xbm | 4 | ||||
| -rw-r--r-- | themes/Lean/openbox-3/shade.xbm | 4 | ||||
| -rw-r--r-- | themes/Lean/openbox-3/shade_toggled.xbm | 4 | ||||
| -rw-r--r-- | themes/Lean/openbox-3/themerc | 51 | ||||
| -rw-r--r-- | themes/Lean/openbox-3/themerc.in | 53 |
11 files changed, 140 insertions, 0 deletions
diff --git a/themes/Lean/openbox-3/bullet.xbm b/themes/Lean/openbox-3/bullet.xbm new file mode 100644 index 0000000..a0ee0a3 --- /dev/null +++ b/themes/Lean/openbox-3/bullet.xbm @@ -0,0 +1,4 @@ +#define bullet_width 8 +#define bullet_height 8 +static unsigned char bullet_bits[] = { + 0x00, 0x08, 0x10, 0x20, 0x20, 0x10, 0x08, 0x00 }; diff --git a/themes/Lean/openbox-3/close.xbm b/themes/Lean/openbox-3/close.xbm new file mode 100644 index 0000000..8b0e033 --- /dev/null +++ b/themes/Lean/openbox-3/close.xbm @@ -0,0 +1,4 @@ +#define close_width 8 +#define close_height 8 +static unsigned char close_bits[] = { + 0x81, 0x42, 0x24, 0x18, 0x18, 0x24, 0x42, 0x81 }; diff --git a/themes/Lean/openbox-3/desk.xbm b/themes/Lean/openbox-3/desk.xbm new file mode 100644 index 0000000..daec424 --- /dev/null +++ b/themes/Lean/openbox-3/desk.xbm @@ -0,0 +1,4 @@ +#define desk_width 8 +#define desk_height 8 +static unsigned char desk_bits[] = { + 0x18, 0x24, 0x42, 0x81, 0x81, 0x42, 0x24, 0x18 }; diff --git a/themes/Lean/openbox-3/desk_toggled.xbm b/themes/Lean/openbox-3/desk_toggled.xbm new file mode 100644 index 0000000..6b42c6a --- /dev/null +++ b/themes/Lean/openbox-3/desk_toggled.xbm @@ -0,0 +1,4 @@ +#define desk_toggled_width 8 +#define desk_toggled_height 8 +static unsigned char desk_toggled_bits[] = { + 0x18, 0x3c, 0x7e, 0xff, 0xff, 0x7e, 0x3c, 0x18 }; diff --git a/themes/Lean/openbox-3/iconify.xbm b/themes/Lean/openbox-3/iconify.xbm new file mode 100644 index 0000000..5bcf187 --- /dev/null +++ b/themes/Lean/openbox-3/iconify.xbm @@ -0,0 +1,4 @@ +#define iconify_width 8 +#define iconify_height 8 +static unsigned char iconify_bits[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff }; diff --git a/themes/Lean/openbox-3/max.xbm b/themes/Lean/openbox-3/max.xbm new file mode 100644 index 0000000..c6030c2 --- /dev/null +++ b/themes/Lean/openbox-3/max.xbm @@ -0,0 +1,4 @@ +#define max_width 8 +#define max_height 8 +static unsigned char max_bits[] = { + 0xff, 0x81, 0x81, 0x81, 0x81, 0x81, 0x81, 0xff }; diff --git a/themes/Lean/openbox-3/max_toggled.xbm b/themes/Lean/openbox-3/max_toggled.xbm new file mode 100644 index 0000000..1484a66 --- /dev/null +++ b/themes/Lean/openbox-3/max_toggled.xbm @@ -0,0 +1,4 @@ +#define max_toggled_width 8 +#define max_toggled_height 8 +static unsigned char max_toggled_bits[] = { + 0xfc, 0x80, 0xbf, 0xa1, 0xa1, 0xa1, 0x21, 0x3f }; diff --git a/themes/Lean/openbox-3/shade.xbm b/themes/Lean/openbox-3/shade.xbm new file mode 100644 index 0000000..34ea452 --- /dev/null +++ b/themes/Lean/openbox-3/shade.xbm @@ -0,0 +1,4 @@ +#define shade_width 8 +#define shade_height 8 +static unsigned char shade_bits[] = { + 0x18, 0x24, 0x42, 0x81, 0x00, 0x00, 0x00, 0x00 }; diff --git a/themes/Lean/openbox-3/shade_toggled.xbm b/themes/Lean/openbox-3/shade_toggled.xbm new file mode 100644 index 0000000..e8e86d1 --- /dev/null +++ b/themes/Lean/openbox-3/shade_toggled.xbm @@ -0,0 +1,4 @@ +#define shade_toggled_width 8 +#define shade_toggled_height 8 +static unsigned char shade_toggled_bits[] = { + 0x00, 0x00, 0x00, 0x00, 0x81, 0x42, 0x24, 0x18 }; diff --git a/themes/Lean/openbox-3/themerc b/themes/Lean/openbox-3/themerc new file mode 100644 index 0000000..ae6b37e --- /dev/null +++ b/themes/Lean/openbox-3/themerc @@ -0,0 +1,51 @@ +#NB #383838 +#AB #8fa876 +#NF #dadada +#AF #ffffff +border.width: 1 +padding.width: 4 +padding.height: 2 +window.client.padding.width: 0 +window.client.padding.height: 0 +window.handle.width: 4 +*.active.border.color: #252525 +*.inactive.border.color: #252525 +window.*.grip.bg: parentrelative +window.*.title.bg: flat solid +window.*.label.bg: parentrelative +window.*.button.*.bg: parentrelative +window.*.handle.bg: flat solid +window.*.text.justify: center +window.active.title.bg.color: #8fa876 +window.active.label.text.color: #ffffff +window.active.button.*.unpressed.image.color: #ffffff +window.active.button.*.disabled.image.color: #b4c5a3 +window.active.button.*.hover.image.color: #c7d3ba +window.active.button.*.pressed.image.color: #47543b +window.active.handle.bg.color: #8fa876 +window.inactive.title.bg.color: #383838 +window.inactive.label.text.color: #898989 +window.inactive.button.*.unpressed.image.color: #898989 +window.inactive.button.*.disabled.image.color: #6e6e6e +window.inactive.button.*.hover.image.color: #dadada +window.inactive.button.*.pressed.image.color: #1c1c1c +window.inactive.handle.bg.color: #383838 +menu.title.bg: flat solid +menu.title.bg.color: #8fa876 +menu.title.text.color: #ffffff +menu.items.bg: flat solid +menu.items.bg.color: #383838 +menu.items.text.color: #dadada +menu.items.disabled.text.color: #6e6e6e +menu.items.active.bg: flat solid +menu.items.active.bg.color: #8fa876 +menu.items.active.text.color: #ffffff +menu.items.active.disabled.text.color: #b4c5a3 +menu.separator.color: #252525 +menu.separator.padding.width: 0 +osd.bg: flat solid +osd.bg.color: #383838 +osd.unhilight.bg: flat solid +osd.unhilight.bg.color: #383838 +osd.hilight.bg: flat solid +osd.hilight.bg.color: #8fa876
\ No newline at end of file diff --git a/themes/Lean/openbox-3/themerc.in b/themes/Lean/openbox-3/themerc.in new file mode 100644 index 0000000..b770ad5 --- /dev/null +++ b/themes/Lean/openbox-3/themerc.in @@ -0,0 +1,53 @@ +border.width: 1 +padding.width: 4 +padding.height: 2 +window.client.padding.width: 0 +window.client.padding.height: 0 +window.handle.width: 4 + +*.active.border.color: {NB NB #000000} +*.inactive.border.color: {NB NB #000000} + +window.*.grip.bg: parentrelative +window.*.title.bg: flat solid +window.*.label.bg: parentrelative +window.*.button.*.bg: parentrelative +window.*.handle.bg: flat solid +window.*.text.justify: center + +window.active.title.bg.color: {AB} +window.active.label.text.color: {AF} +window.active.button.*.unpressed.image.color: {AF} +window.active.button.*.disabled.image.color: {AF AB AB} +window.active.button.*.hover.image.color: {AF AB} +window.active.button.*.pressed.image.color: {AB #000000} +window.active.handle.bg.color: {AB} + +window.inactive.title.bg.color: {NB} +window.inactive.label.text.color: {NB NF} +window.inactive.button.*.unpressed.image.color: {NB NF} +window.inactive.button.*.disabled.image.color: {NB NB NF} +window.inactive.button.*.hover.image.color: {NF} +window.inactive.button.*.pressed.image.color: {NB #000000} +window.inactive.handle.bg.color: {NB} + +menu.title.bg: flat solid +menu.title.bg.color: {AB} +menu.title.text.color: {AF} +menu.items.bg: flat solid +menu.items.bg.color: {NB} +menu.items.text.color: {NF} +menu.items.disabled.text.color: {NF NB NB} +menu.items.active.bg: flat solid +menu.items.active.bg.color: {AB} +menu.items.active.text.color: {AF} +menu.items.active.disabled.text.color: {AF AB AB} +menu.separator.color: {NB NB #000000} +menu.separator.padding.width: 0 + +osd.bg: flat solid +osd.bg.color: {NB} +osd.unhilight.bg: flat solid +osd.unhilight.bg.color: {NB} +osd.hilight.bg: flat solid +osd.hilight.bg.color: {AB} |
