From 23f2d34e32e58f3befc55f7ac06cbcdf3072e1bb Mon Sep 17 00:00:00 2001 From: Daniel Napora Date: Thu, 23 Jan 2020 13:09:33 +0100 Subject: [PATCH] Elementary ob theme --- Elementary-openbox/openbox-3/max.xbm | 4 + Elementary-openbox/openbox-3/max_toggled.xbm | 4 + Elementary-openbox/openbox-3/themerc | 97 ++++++++++++++++++++ 3 files changed, 105 insertions(+) create mode 100644 Elementary-openbox/openbox-3/max.xbm create mode 100644 Elementary-openbox/openbox-3/max_toggled.xbm create mode 100644 Elementary-openbox/openbox-3/themerc diff --git a/Elementary-openbox/openbox-3/max.xbm b/Elementary-openbox/openbox-3/max.xbm new file mode 100644 index 0000000..f063de3 --- /dev/null +++ b/Elementary-openbox/openbox-3/max.xbm @@ -0,0 +1,4 @@ +#define max_width 8 +#define max_height 8 +static unsigned char max_bits[] = { + 0xf0, 0xe0, 0xf0, 0xa0, 0x05, 0x0f, 0x07, 0x0f }; diff --git a/Elementary-openbox/openbox-3/max_toggled.xbm b/Elementary-openbox/openbox-3/max_toggled.xbm new file mode 100644 index 0000000..4acf306 --- /dev/null +++ b/Elementary-openbox/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[] = { + 0xd0, 0xf0, 0x70, 0xf0, 0x0f, 0x0e, 0x0f, 0x0b }; diff --git a/Elementary-openbox/openbox-3/themerc b/Elementary-openbox/openbox-3/themerc new file mode 100644 index 0000000..ed4fde2 --- /dev/null +++ b/Elementary-openbox/openbox-3/themerc @@ -0,0 +1,97 @@ +!# Elementary-mod by orschiro +!# Based on the Adwaita-mod by Larsson +!# Openbox theme designed to match Elementary OS +!# License: Creative Commons Attribution-ShareAlike 3.0 Unported (http://creativecommons.org/licenses/by-sa/3.0/) +!# No attribution needed for non-commercial use. Attribution goes to the theme page on http://box-look.org/ +!# Buttons from Siva Flat: http://na12.deviantart.com dunno about the license here. +!# Changed the the background to gradient like in http://box-look.org/content/show.php/Zukitwo+Box?content=154216 + +border.width: 1 +padding.width: 3 +padding.height: 3 +window.handle.width: 0 +window.client.padding.width: 0 +window.client.padding.height: 0 +menu.overlap: -4 +*.justify: center + + +!# Menu settings +!!------------------------------------------------------------------------ +menu.title.bg: Flat Solid +menu.title.bg.color: #ffffff +menu.title.text.color: #656565 +menu.title.text.justify: Left + +menu.border.width: 10 +menu.border.color: #ffffff +menu.overlap.x: -14 +menu.overlap.y: 0 +menu.items.bg: Flat Solid +menu.items.bg.color: #ffffff +menu.items.text.color: #656565 +menu.items.justify: left +menu.items.disabled.text.color: #ffffff +menu.items.active.bg: Flat Vertical +menu.items.active.bg.color: #ffffff +menu.items.active.text.color: #000000 +menu.separator.width: 1 +menu.separator.padding.width: 4 +menu.separator.padding.height: 4 +menu.separator.color: #959595 + + +!# Windows +window.*.label.bg: Parentrelative +window.*.border.color: #aaaaaa +window.*.handle.bg: Raised solid +window.*.handle.bg.color: #dadada +window.*.grip.bg: Raised solid +window.*.grip.bg.color: #dadada +!# customised +window.*.title.separator.color: #dedede + +*.title.bg: gradient vertical flat +!# customised +*.title.bg.color: #dedede +*.title.bg.colorTo: #dedede + +window.*.button.*.bg: Parentrelative +window.*.button.*.image.color: #8d8d8d +window.*.button.hover.image.color: #000 +window.*.button.pressed.image.color: #000 + + +!# Active +window.active.label.text.color: #3c3c3c + +!# inactive +window.inactive.label.text.color: #999999 + + +!# osd + +osd.border.width: 1 +osd.border.color: #aaaaaa +osd.bg.border.color: #ffffff + +osd.bg: flat border gradient splitvertical +osd.bg.color: #f8f8f8 +osd.bg.color.splitto: #f8f8f8 +osd.bg.colorTo: #f8f8f8 +osd.bg.colorTo.splitto: #f8f8f8 + +osd.active.label.bg: solid +osd.active.label.bg.color: #4fa8e3 +osd.active.label.bg.border.color: #88A1B6 +osd.active.label.text.color: #3c3c3c + +osd.inactive.label.bg: parentrelative +osd.inactive.label.text.color: #999999 + +osd.hilight.bg: flat vertical gradient +osd.hilight.bg.color: #8ba4b8 +osd.hilight.bg.colorTo: #7a94a9 +osd.unhilight.bg: flat vertical gradient +osd.unhilight.bg.color: #babdb6 +osd.unhilight.bg.colorTo: #efefef