diff Sonar/openbox-3/themerc @ 0:d2f7d0ecf733

Initial revision
author Guido Berhoerster <guido+sonar-openbox-theme@berhoerster.name>
date Mon, 09 Mar 2015 11:00:01 +0100
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Sonar/openbox-3/themerc	Mon Mar 09 11:00:01 2015 +0100
@@ -0,0 +1,175 @@
+! The Sonar xfwm4 theme is derived from the Sonar Metacity theme and distributed
+! under the same license terms as the original work (see below for the full
+! license text):
+!
+! Copyright (C) 2010 Guido Berhoerster <guido+sonar-openbox-theme@berhoerster.name>
+! Copyright (C) 2009 Jakub Steiner, Aaron Bockover, Novell Inc.
+!
+! This program is free software; you can redistribute it and/or
+! modify it under the terms of the GNU General Public License
+! as published by the Free Software Foundation; either version 2
+! of the License, or (at your option) any later version.
+!
+! This program is distributed in the hope that it will be useful,
+! but WITHOUT ANY WARRANTY; without even the implied warranty of
+! MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+! GNU General Public License for more details.
+!
+! You should have received a copy of the GNU General Public License
+! along with this program; if not, write to the Free Software
+! Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
+
+!
+! Window geometry
+!
+
+border.width: 1
+padding.width: 2
+padding.height: 2
+window.client.padding.width: 1
+window.client.padding.height: 1
+window.handle.width: 0
+
+!
+! Menu geometry
+!
+
+menu.border.width: 1
+menu.overlap.x: 1
+menu.overlap.y: 0
+
+!
+! OSD geometry
+!
+
+osd.border.width: 1
+
+!
+! Text shadows and justification
+!
+
+window.label.text.justify: center
+menu.title.text.justify: center
+window.active.label.text.font: shadow=y:shadowtint=50:shadowoffset=1
+window.inactive.label.text.font: shadow=n
+menu.items.font: shadow=n
+menu.title.text.font: shadow=n
+osd.label.text.font: shadow=n
+
+!
+! Active window
+!
+
+window.active.border.color: #000000
+
+window.active.client.color: #303030
+
+window.active.title.bg: raised mirrorhorizontal gradient
+window.active.title.bg.color: #303030
+window.active.title.bg.colorTo: #4a5d37
+window.active.title.bg.border.color: #303030
+window.active.title.separator.color: #303030
+
+window.active.label.bg: parentrelative
+window.active.label.text.color: #ffffff
+
+window.active.button.unpressed.bg: parentrelative
+window.active.button.unpressed.image.color: #bebebd
+
+window.active.button.pressed.bg: flat gradient vertical border
+window.active.button.pressed.bg.color: #40532d
+window.active.button.pressed.bg.colorTo: #70835d
+window.active.button.pressed.bg.border.color: #ced4c8
+window.active.button.pressed.image.color: #ced4c8
+
+window.active.button.toggled.bg: parentrelative
+window.active.button.toggled.hover.image.color: #ffffff
+
+window.active.button.disabled.bg: parentrelative
+window.active.button.disabled.image.color: #7a7c7a
+
+window.active.button.hover.image.color: #ffffff
+
+!
+! Inactive windows
+!
+
+window.inactive.border.color: #000000
+
+window.inactive.client.color: #303030
+
+window.inactive.title.bg: flat solid border
+window.inactive.title.bg.color: #303030
+window.inactive.title.bg.border.color: #303030
+window.inactive.title.separator.color: #303030
+
+window.inactive.label.bg: parentrelative
+window.inactive.label.text.color: #7a7d7a
+
+window.inactive.button.unpressed.bg: parentrelative
+window.inactive.button.unpressed.image.color: #7a7c7a
+
+window.inactive.button.pressed.bg: flat gradient vertical
+window.inactive.button.pressed.bg.color: #c0c4c0
+window.inactive.button.pressed.bg.colorTo: #e7eae7
+window.inactive.button.pressed.image.color: #7a7c7a
+
+window.inactive.button.toggled.bg: parentrelative
+
+window.inactive.button.disabled.bg: parentrelative
+window.inactive.button.disabled.image.color: #4c4c4c
+
+window.inactive.button.hover.image.color: #7a7c7a
+
+!
+! Menus
+!
+
+menu.border.color: #000000
+
+! FIXME: this makes ObConf segfault
+!menu.items.bg: parentrelative
+menu.items.bg: Flat Solid
+menu.items.bg.color: #303030
+
+menu.title.text.color: #ffffff
+menu.title.text.justify: center
+
+menu.separator.color: #272727
+menu.separator.width: 1
+menu.separator.padding.width: 3
+menu.separator.padding.height: 3
+
+menu.items.bg: Flat Solid
+menu.items.bg.color: #303030
+menu.items.text.color: #ffffff
+menu.items.disabled.text.color: #949494
+
+menu.items.active.text.color: #ffffff
+
+menu.items.active.bg: flat gradient splitvertical border
+menu.items.active.bg.color: #58763c
+menu.items.active.bg.color.splitTo: #536d39
+menu.items.active.bg.colorTo: #506838
+menu.items.active.bg.colorto.splitTo: #495d35
+menu.items.active.bg.border.color: #63883f
+
+menu.items.active.disabled.text.color: #949494
+
+!
+! OSD
+!
+
+osd.border.color: #9da69d
+
+osd.bg: flat solid
+osd.bg.color: #d5dad5
+
+osd.label.text.color: #000000
+
+osd.hilight.bg: flat solid
+osd.hilight.bg.color: #425232
+
+osd.unhilight.bg: flat solid
+osd.unhilight.bg.color: #929c92
+