From ec304c9e433e4b1cedf924ca64d783f05db7d42d Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 5 Mar 2007 15:44:17 +0000 Subject: scary commit..but here goes. YOUR THEMES ARE NOW OFFICIALLY BROKEN. Openbox has just moved it's theme format to an XML based one. The details of this format can be found in data/themerc.xsd (and http://openbox.org/themerc.xsd ALSO! This is very good and important and stuff! In the tools directory you will find THEMETOXML ! This tool takes a themerc on stdin, and spits out the same theme in theme.xml format. So this is all you need to do to update your themes. PLEASE NOTE: This themetoxml does _not_ install itself anywhere. It simply builds and then lives out in its tools/themetoxml directory, and that's it. So if you want to use it, that is where to find it. In moving to the new XML format, a number of additions/changes to the theme engine have been made. Themetoxml takes these into account and will set all the new things appropriately to make your theme look the same as it always has. New additions include.. * padding now has an horizontal and vertical component, instead of being one number * menus can have different borders than windows (color and size) * menu offset can now be negative. it's a little weird, but someone will want it no doubt * fonts are no longer controled by the theme at all, however font shadowing is, and on that note.. * font shadows are now any color you want, not just black and white * you can now set the shadow anywhere you can set the text's color, so you have more control, i.e. you can set shadow on active menu items but not inactive, or disabled, etc. * every color now has an alpha channel. at the moment they don't do anything, besides the font shadow one, but it leaves room for future explorations. it is REALLY HIGHLY RECOMMENDED that you set the alpha to 255 all the time, until such time as it could be useful. otherwise one day your theme may turn awful for people. * font colors are in the range 0-255, in case you were wondering, and they have to be specified in decimal * if you'd like to change you font's you can do so in your configuration file. this is how it is going to stay. changing the font in the theme assumes too much about peoples eye sight and locality and stuff. it doesn't belong there, sorry. the system-wide default rc.xml includes the new font settings for your viewing pleasure, and ill drop an example of it below. * shadows can now be positioned in any direction, they have both an x and a y offset which can be negative and positive. and offset of 0,0 will disable the shadow This isn't a release or anything. If someone had some good ideas about the xml theme format, I'd like to hear them. But I don't think it will be changing much right now beyond where it is. I don't even know how the new functionality will play out for themers, so we'll see. Whew.. I guess that's it. I'm not sure if I mentioned every little change or not, but oh well. Mileage may vary.. Please send any feedback. Here's the font configuration example. Hopefully ObConf will let you set this real soon. ... arial,sans 7 bold normal arial,sans 7 bold normal arial,sans 8 bold normal arial,sans 8 bold normal --- themes/Mikachu/openbox-3/themerc | 159 ------------------------ themes/Mikachu/openbox-3/themerc.xml | 194 ++++++++++++++++++++++++++++++ themes/Natura/openbox-3/themerc | 96 --------------- themes/Natura/openbox-3/themerc.xml | 177 +++++++++++++++++++++++++++ themes/artwiz-boxed/openbox-3/themerc | 102 ---------------- themes/artwiz-boxed/openbox-3/themerc.xml | 148 +++++++++++++++++++++++ themes/bear2/openbox-3/themerc | 78 ------------ themes/bear2/openbox-3/themerc.xml | 155 ++++++++++++++++++++++++ themes/orang/openbox-3/themerc | 100 --------------- themes/orang/openbox-3/themerc.xml | 140 +++++++++++++++++++++ themes/syscrash/openbox-3/themerc | 107 ---------------- themes/syscrash/openbox-3/themerc.xml | 131 ++++++++++++++++++++ 12 files changed, 945 insertions(+), 642 deletions(-) delete mode 100644 themes/Mikachu/openbox-3/themerc create mode 100644 themes/Mikachu/openbox-3/themerc.xml delete mode 100644 themes/Natura/openbox-3/themerc create mode 100644 themes/Natura/openbox-3/themerc.xml delete mode 100644 themes/artwiz-boxed/openbox-3/themerc create mode 100644 themes/artwiz-boxed/openbox-3/themerc.xml delete mode 100644 themes/bear2/openbox-3/themerc create mode 100644 themes/bear2/openbox-3/themerc.xml delete mode 100644 themes/orang/openbox-3/themerc create mode 100644 themes/orang/openbox-3/themerc.xml delete mode 100644 themes/syscrash/openbox-3/themerc create mode 100644 themes/syscrash/openbox-3/themerc.xml (limited to 'themes') diff --git a/themes/Mikachu/openbox-3/themerc b/themes/Mikachu/openbox-3/themerc deleted file mode 100644 index b4e75479..00000000 --- a/themes/Mikachu/openbox-3/themerc +++ /dev/null @@ -1,159 +0,0 @@ -!! 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 horizontal bevel1 -menu.items.bg.color: #AAAACC -menu.items.bg.colorTo: #AAAAD0 -menu.items.bg.border.color: #000000 -menu.items.text.color: #000022 -menu.items.disabled.text.color: #711 - -menu.items.active.bg: raised gradient horizontal bevel1 -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: left - -!! focused window settings -window.active.client.color: #8080A0 - -window.active.title.bg: raised gradient crossdiagonal bevel1 -window.active.title.bg.color: #6699CC -window.active.title.bg.colorTo: #334866 -window.active.title.bg.border.color: #000000 - -window.active.handle.bg: flat gradient crossdiagonal bevel1 -window.active.handle.bg.color: #6699CC -window.active.handle.bg.colorTo: #334866 -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: #BFE9FF - -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 gradient crossdiagonal 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 gradient crossdiagonal bevel1 -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.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: #7F7F88 -window.inactive.title.bg.colorTo: #33333B -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: grey70 - -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 gradient crossdiagonal 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 gradient crossdiagonal bevel1 -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.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 - -!! Global width settings -border.width: 1 -padding.width: 1 -window.handle.width: 0 -window.client.padding.width: 0 -focus.inner.color: #A6CAF3 -focus.outer.color: #0000A0 - -!! Miscellaneous settings -border.color: #223344 - -!! Font stuff -window.active.label.text.font: Candara,sans:pixelsize=14:shadow=n:weight=0 -window.inactive.label.text.font: Candara,sans:pixelsize=14:shadowoffset=3:shadowtint=32:shadow=y:weight=0 -menu.title.text.font: Technical,sans:pixelsize=26:shadowoffset=2:shadowtint=35:shadow=y -menu.items.font: Technical,sans:pixelsize=14:shadowoffset=2:shadowtint=15:shadow=y - -!menu.overlap: 3 diff --git a/themes/Mikachu/openbox-3/themerc.xml b/themes/Mikachu/openbox-3/themerc.xml new file mode 100644 index 00000000..6ea59cb2 --- /dev/null +++ b/themes/Mikachu/openbox-3/themerc.xml @@ -0,0 +1,194 @@ + + + + 0 + + + + + 1 + + + + left + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1 + + + center + + <text> + <primary r="204" g="204" b="255" a="255"/> + <shadow> + <offset x="2" y="2"/> + <primary r="0" g="0" b="0" a="35"/> + </shadow> + </text> + <style>raised gradient crossdiagonal bevel1</style> + <primary r="102" g="153" b="204" a="255"/> + <secondary r="51" g="72" b="102" a="255"/> + <border r="0" g="0" b="0" a="255"/> + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/Natura/openbox-3/themerc b/themes/Natura/openbox-3/themerc deleted file mode 100644 index 10b30f17..00000000 --- a/themes/Natura/openbox-3/themerc +++ /dev/null @@ -1,96 +0,0 @@ -!! Natura by quandar (http://deletefactory.net/quandar) - -!! Global Width -window.handle.width: 2 - -window.client.padding.width: 0 -border.Width: 1 -padding.width: 2 - -border.color: #000000 -menu.overlap: 0 -window.frameColor: #eeeeee -window.*.client.color: #eeeeee -*.text.justify: left - -!! Menu -menu.title.bg: flat gradient splitvertical -menu.title.bg.color: #5c4e45 -menu.title.bg.colorTo: #51443e -menu.title.text.color: #ffffff - -menu.items.bg: flat solid -menu.items.bg.color: #f9f2ee - -menu.items.text.color: #000000 -menu.items.disabled.text.color: #737573 - -menu.items.active.bg: flat gradient splitvertical -menu.items.active.bg.color: #5c4e45 -menu.items.active.bg.colorTo:#51443e -menu.items.active.text.color: #f9f2ee - -!! Active Windows -window.active.title.bg: flat gradient splitvertical -window.active.title.bg.color: #5c4e45 -window.active.title.bg.colorTo: #51443e -window.active.*.bg.border.color: #000000 - -window.active.label.bg: parentrelative -window.active.label.text.color: #f9f2ee - -window.active.button.*.bg: parentrelative -window.active.button.*.image.color: #f9f2ee -window.active.button.*.bg.border.color: #4e5860 - -window.active.button.hover.bg.color: #576773 -window.active.button.hover.bg.border.color: #9aabb9 -window.active.button.pressed.bg.color: #343b40 -window.active.button.pressed.bg.colorTo: #000000 -window.active.button.pressed.image.color: #b6b6b6 -window.active.button.pressed.bg.border.color: #95a5b2 - -window.active.button.disabled.bg: parentrelative -window.active.button.disabled.image.color: #ffffff - -window.active.handle.bg: flat solid -window.active.handle.bg.color:#51443e - -window.*.grip.bg: flat solid -window.*.grip.bg.color: #51443e - -window.handle.width: 2 - -!! Inactive Windows -window.inactive.title.bg: flat gradient vertical -window.inactive.title.bg.color: #f0ece3 -window.inactive.title.bg.colorTo: #f8f7f2 -window.inactive.*.border.color: #bfbfbf - -window.inactive.label.bg: parentrelative -window.inactive.label.text.color: #919191 - -window.inactive.button.*.bg: parentrelative -window.inactive.button.*.bg.color: #eeeeee -window.inactive.button.*.image.color: #b6b6b6 -window.inactive.button.*.bg.border.color: #c9c9c9 - -window.inactive.button.pressed.bg.color: #c5c2c5 -window.inactive.button.pressed.bg.border.color: #7b7d7b -window.inactive.button.pressed.image.color: #999999 - -window.inactive.button.hover.bg.color: #afb1b2 -window.inactive.button.hover.bg.border.color: #d9dfe4 -window.inactive.button.hover.image.color: #ffffff -window.inactive.button.disabled.bg: parentrelative -window.inactive.button.disabled.image.color: #ffffff - -window.inactive.handle.bg: flat solid -window.inactive.handle.bg.color: #f9f7f3 -window.inactive.grip.bg: parentrelative - -!! Fonts -window.active.label.text.font: sans:pixelsize=12:bold:shadow=y:shadowoffset=1:shadowtint=75 -window.inactive.label.text.font: sans:pixelsize=12:bold:shadow=y:shadowoffset=1:shadowtint=0 -menu.items.font: sans:pixelsize=12 -menu.title.text.font: sans:pixelsize=12:bold:shadow=y:shadowoffset=1:shadowtint=75 diff --git a/themes/Natura/openbox-3/themerc.xml b/themes/Natura/openbox-3/themerc.xml new file mode 100644 index 00000000..b94e2819 --- /dev/null +++ b/themes/Natura/openbox-3/themerc.xml @@ -0,0 +1,177 @@ + + + + + + 2 + + + + + 1 + + + + left + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1 + + + left + 0 + + <text> + <primary r="255" g="255" b="255" a="255"/> + <shadow> + <offset x="1" y="1"/> + <primary r="0" g="0" b="0" a="75"/> + </shadow> + </text> + <style>flat gradient splitvertical</style> + <primary r="92" g="78" b="69" a="255"/> + <secondary r="81" g="68" b="62" a="255"/> + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/artwiz-boxed/openbox-3/themerc b/themes/artwiz-boxed/openbox-3/themerc deleted file mode 100644 index e10ad8c0..00000000 --- a/themes/artwiz-boxed/openbox-3/themerc +++ /dev/null @@ -1,102 +0,0 @@ -menu.title.bg: raised gradient diagonal -menu.title.bg.color: rgb:90/94/98 -menu.title.bg.colorTo: rgb:20/24/28 -menu.title.text.color: white -menu.title.text.justify: center - -menu.items.bg: sunken gradient diagonal -menu.items.bg.color: rgb:10/20/30 -menu.items.bg.colorTo: rgb:70/80/90 -menu.items.text.color: rgb:90/a0/b0 -menu.items.justify: center - -menu.items.active.bg: raised gradient diagonal -menu.items.active.bg.color: rgb:90/94/98 -menu.items.active.bg.colorTo: rgb:20/24/28 -menu.items.active.text.color: white -menu.bullet.image.color: rgb:90/a0/b0 -menu.bullet.selected.image.color: #ffffff - -window.active.title.bg: raised gradient vertical -window.active.title.bg.color: rgb:80/84/88 -window.active.title.bg.colorTo: rgb:30/34/38 -window.inactive.title.bg: raised vertical gradient -window.inactive.title.bg.color: rgb:50/54/58 -window.inactive.title.bg.colorTo: black - -window.active.label.bg: sunken diagonal gradient -window.active.label.bg.color: rgb:10/20/30 -window.active.label.bg.colorTo: rgb:70/80/90 -window.active.label.text.color: white -window.inactive.label.bg: sunken gradient diagonal -window.inactive.label.bg.color: black -window.inactive.label.bg.colorTo: rgb:40/50/60 -window.inactive.label.text.color: rgb:60/64/68 -window.label.text.justify: center - -window.active.button.unpressed.bg: raised gradient diagonal -window.active.button.unpressed.bg.color: rgb:90/94/98 -window.active.button.unpressed.bg.colorTo: rgb:20/24/28 -window.active.button.unpressed.image.color: white - -window.inactive.button.unpressed.bg: raised gradient diagonal -window.inactive.button.unpressed.bg.color: rgb:50/54/58 -window.inactive.button.unpressed.bg.colorTo: black -window.inactive.button.unpressed.image.color: rgb:70/74/78 - -window.active.button.pressed.bg: sunken gradient diagonal -window.active.button.pressed.bg.color: rgb:20/40/50 -window.active.button.pressed.bg.colorTo: rgb:60/70/80 - -window.inactive.button.pressed.bg: sunken gradient diagonal -window.inactive.button.pressed.bg.color: rgb:50/54/58 -window.inactive.button.pressed.bg.colorTo: black -window.inactive.button.pressed.image.color: rgb:70/74/78 - -window.active.client.color: rgb:40/44/48 -window.inactive.client.color: rgb:20/24/28 - -window.active.handle.bg: raised gradient diagonal -window.active.handle.bg.color: rgb:70/74/78 -window.active.handle.bg.colorTo: rgb:40/44/48 - -window.inactive.handle.bg: raised gradient diagonal -window.inactive.handle.bg.color: rgb:50/54/58 -window.inactive.handle.bg.colorTo: black - -window.active.grip.bg: sunken diagonal gradient -window.active.grip.bg.color: rgb:20/30/40 -window.active.grip.bg.colorTo: rgb:60/70/80 - -window.inactive.grip.bg: sunken diagonal gradient -window.inactive.grip.bg.color: black -window.inactive.grip.bg.colorTo: rgb:30/40/50 - -window.active.button.toggled.bg: raised gradient diagonal -window.active.button.toggled.bg.color: rgb:90/94/98 -window.active.button.toggled.bg.colorTo: rgb:20/24/28 -window.active.button.toggled.image.color: white - -window.inactive.button.toggled.bg: raised gradient diagonal -window.inactive.button.toggled.bg.color: rgb:50/54/58 -window.inactive.button.toggled.bg.colorTo: black -window.inactive.button.toggled.image.color: rgb:70/74/78 - -window.active.button.disabled.bg: raised gradient diagonal -window.active.button.disabled.bg.color: rgb:90/94/98 -window.active.button.disabled.bg.colorTo: rgb:20/24/28 -window.active.button.disabled.image.color: grey - -window.inactive.button.disabled.bg: raised gradient diagonal -window.inactive.button.disabled.bg.color: rgb:50/54/58 -window.inactive.button.disabled.bg.colorTo: black -window.inactive.button.disabled.image.color: rgb:70/74/78 - -border.color: black -padding.width: 1 -borderWidth: 1 -window.handle.width: 4 - -window.active.label.text.font: sans:pixelsize=10 -menu.title.text.font: sans:pixelsize=10 -menu.items.font: sans:pixelsize=10 diff --git a/themes/artwiz-boxed/openbox-3/themerc.xml b/themes/artwiz-boxed/openbox-3/themerc.xml new file mode 100644 index 00000000..73cf82c4 --- /dev/null +++ b/themes/artwiz-boxed/openbox-3/themerc.xml @@ -0,0 +1,148 @@ + + + + 4 + + + + + 1 + + + center + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1 + + + center + + <text> + <primary r="255" g="255" b="255" a="255"/> + </text> + <style>raised gradient diagonal</style> + <primary r="144" g="148" b="152" a="255"/> + <secondary r="32" g="36" b="40" a="255"/> + + + + + + + + + + + + + + + + + + + diff --git a/themes/bear2/openbox-3/themerc b/themes/bear2/openbox-3/themerc deleted file mode 100644 index b4c51d03..00000000 --- a/themes/bear2/openbox-3/themerc +++ /dev/null @@ -1,78 +0,0 @@ -!!General - -window.handle.width: 4 -window.client.padding.width: 0 -border.Width: 1 -padding.width: 3 -menu.overlap: 2 -border.color: #4e4e4e -window.frameColor: #eeeeec -window.*.client.color: #eeeeec -*.text.justify: center - -!!Fonts - -window.active.label.text.font: sans:pixelsize=12:shadow=y:shadowoffset=1:shadowtint=3:bold -window.inactive.label.text.font: sans:pixelsize=12:shadow=y:shadowoffset=1:shadowtint=0:bold -menu.items.font: sans:pixelsize=12 -menu.title.text.font: sans:pixelsize=12:shadow=y:shadowoffset=1:shadowtint=30:bold - -!!Menu -menu.border.color: #9d9d9d -menu.title.bg: flat border vertical gradient -menu.title.bg.color: #3465A4 -menu.title.bg.colorTo: #407CCA -menu.title.bg.border.color: #729fcf -menu.title.text.color: #ffffff - -menu.items.bg: flat border solid -menu.items.bg.color: #eeeeec -menu.items.bg.border.color: #EFEBE7 - -menu.items.text.color: #444444 -menu.items.disabled.text.color: #babdb6 - -menu.items.active.bg: flat solid -menu.items.active.bg.color: #4481c0 -menu.items.active.bg.colorTo: #4175aa -menu.items.active.text.color: #f6f8fb -menu.items.active.bg.border.color: #416c98 - -!!Active - -window.active.title.bg: flat border gradient mirrorhorizontal -window.active.title.bg.color: #3465A4 -window.active.title.bg.colorTo: #407CCA -window.active.title.bg.border.color: #699acd - -window.active.label.bg: parentrelative -window.active.label.text.color: #ffffff - -window.active.button.*.bg: parentrelative -window.active.button.*.image.color: #efefef -window.active.button.hover.bg.color: #729fcf -window.active.button.hover.image.color: #ffffff -window.active.button.pressed.bg.color: #a7cef2 -window.active.button.disabled.image.color: #dddddd - -window.active.handle.bg: raised solid -window.active.handle.bg.color: #E7e7e7 -window.*.grip.bg: parentrelative - -!!Inactive - -window.inactive.title.bg: flat border gradient mirrorhorizontal -window.inactive.title.bg.color: #dcdcdc -window.inactive.title.bg.colorTo: #eeeeec -window.inactive.title.bg.border.color: #efefef -window.inactive.label.bg: parentrelative -window.inactive.label.text.color: #888a85 - -window.inactive.button.*.bg: parentrelative -window.inactive.button.*.image.color: #888a85 -window.inactive.button.pressed.bg.color: #d3d7cf -window.inactive.button.pressed.bg.color: #4f5051 -window.inactive.button.disabled.image.color: #ffffff - -window.inactive.handle.bg: raised solid -window.inactive.handle.bg.color: #E7e7e7 diff --git a/themes/bear2/openbox-3/themerc.xml b/themes/bear2/openbox-3/themerc.xml new file mode 100644 index 00000000..e1e17223 --- /dev/null +++ b/themes/bear2/openbox-3/themerc.xml @@ -0,0 +1,155 @@ + + + + 4 + + + + + 1 + + + + center + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1 + + + center + 2 + + <text> + <primary r="255" g="255" b="255" a="255"/> + <shadow> + <offset x="1" y="1"/> + <primary r="0" g="0" b="0" a="30"/> + </shadow> + </text> + <style>flat border vertical gradient</style> + <primary r="52" g="101" b="164" a="255"/> + <secondary r="64" g="124" b="202" a="255"/> + <border r="114" g="159" b="207" a="255"/> + + + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/orang/openbox-3/themerc b/themes/orang/openbox-3/themerc deleted file mode 100644 index 0cebbab9..00000000 --- a/themes/orang/openbox-3/themerc +++ /dev/null @@ -1,100 +0,0 @@ -!! i be a mess - -menu.title.bg: flat solid border -menu.title.bg.color: #ce5c00 -menu.title.bg.border.color: #fcaf3e -menu.title.text.color: #ffffff - -menu.items.bg: flat solid -#menu.items.bg.color: #ffffff -menu.items.bg.color: #d3d7cf -menu.items.text.color: #000000 -menu.items.disabled.text.color: #737573 - -menu.items.active.bg: flat solid -menu.items.active.bg.color: #ce5c00 -menu.items.active.text.color: #ffffff - -!! General window settings -*.justify: left - -!! focused window settings -window.active.client.color: #f7f7f7 - -window.active.title.bg: flat border solid -window.active.title.bg.color: #ce5c00 -window.active.title.bg.border.color: #fcaf3e - -window.active.handle.bg: flat solid border -window.active.handle.bg.color: #d3d7cf -window.active.handle.bg.border.color: #eeeeec -!window.active.handle.bg.color: #969494 -window.active.grip.bg: parentrelative - -window.active.label.bg: parentrelative -window.active.label.text.color: #ffffff - -window.active.button.*.bg: parentrelative -window.active.button.*.image.color: #ffffff - -window.active.button.pressed.bg: flat solid bevel1 -!window.active.button.pressed.bg.color: #888888 -window.active.button.pressed.bg.color: #f57900 -window.active.button.pressed.image.color: #d3d7cf - -!#hover -window.active.button.hover.bg: flat solid -window.active.button.hover.image.color: #ffffff -window.active.button.hover.bg.color: #fcaf3e - -window.active.button.disabled.bg: flat solid -window.active.button.disabled.bg.color: #dfb454 -window.active.button.disabled.image.color: #ffffff - - -!! unfocused window settings -window.inactive.client.color: #f7f7f7 - -window.inactive.title.bg: flat solid border -window.inactive.title.bg.color: #d3d7cf -window.inactive.title.bg.border.color: #dfe3db - -window.inactive.handle.bg: flat solid -window.inactive.handle.bg.color: #d3d7cf - -window.inactive.grip.bg: parentrelative - -window.inactive.label.bg: parentrelative -window.inactive.label.text.color: #888a85 - -window.inactive.button.*.bg: parentrelative -window.inactive.button.unpressed.image.color: #555555 - -window.inactive.button.pressed.bg: flat border solid -window.inactive.button.pressed.bg.color: #aaaaaa -window.inactive.button.pressed.bg.border.color: #e5e5e5 - -window.inactive.button.hover.bg: flat solid -window.inactive.button.hover.bg.color: #e3e3e3 - -window.inactive.button.disabled.bg:flat solid -window.inactive.button.disabled.bg.color: #e3e3e3 - - -!! Global width settings -border.Width: 1 -padding.width: 1 -window.handle.width: 3 -window.client.padding.width: 0 -menu.overlap: 2 - -!! Miscellaneous settings -border.color: #000000 - -!! font me! -window.active.label.text.font: sans:pixelsize=10:bold -window.inactive.label.text.font: sans:pixelsize=10:bold - -menu.title.text.font: sans:pixelsize=10:bold -menu.items.font: sans:pixelsize=9 - diff --git a/themes/orang/openbox-3/themerc.xml b/themes/orang/openbox-3/themerc.xml new file mode 100644 index 00000000..d5333675 --- /dev/null +++ b/themes/orang/openbox-3/themerc.xml @@ -0,0 +1,140 @@ + + + + + + 3 + + + + + 1 + + + + left + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1 + + + left + 2 + + <text> + <primary r="255" g="255" b="255" a="255"/> + </text> + <style>flat solid border</style> + <primary r="206" g="92" b="0" a="255"/> + <border r="252" g="175" b="62" a="255"/> + + + + + + + + + + + + + + + + + + + + diff --git a/themes/syscrash/openbox-3/themerc b/themes/syscrash/openbox-3/themerc deleted file mode 100644 index b1faa671..00000000 --- a/themes/syscrash/openbox-3/themerc +++ /dev/null @@ -1,107 +0,0 @@ -!! syscrash's theme, based off nightm4re's flax or something - -!!--------------------------------------------------------------------------- -!! Dimensions - -border.width: 1 -border.color: #22221c - -padding.width: 2 -window.handle.width: 3 -window.client.padding.width: 0 - -menu.overlap: 0 - -!!--------------------------------------------------------------------------- -!! Fonts - -*.font: sans:pixelsize=11 -window.label.text.justify: left - -menu.title.text.justify: left - - -!!--------------------------------------------------------------------------- -!! Menu Settings - -menu.title.bg: flat gradient vertical -menu.title.bg.color: #4c4c4c -menu.title.bg.colorTo: #707070 -menu.title.text.color: white - -menu.items.bg: flat solid -menu.items.bg.color: #e6e6e0 -menu.items.text.color: #22221c - -menu.items.active.bg: flat solid -menu.items.active.bg.color: #4c4c4c -menu.items.active.text.color: #ffffff - -menu.items.disabled.text.color: #444438 - -!!--------------------------------------------------------------------------- -!! Window Settings - -window.active.padding.width: 10 -window.active.title.bg: flat solid -window.active.title.bg.color: #9b9b9b - -window.active.label.bg: flat gradient vertical border -window.active.label.bg.color: #4c4c4c -window.active.label.bg.colorTo: #707070 -window.active.label.text.color: white - -window.active.handle.bg: flat solid -window.active.handle.bg.color: #9b9b9b - -window.active.grip.bg: flat solid -window.active.grip.bg.color: #4c4c4c -window.active.grip.bg.colorTo: #707070 -window.inactive.title.bg: flat solid -window.inactive.title.bg.color: #9b9b9b - -window.inactive.label.bg: parentrelative -window.inactive.label.text.color: #4c4c4c - -window.inactive.handle.bg: flat solid -window.inactive.handle.bg.color: #e6e6e0 - -window.inactive.grip.bg: flat solid -window.inactive.grip.bg.color: #e6e6e0 - -!!--------------------------------------------------------------------------- -!! Button Settings - -window.active.button.unpressed.bg: flat gradient vertical border -window.active.button.unpressed.bg.color: #515151 -window.active.button.unpressed.bg.colorTo: #676767 -window.active.button.unpressed.image.color: white - -window.active.button.pressed.bg: flat gradient crossdiagonal border -window.active.button.pressed.bg.color: #d3deda -window.active.button.pressed.bg.colorTo: #9fbfc1 - -window.active.button.hover.bg: flat solid border -window.active.button.hover.bg.color: #e6e6e0 - -window.active.button.disabled.bg: parentrelative -window.active.button.disabled.image.color: #9fbfc1 - -!! without this it looks right -!!window.active.button.toggled.bg: flat solid -!!window.active.button.toggled.bg.color: #9fbfc1 - -window.inactive.button.unpressed.bg: parentrelative -window.inactive.button.unpressed.image.color: #4c4c4c - -window.inactive.button.hover.bg: flat solid border -window.inactive.button.hover.bg.color: #e6e6e0 -window.inactive.button.pressed.bg: flat gradient crossdiagonal border -window.inactive.button.pressed.bg.color: #d3deda -window.inactive.button.pressed.bg.colorTo: #9fbfc1 - -window.inactive.button.disabled.bg: flat solid -window.inactive.button.disabled.bg.image.color: #444438 - -!! window.inactive.button.toggled.bg: flat solid -!! window.inactive.button.toggled.bg.color: #444438 diff --git a/themes/syscrash/openbox-3/themerc.xml b/themes/syscrash/openbox-3/themerc.xml new file mode 100644 index 00000000..5048cf06 --- /dev/null +++ b/themes/syscrash/openbox-3/themerc.xml @@ -0,0 +1,131 @@ + + + + + + 3 + + + + + 1 + + + + left + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1 + + + left + 0 + + <text> + <primary r="255" g="255" b="255" a="255"/> + </text> + <style>flat gradient vertical</style> + <primary r="76" g="76" b="76" a="255"/> + <secondary r="112" g="112" b="112" a="255"/> + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3