diff options
| author | navewindre <boneyaard@gmail.com> | 2025-09-28 01:06:21 +0200 |
|---|---|---|
| committer | navewindre <boneyaard@gmail.com> | 2025-09-28 01:06:21 +0200 |
| commit | df9522c25a0fd145bdcebb9e7777aada22765402 (patch) | |
| tree | 105417262f70c24099e5d94da6cd8046663e7fd4 /themes/ayaya/openbox-3/themerc.in | |
| parent | e7e7e1c2ca2a7e6a41f022b70fda81d0ebd1ac99 (diff) | |
a
Diffstat (limited to 'themes/ayaya/openbox-3/themerc.in')
| -rw-r--r-- | themes/ayaya/openbox-3/themerc.in | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/themes/ayaya/openbox-3/themerc.in b/themes/ayaya/openbox-3/themerc.in new file mode 100644 index 0000000..b770ad5 --- /dev/null +++ b/themes/ayaya/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} |
