diff options
-rw-r--r-- | assets/Party/openbox-3/bullet.xbm | 4 | ||||
-rw-r--r-- | assets/Party/openbox-3/close.xbm | 5 | ||||
-rw-r--r-- | assets/Party/openbox-3/desk.xbm | 5 | ||||
-rw-r--r-- | assets/Party/openbox-3/iconify.xbm | 5 | ||||
-rw-r--r-- | assets/Party/openbox-3/max.xbm | 5 | ||||
-rw-r--r-- | assets/Party/openbox-3/themerc | 174 | ||||
-rw-r--r-- | assets/README | 3 |
7 files changed, 201 insertions, 0 deletions
diff --git a/assets/Party/openbox-3/bullet.xbm b/assets/Party/openbox-3/bullet.xbm new file mode 100644 index 0000000..88481ec --- /dev/null +++ b/assets/Party/openbox-3/bullet.xbm @@ -0,0 +1,4 @@ +#define bullet_width 4 +#define bullet_height 7 +static unsigned char bullet_bits[] = { + 0x01, 0x03, 0x07, 0x0f, 0x07, 0x03, 0x01 }; diff --git a/assets/Party/openbox-3/close.xbm b/assets/Party/openbox-3/close.xbm new file mode 100644 index 0000000..aea5488 --- /dev/null +++ b/assets/Party/openbox-3/close.xbm @@ -0,0 +1,5 @@ +/* Created with The GIMP */ +#define close_width 8 +#define close_height 8 +static unsigned char close_bits[] = { + 0x00, 0xc3, 0x66, 0x3c, 0x3c, 0x66, 0xc3, 0x00 }; diff --git a/assets/Party/openbox-3/desk.xbm b/assets/Party/openbox-3/desk.xbm new file mode 100644 index 0000000..4345dfa --- /dev/null +++ b/assets/Party/openbox-3/desk.xbm @@ -0,0 +1,5 @@ +/* Created with The GIMP */ +#define stick_width 8 +#define stick_height 8 +static unsigned char stick_bits[] = { + 0x00, 0x66, 0x66, 0x00, 0x00, 0x66, 0x66, 0x00 }; diff --git a/assets/Party/openbox-3/iconify.xbm b/assets/Party/openbox-3/iconify.xbm new file mode 100644 index 0000000..1cd40fc --- /dev/null +++ b/assets/Party/openbox-3/iconify.xbm @@ -0,0 +1,5 @@ +/* Created with The GIMP */ +#define icon_width 8 +#define icon_height 8 +static unsigned char icon_bits[] = { + 0x00, 0x00, 0x42, 0x66, 0x3c, 0x18, 0x00, 0x00 }; diff --git a/assets/Party/openbox-3/max.xbm b/assets/Party/openbox-3/max.xbm new file mode 100644 index 0000000..2cd94e8 --- /dev/null +++ b/assets/Party/openbox-3/max.xbm @@ -0,0 +1,5 @@ +/* Created with The GIMP */ +#define max_width 8 +#define max_height 8 +static unsigned char max_bits[] = { + 0x00, 0x00, 0x18, 0x3c, 0x66, 0x42, 0x00, 0x00 }; diff --git a/assets/Party/openbox-3/themerc b/assets/Party/openbox-3/themerc new file mode 100644 index 0000000..19e033d --- /dev/null +++ b/assets/Party/openbox-3/themerc @@ -0,0 +1,174 @@ +!! Menu settings + +menu.title.bg: raised gradient crossdiagonal bevel1 +menu.title.bg.color: #6699CC +menu.title.bg.colorTo: #334866 +menu.title.bg.border.color: #000000 +menu.title.text.color: #CCCCFF +menu.title.text.justify: center + +menu.items.bg: flat gradient vertical bevel1 +menu.items.bg.color: #B8B8D8 +menu.items.bg.colorTo: #A0A0BA +menu.items.bg.border.color: #000000 +menu.items.text.color: #000022 +menu.items.disabled.text.color: #711 + +menu.items.active.bg: raised gradient mirrorhorizontal +menu.items.active.bg.color: #555577 +menu.items.active.bg.colorTo: #6699CC +menu.items.active.bg.border.color: #000000 +menu.items.active.text.color: #CCCCFF + +menu.frame.justify: left + +!! General window settings +window.label.text.justify: center + +!! focused window settings +window.active.client.color: #8080A0 + +window.active.title.bg: raised gradient crossdiagonal bevel1 +window.active.title.bg.color: #AA0000 +window.active.title.bg.colorTo: #660000 +window.active.title.bg.border.color: #000000 + +window.active.handle.bg: flat gradient crossdiagonal bevel1 +window.active.handle.bg.color: #AA0000 +window.active.handle.bg.colorTo: #660000 +window.active.handle.bg.border.color: #000000 + +window.active.grip.bg: parentrelative +window.active.grip.bg.color: #000000 +window.active.grip.bg.colorTo: #000000 +window.active.grip.bg.border.color: #000000 + +window.active.label.bg: parentrelative +window.active.label.bg.color: #000000 +window.active.label.bg.colorTo: #000000 +window.active.label.bg.border.color: #000000 +window.active.label.text.color: #F0F0F0 + +window.active.button.unpressed.bg: parentrelative +window.active.button.unpressed.bg.color: #000000 +window.active.button.unpressed.bg.colorTo: #000000 +window.active.button.unpressed.bg.border.color: #000000 +window.active.button.unpressed.image.color: grey85 + +window.active.button.pressed.bg: sunken parentrelative bevel1 +window.active.button.pressed.bg.color: #6699CC +window.active.button.pressed.bg.colorTo: #334866 +window.active.button.pressed.bg.border.color: #000000 +window.active.button.pressed.image.color: green + +window.active.button.toggled.bg: sunken parentrelative bevel2 +window.active.button.toggled.bg.color: #6699CC +window.active.button.toggled.bg.colorTo: #334866 +window.active.button.toggled.bg.border.color: #000000 +window.active.button.toggled.image.color: grey85 + +window.active.button.toggled.hover.bg: sunken parentrelative bevel2 +window.active.button.toggled.hover.bg.color: #6699CC +window.active.button.toggled.hover.bg.colorTo: #334866 +window.active.button.toggled.hover.bg.border.color: #000000 +window.active.button.toggled.hover.image.color: #00FF00 + +window.active.button.disabled.bg: parentrelative +window.active.button.disabled.bg.color: #000000 +window.active.button.disabled.bg.colorTo: #000000 +window.active.button.disabled.image.color: #000000 +window.active.button.disabled.bg.border.color: #000000 + +window.active.button.hover.bg: parentrelative +window.active.button.hover.image.color: #00FF00 +window.active.button.hover.bg.color: #000000 +window.active.button.hover.bg.colorTo: #000000 +window.active.button.hover.bg.border.color: #000000 + +!window.active.button.hover.bg: raised gradient crossdiagonal bevel1 +!window.active.button.hover.image.color: #00FF00 +!window.active.button.hover.bg.color: #334866 +!window.active.button.hover.bg.colorTo: #6699CC +!window.active.button.hover.bg.border.color: #000000 + +!! unfocused window settings +window.inactive.client.color: grey50 + +window.inactive.title.bg: flat gradient diagonal bevel1 +window.inactive.title.bg.color: #909090 +window.inactive.title.bg.colorTo: #B0B0B0 +window.inactive.title.bg.border.color: #000000 + +window.inactive.handle.bg: flat gradient diagonal bevel1 +window.inactive.handle.bg.color: grey50 +window.inactive.handle.bg.colorTo: grey20 +window.inactive.handle.bg.border.color: #000000 + +window.inactive.grip.bg: parentrelative +window.inactive.grip.bg.color: #000000 +window.inactive.grip.bg.colorTo: #000000 +window.inactive.grip.bg.border.color: #000000 + +window.inactive.label.bg: parentrelative +window.inactive.label.bg.color: #000000 +window.inactive.label.bg.colorTo: #000000 +window.inactive.label.bg.border.color: #000000 +window.inactive.label.text.color: #202020 + +window.inactive.button.unpressed.bg: parentrelative +window.inactive.button.unpressed.bg.color: #000000 +window.inactive.button.unpressed.bg.colorTo: #000000 +window.inactive.button.unpressed.bg.border.color: #000000 +window.inactive.button.unpressed.image.color: grey60 + +window.inactive.button.pressed.bg: sunken parentrelative bevel1 +window.inactive.button.pressed.bg.color: grey60 +window.inactive.button.pressed.bg.colorTo: grey20 +window.inactive.button.pressed.bg.border.color: #000000 +window.inactive.button.pressed.image.color: #00CC00 + +window.inactive.button.disabled.bg: parentrelative +window.inactive.button.disabled.bg.color: #000000 +window.inactive.button.disabled.bg.colorTo: #000000 +window.inactive.button.disabled.bg.border.color: #000000 +window.inactive.button.disabled.image.color: #000000 + +window.inactive.button.toggled.bg: sunken parentrelative bevel2 +window.inactive.button.toggled.bg.color: grey60 +window.inactive.button.toggled.bg.colorTo: grey20 +window.inactive.button.toggled.bg.border.color: #000000 +window.inactive.button.toggled.image.color: grey60 + +window.inactive.button.toggled.hover.bg: sunken parentrelative bevel2 +window.inactive.button.toggled.hover.bg.color: grey60 +window.inactive.button.toggled.hover.bg.colorTo: grey20 +window.inactive.button.toggled.hover.bg.border.color: #000000 +window.inactive.button.toggled.hover.image.color: #00CC00 + +window.inactive.button.hover.bg: parentrelative +window.inactive.button.hover.bg.color: #000000 +window.inactive.button.hover.bg.colorTo: #000000 +window.inactive.button.hover.image.color: #00CC00 +window.inactive.button.hover.bg.border.color: #000000 + +osd.label.bg: parentrelative sunken + +!! Global width settings +border.width: 1 +padding.width: 1 +window.handle.width: 0 +window.client.padding.width: 0 +window.client.padding.height: 0 +focus.inner.color: #A6CAF3 +focus.outer.color: #0000A0 + +!! Miscellaneous settings +border.color: #223344 + +!! Font stuff +window.active.label.text.font: Liberation Sans,sans:size=10:shadowoffset=2:shadowtint=32:shadow=y:weight=1 +window.inactive.label.text.font: Liberation Sans,sans:size=10:shadowoffset=1:shadowtint=12:shadow=y:weight=1 +menu.title.text.font: Liberation Sans,sans:size=20:shadowoffset=2:shadowtint=35:shadow=y +menu.items.font: Liberation Sans,sans:size=10:shadowoffset=2:shadowtint=15:shadow=y + +menu.overlap: -3 diff --git a/assets/README b/assets/README index 3d79304..3758799 100644 --- a/assets/README +++ b/assets/README @@ -13,3 +13,6 @@ https://www.flickr.com/photos/michaelclarke/5605880926 The Balloon image used for the Qt UI's "Finish" watermark is from Crystal on Flickr, licensed CC-BY-2.0 and available on the World Wide Web at: https://www.flickr.com/photos/crystalflickr/190713106 + +The Party theme for Openbox is based on the built-in Mikachu theme, which is +licensed GPL-2.0+, the same as Openbox. |