slitaz-configs rev 306 5.6

New Openbox theme with rounded corner, update SliTaz GTK theme
author Christophe Lincoln <pankso@slitaz.org>
date Sun Mar 26 21:53:10 2017 +0200 (2017-03-26)
parents fd0d3485c8a7
children 436445ed38a8
files rootfs/etc/skel/.config/lxsession/LXDE/desktop.conf rootfs/etc/skel/.profile rootfs/etc/xdg/openbox/rc.xml rootfs/usr/share/themes/SliTaz-cleargrey/gtk-2.0/gtkrc rootfs/usr/share/themes/SliTaz-cleargrey/openbox-3/themerc rootfs/usr/share/themes/SliTaz/gtk-2.0/gtkrc rootfs/usr/share/themes/SliTaz/openbox-3/themerc
line diff
     1.1 --- a/rootfs/etc/skel/.config/lxsession/LXDE/desktop.conf	Thu Mar 16 20:06:28 2017 +0000
     1.2 +++ b/rootfs/etc/skel/.config/lxsession/LXDE/desktop.conf	Sun Mar 26 21:53:10 2017 +0200
     1.3 @@ -18,7 +18,7 @@
     1.4  iXft/Hinting=1
     1.5  sXft/HintStyle=hintfull
     1.6  sXft/RGBA=rgb
     1.7 -sNet/ThemeName=Clearlooks Human
     1.8 +sNet/ThemeName=SliTaz
     1.9  sNet/IconThemeName=SliTaz-Faenza-Dark
    1.10  iNet/EnableEventSounds=0
    1.11  iNet/EnableInputFeedbackSounds=0
     2.1 --- a/rootfs/etc/skel/.profile	Thu Mar 16 20:06:28 2017 +0000
     2.2 +++ b/rootfs/etc/skel/.profile	Sun Mar 26 21:53:10 2017 +0200
     2.3 @@ -21,11 +21,10 @@
     2.4  # Environnement variables and prompt for Ash SHell
     2.5  # or Bash. Default is a classic prompt.
     2.6  #
     2.7 -PS1='\u@\h:\w\$ '
     2.8 +#PS1='\u@\h:\w\$ '
     2.9  # colored prompt
    2.10  #PS1='\[\e[0;32m\]\u@\h\[\e[0m\]:\[\e[0;33m\]\w\[\e[0m\]\$ '
    2.11  
    2.12 -
    2.13  EDITOR='nano'
    2.14  PAGER='less -EM'
    2.15  
     3.1 --- a/rootfs/etc/xdg/openbox/rc.xml	Thu Mar 16 20:06:28 2017 +0000
     3.2 +++ b/rootfs/etc/xdg/openbox/rc.xml	Sun Mar 26 21:53:10 2017 +0200
     3.3 @@ -50,6 +50,7 @@
     3.4    -->
     3.5      <keepBorder>yes</keepBorder>
     3.6      <animateIconify>yes</animateIconify>
     3.7 +    <cornerRadius>4</cornerRadius>
     3.8      <font place="ActiveWindow">
     3.9        <name>Sans</name>
    3.10        <size>8</size>
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/rootfs/usr/share/themes/SliTaz-cleargrey/gtk-2.0/gtkrc	Sun Mar 26 21:53:10 2017 +0200
     4.3 @@ -0,0 +1,179 @@
     4.4 +style "clearlooks-default"
     4.5 +{
     4.6 +	GtkButton      ::default_border    = { 0, 0, 0, 0 }
     4.7 +	GtkRange       ::trough_border     = 0
     4.8 +	GtkPaned       ::handle_size       = 6
     4.9 +	GtkRange       ::slider_width      = 15
    4.10 +	GtkRange       ::stepper_size      = 15
    4.11 +	GtkScrollbar   ::min_slider_length = 30
    4.12 +	GtkCheckButton ::indicator_size    = 12
    4.13 +	GtkMenuBar     ::internal-padding  = 3
    4.14 +	GtkTreeView    ::expander_size     = 14
    4.15 +	GtkTreeView    ::odd_row_color     = "#f1f1f1"
    4.16 +	GtkExpander    ::expander_size     = 16
    4.17 +	GtkToolbar     ::internal-padding  = 0
    4.18 +	GtkToolbar     ::shadow_type       = GTK_SHADOW_NONE
    4.19 +	GtkMenuBar     ::shadow-type       = GTK_SHADOW_NONE
    4.20 +	GtkFrame       ::shadow_type       = GTK_SHADOW_NONE
    4.21 +	
    4.22 +	#GtkNotebook    ::show-bodrer       = 1
    4.23 +	
    4.24 +	GtkScrollbar   ::has_secondary_backward_stepper = 1
    4.25 +	GtkScrollbar   ::has_secondary_forward_stepper 	= 0
    4.26 +	
    4.27 +	xthickness = 0
    4.28 +	ythickness = 0
    4.29 +	
    4.30 +	fg[NORMAL]			= "#111111" # very dark grey
    4.31 +	fg[PRELIGHT]		= "#000000" # black
    4.32 +	fg[SELECTED]		= "#ffffff" # white 
    4.33 +	fg[ACTIVE]			= "#333333" # very dark grey
    4.34 +	fg[INSENSITIVE]		= "#444444" # medium grey
    4.35 +	
    4.36 +	bg[NORMAL]			= "#ededed" # light grey
    4.37 +	bg[PRELIGHT]		= "#ffffff" # white
    4.38 +	bg[SELECTED]		= "#d66018" # orange
    4.39 +	bg[INSENSITIVE]		= "#ededed" # very light grey
    4.40 +	bg[ACTIVE]			= "#d9d4ce" # light grey
    4.41 +	
    4.42 +	base[NORMAL]		= "#ffffff" # white
    4.43 +	base[PRELIGHT]		= "#d66018" # orange
    4.44 +	base[ACTIVE]		= "#dadada" # light beige
    4.45 +	base[SELECTED]		= "#d66018" # orange
    4.46 +	base[INSENSITIVE]	= "#ededed" # dark grey orange
    4.47 +	
    4.48 +	text[NORMAL]      	= "#000000" # black
    4.49 +	text[PRELIGHT]    	= "#000000" # black
    4.50 +	text[ACTIVE]      	= "#ffffff" # white
    4.51 +	text[SELECTED]    	= "#ffffff" # white
    4.52 +	text[INSENSITIVE] 	= "#dadada" # light grey
    4.53 +	
    4.54 +	engine "clearlooks" 
    4.55 +	{
    4.56 +		#menubarstyle      = 1       # 0 = flat, 1 = sunken, 2 = flat gradient
    4.57 +		#sunkenmenubar     = 0 	    # 0 = disable, 1 = enable
    4.58 +		#menuitemstyle     = 1       # 0 = flat, 1 = 3d-ish (gradient), 2 = 3d-ish (button)
    4.59 +		#listviewitemstyle = 1       # 0 = flat, 1 = 3d-ish (gradient)
    4.60 +		#progressbarstyle  = 0       # 0 = candy bar, 1 = flat
    4.61 +	}
    4.62 +}
    4.63 +
    4.64 +style "clearlooks-wide" = "clearlooks-default"
    4.65 +{
    4.66 +	xthickness = 2
    4.67 +	ythickness = 2
    4.68 +}
    4.69 +
    4.70 +style "clearlooks-button" = "clearlooks-default"
    4.71 +{
    4.72 +	bg[PRELIGHT] = "#ffffff"
    4.73 +	xthickness = 2
    4.74 +	ythickness = 1
    4.75 +}
    4.76 +
    4.77 +style "clearlooks-notebook" = "clearlooks-wide"
    4.78 +{
    4.79 +	bg[NORMAL] = "#ededed"
    4.80 +	bg[INSENSITIVE] = "#ededed"
    4.81 +}
    4.82 +
    4.83 +style "clearlooks-tasklist" = "clearlooks-default"
    4.84 +{
    4.85 +	xthickness = 4
    4.86 +	ythickness = 3
    4.87 +}
    4.88 +
    4.89 +style "clearlooks-menu" = "clearlooks-default"
    4.90 +{
    4.91 +	xthickness = 2
    4.92 +	ythickness = 1
    4.93 +	bg[NORMAL] = "#f1f1f1"
    4.94 +}
    4.95 +
    4.96 +style "clearlooks-menu-item" = "clearlooks-default"
    4.97 +{
    4.98 +	xthickness = 2
    4.99 +	ythickness = 3
   4.100 +	fg[PRELIGHT] = "#ffffff"
   4.101 +	text[PRELIGHT] = "#ffffff"
   4.102 +}
   4.103 +
   4.104 +style "clearlooks-menu-itembar" = "clearlooks-default"
   4.105 +{
   4.106 +	xthickness = 3
   4.107 +	ythickness = 3
   4.108 +}
   4.109 +
   4.110 +style "clearlooks-tree" = "clearlooks-default"
   4.111 +{
   4.112 +	xthickness = 2
   4.113 +	ythickness = 2
   4.114 +}
   4.115 +
   4.116 +style "clearlooks-frame-title" = "clearlooks-default"
   4.117 +{
   4.118 +	fg[NORMAL] = "#111111"
   4.119 +}
   4.120 +
   4.121 +style "clearlooks-tooltips" = "clearlooks-default"
   4.122 +{
   4.123 +	bg[NORMAL] = "#ededed"
   4.124 +	fg[NORMAL] = "#111111"
   4.125 +	xthickness = 12
   4.126 +	ythickness = 10
   4.127 +}
   4.128 +
   4.129 +style "clearlooks-progressbar" = "clearlooks-default"
   4.130 +{
   4.131 +	xthickness = 1
   4.132 +	ythickness = 1
   4.133 +	fg[PRELIGHT]  = "#ffffff"
   4.134 +}
   4.135 +
   4.136 +style "clearlooks-combo" = "clearlooks-default"
   4.137 +{
   4.138 +	xthickness = 2
   4.139 +	ythickness = 2
   4.140 +}
   4.141 +
   4.142 +style "clearlooks-scrollbar" = "clearlooks-default"
   4.143 +{
   4.144 +	fg[ACTIVE] = "#ffffff"
   4.145 +	bg[NORMAL] = "#ededed"
   4.146 +	bg[PRELIGHT] = "#ffffff"
   4.147 +}
   4.148 +
   4.149 +# widget styles
   4.150 +class "GtkWidget"	style "clearlooks-default"
   4.151 +class "GtkButton"	style "clearlooks-button"
   4.152 +class "GtkCombo"	style "clearlooks-button"
   4.153 +class "GtkRange"	style "clearlooks-wide"
   4.154 +class "GtkFrame"	style "clearlooks-wide"
   4.155 +class "GtkMenu"		style "clearlooks-menu"
   4.156 +class "GtkEntry"	style "clearlooks-button"
   4.157 +class "GtkMenuItem"	style "clearlooks-menu-item"
   4.158 +class "GtkNotebook"	style "clearlooks-notebook"
   4.159 +class "GtkScrollbar"	style "clearlooks-scrollbar"
   4.160 +class "GtkProgressBar"	style "clearlooks-progressbar"
   4.161 +class "GtkStatusbar"	style "clearlooks-wide"
   4.162 +
   4.163 +widget_class "*MenuItem.*" style "clearlooks-menu-item"
   4.164 +
   4.165 +# combobox stuff
   4.166 +widget_class "*.GtkComboBox.GtkButton" style "clearlooks-combo"
   4.167 +widget_class "*.GtkCombo.GtkButton"    style "clearlooks-combo"
   4.168 +
   4.169 +# tooltips stuff
   4.170 +widget_class "*.tooltips.*.GtkToggleButton" style "clearlooks-tasklist"
   4.171 +widget "gtk-tooltip*" style "clearlooks-tooltips"
   4.172 +
   4.173 +# treeview stuff
   4.174 +widget_class "*.GtkTreeView.GtkButton" style "clearlooks-tree"
   4.175 +widget_class "*.GtkCTree.GtkButton" style "clearlooks-tree"
   4.176 +widget_class "*.GtkList.GtkButton" style "clearlooks-tree"
   4.177 +widget_class "*.GtkCList.GtkButton" style "clearlooks-tree"
   4.178 +widget_class "*.GtkFrame.GtkLabel" style "clearlooks-frame-title"
   4.179 +
   4.180 +# notebook stuff
   4.181 +widget_class "*.GtkNotebook.*.GtkEventBox" style "clearlooks-notebook"
   4.182 +widget_class "*.GtkNotebook.*.GtkViewport" style "clearlooks-notebook"
     5.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.2 +++ b/rootfs/usr/share/themes/SliTaz-cleargrey/openbox-3/themerc	Sun Mar 26 21:53:10 2017 +0200
     5.3 @@ -0,0 +1,70 @@
     5.4 +# SliTaz GNU/Linux Openbox theme. Images are from the Natura theme
     5.5 +# and colors match SliTaz current style. Name: Sunset
     5.6 +
     5.7 +# General
     5.8 +border.width: 1
     5.9 +padding.width: 6
    5.10 +padding.height: 4
    5.11 +window.handle.width: 2
    5.12 +window.client.padding.width: 0
    5.13 +menu.overlap: 0
    5.14 +*.justify: left
    5.15 +*.bg.highlight: 50
    5.16 +*.bg.shadow:    01
    5.17 +*.title.bg: flat
    5.18 +*.title.bg.color: #dddddd
    5.19 +*.title.bg.colorTo: #f1f1f1
    5.20 +
    5.21 +# Menu settings (match SliTaz GTK/Clearlooks colors)
    5.22 +menu.title.text.color: #444444
    5.23 +menu.items.bg: flat
    5.24 +menu.items.bg.color: #f1f1f1
    5.25 +#menu.items.bg.colorTo: #cfcfcf
    5.26 +menu.separator.color: #dcd8cf
    5.27 +menu.border.color: #9e9e9e
    5.28 +menu.border.width: 1
    5.29 +menu.items.active.bg: Gradient Vertical Flat
    5.30 +menu.items.active.bg.color: #d66018
    5.31 +menu.items.active.bg.colorTo: #9d5122
    5.32 +menu.items.active.text.color: white
    5.33 +menu.items.text.color: #000000
    5.34 +menu.items.disabled.text.color: #cfcfcf
    5.35 +
    5.36 +# Window
    5.37 +window.active.border.color: #9e9e9e
    5.38 +window.active.title.bg: Gradient Vertical Flat
    5.39 +window.active.title.bg.color: #dadada
    5.40 +window.active.title.bg.colorTo: #ededed
    5.41 +window.active.title.bg.highlight: 00
    5.42 +window.active.title.bg.shadow: 00
    5.43 +window.active.title.separator.color: #ededed
    5.44 +window.active.label.bg: Parentrelative
    5.45 +window.active.label.text.color: #444444
    5.46 +window.active.button.*.bg: Parentrelative
    5.47 +window.active.button.*.image.color: #444444
    5.48 +window.active.button.hover.bg: Parentrelative
    5.49 +window.active.button.hover.image.color: #222222
    5.50 +
    5.51 +window.inactive.border.color: #d9d4ce
    5.52 +window.inactive.border.width: 10
    5.53 +window.inactive.title.separator.color: #ededed
    5.54 +window.inactive.title.bg: Gradient Vertical Flat
    5.55 +window.inactive.title.bg.color: #ededed
    5.56 +window.inactive.title.bg.colorTo: #ededed
    5.57 +window.inactive.label.bg: Parentrelative
    5.58 +window.inactive.label.text.color: #888888
    5.59 +window.inactive.button.*.bg: Parentrelative
    5.60 +window.inactive.button.*.image.color: #888888
    5.61 +window.inactive.button.hover.image.color: #222222
    5.62 +
    5.63 +window.*.handle.bg: Raised Raised
    5.64 +window.*.handle.bg.color: #d66018
    5.65 +window.*.grip.bg: Raised Raised
    5.66 +window.active.grip.bg.color: #443b31
    5.67 +window.inactive.grip.bg.color: #d9d4ce
    5.68 +
    5.69 +# OSD
    5.70 +osd.bg: Gradient Vertical Flat
    5.71 +osd.bg.color: #d9d4ce
    5.72 +osd.bg.colorTo: #ededed
    5.73 +osd.border.color: #443b31
     6.1 --- a/rootfs/usr/share/themes/SliTaz/gtk-2.0/gtkrc	Thu Mar 16 20:06:28 2017 +0000
     6.2 +++ b/rootfs/usr/share/themes/SliTaz/gtk-2.0/gtkrc	Sun Mar 26 21:53:10 2017 +0200
     6.3 @@ -7,7 +7,7 @@
     6.4  	GtkRange       ::stepper_size      = 15
     6.5  	GtkScrollbar   ::min_slider_length = 30
     6.6  	GtkCheckButton ::indicator_size    = 12
     6.7 -	GtkMenuBar     ::internal-padding  = 3
     6.8 +	GtkMenuBar     ::internal-padding  = 4
     6.9  	GtkTreeView    ::expander_size     = 14
    6.10  	GtkTreeView    ::odd_row_color     = "#f1f1f1"
    6.11  	GtkExpander    ::expander_size     = 16
    6.12 @@ -16,37 +16,37 @@
    6.13  	GtkMenuBar     ::shadow-type       = GTK_SHADOW_NONE
    6.14  	GtkFrame       ::shadow_type       = GTK_SHADOW_NONE
    6.15  	
    6.16 -	#GtkNotebook    ::show-bodrer       = 1
    6.17 +	GtkNotebook    ::show-bodrer       = 1
    6.18  	
    6.19  	GtkScrollbar   ::has_secondary_backward_stepper = 1
    6.20  	GtkScrollbar   ::has_secondary_forward_stepper 	= 0
    6.21  	
    6.22 -	xthickness = 0
    6.23 -	ythickness = 0
    6.24 +	xthickness = 1
    6.25 +	ythickness = 1
    6.26  	
    6.27  	fg[NORMAL]			= "#111111" # very dark grey
    6.28  	fg[PRELIGHT]		= "#000000" # black
    6.29  	fg[SELECTED]		= "#ffffff" # white 
    6.30  	fg[ACTIVE]			= "#333333" # very dark grey
    6.31 -	fg[INSENSITIVE]		= "#444444" # medium grey
    6.32 +	fg[INSENSITIVE]		= "#666666" # medium grey
    6.33  	
    6.34  	bg[NORMAL]			= "#ededed" # light grey
    6.35  	bg[PRELIGHT]		= "#ffffff" # white
    6.36 -	bg[SELECTED]		= "#d66018" # orange
    6.37 -	bg[INSENSITIVE]		= "#ededed" # very light grey
    6.38 -	bg[ACTIVE]			= "#d9d4ce" # light grey
    6.39 +	bg[SELECTED]		= "#fcaf3e" # orange
    6.40 +	bg[INSENSITIVE]		= "#ededed" # light grey
    6.41 +	bg[ACTIVE]			= "#ededed" # light grey
    6.42  	
    6.43  	base[NORMAL]		= "#ffffff" # white
    6.44 -	base[PRELIGHT]		= "#d66018" # orange
    6.45 -	base[ACTIVE]		= "#dadada" # light beige
    6.46 -	base[SELECTED]		= "#d66018" # orange
    6.47 -	base[INSENSITIVE]	= "#ededed" # dark grey orange
    6.48 +	base[PRELIGHT]		= "#fcaf3e" # orange
    6.49 +	base[ACTIVE]		= "#ededed" # light beige
    6.50 +	base[SELECTED]		= "#fcaf3e" # orange
    6.51 +	base[INSENSITIVE]	= "#ededed" # light grey
    6.52  	
    6.53  	text[NORMAL]      	= "#000000" # black
    6.54  	text[PRELIGHT]    	= "#000000" # black
    6.55  	text[ACTIVE]      	= "#ffffff" # white
    6.56  	text[SELECTED]    	= "#ffffff" # white
    6.57 -	text[INSENSITIVE] 	= "#dadada" # light grey
    6.58 +	text[INSENSITIVE] 	= "#ededed" # light grey
    6.59  	
    6.60  	engine "clearlooks" 
    6.61  	{
    6.62 @@ -66,15 +66,19 @@
    6.63  
    6.64  style "clearlooks-button" = "clearlooks-default"
    6.65  {
    6.66 +	bg[NORMAL]	 = "#f1f1f1"
    6.67  	bg[PRELIGHT] = "#ffffff"
    6.68 -	xthickness = 2
    6.69 +	xthickness = 1
    6.70  	ythickness = 1
    6.71  }
    6.72  
    6.73  style "clearlooks-notebook" = "clearlooks-wide"
    6.74  {
    6.75 -	bg[NORMAL] = "#ededed"
    6.76 +	bg[NORMAL] = "#f1f1f1"
    6.77 +	bg[ACTIVE]	= "#ededed"
    6.78  	bg[INSENSITIVE] = "#ededed"
    6.79 +	xthickness = 3 # Width of tabs and notebook borders.
    6.80 +	ythickness = 3 # Height of tabs and notebook borders.
    6.81  }
    6.82  
    6.83  style "clearlooks-tasklist" = "clearlooks-default"
     7.1 --- a/rootfs/usr/share/themes/SliTaz/openbox-3/themerc	Thu Mar 16 20:06:28 2017 +0000
     7.2 +++ b/rootfs/usr/share/themes/SliTaz/openbox-3/themerc	Sun Mar 26 21:53:10 2017 +0200
     7.3 @@ -1,39 +1,34 @@
     7.4  # SliTaz GNU/Linux Openbox theme. Images are from the Natura theme
     7.5 -# and colors match SliTaz current style. Name: Sunset
     7.6 +# and colors match SliTaz current GTK style.
     7.7  
     7.8  # General
     7.9 -border.width: 1
    7.10 +border.width: 0
    7.11  padding.width: 6
    7.12 -padding.height: 4
    7.13 +padding.height: 8
    7.14  window.handle.width: 2
    7.15  window.client.padding.width: 0
    7.16  menu.overlap: 0
    7.17 -*.justify: left
    7.18 +*.justify: center
    7.19  *.bg.highlight: 50
    7.20  *.bg.shadow:    01
    7.21  *.title.bg: flat
    7.22 -*.title.bg.color: #dddddd
    7.23 -*.title.bg.colorTo: #f1f1f1
    7.24  
    7.25 -# Menu settings (match SliTaz GTK/Clearlooks colors)
    7.26 +# Menu settings
    7.27  menu.title.text.color: #444444
    7.28 -menu.items.bg: flat
    7.29 -menu.items.bg.color: #f1f1f1
    7.30 -#menu.items.bg.colorTo: #cfcfcf
    7.31 -menu.separator.color: #dcd8cf
    7.32 -menu.border.color: #9e9e9e
    7.33 -menu.border.width: 1
    7.34 -menu.items.active.bg: Gradient Vertical Flat
    7.35 -menu.items.active.bg.color: #d66018
    7.36 -menu.items.active.bg.colorTo: #9d5122
    7.37 +menu.title.bg.color:  #ededed
    7.38 +menu.items.bg: flat solid
    7.39 +menu.items.bg.color: #ededed
    7.40 +menu.separator.color: #cfcfcf
    7.41 +menu.border.width: 0
    7.42 +menu.items.active.bg: flat solid
    7.43 +menu.items.active.bg.color: #fcaf3e
    7.44  menu.items.active.text.color: white
    7.45 -menu.items.text.color: #000000
    7.46 +menu.items.text.color: #222222
    7.47  menu.items.disabled.text.color: #cfcfcf
    7.48  
    7.49 -# Window
    7.50 -window.active.border.color: #9e9e9e
    7.51 -window.active.title.bg: Gradient Vertical Flat
    7.52 -window.active.title.bg.color: #dadada
    7.53 +# Active window
    7.54 +window.active.title.bg: Gradient Vertical flat
    7.55 +window.active.title.bg.color: #e0e0e0
    7.56  window.active.title.bg.colorTo: #ededed
    7.57  window.active.title.bg.highlight: 00
    7.58  window.active.title.bg.shadow: 00
    7.59 @@ -41,30 +36,27 @@
    7.60  window.active.label.bg: Parentrelative
    7.61  window.active.label.text.color: #444444
    7.62  window.active.button.*.bg: Parentrelative
    7.63 -window.active.button.*.image.color: #444444
    7.64 -window.active.button.hover.bg: Parentrelative
    7.65 -window.active.button.hover.image.color: #222222
    7.66 +window.active.button.unpressed.image.color: #444444
    7.67 +window.active.button.hover.color: Parentrelative
    7.68  
    7.69 -window.inactive.border.color: #d9d4ce
    7.70 -window.inactive.border.width: 10
    7.71 +window.*.button.hover.image.color: #fcaf3e
    7.72 +window.*.button.pressed.image.color: #fcaf3e
    7.73 +
    7.74 +# Inactive window's
    7.75  window.inactive.title.separator.color: #ededed
    7.76 -window.inactive.title.bg: Gradient Vertical Flat
    7.77 +window.inactive.title.bg: flat
    7.78  window.inactive.title.bg.color: #ededed
    7.79 -window.inactive.title.bg.colorTo: #ededed
    7.80  window.inactive.label.bg: Parentrelative
    7.81 -window.inactive.label.text.color: #888888
    7.82 +window.inactive.label.text.color: #999999
    7.83  window.inactive.button.*.bg: Parentrelative
    7.84 -window.inactive.button.*.image.color: #888888
    7.85 -window.inactive.button.hover.image.color: #222222
    7.86 +window.inactive.button.unpressed.image.color: #999999
    7.87  
    7.88 -window.*.handle.bg: Raised Raised
    7.89 -window.*.handle.bg.color: #d66018
    7.90 -window.*.grip.bg: Raised Raised
    7.91 -window.active.grip.bg.color: #443b31
    7.92 -window.inactive.grip.bg.color: #d9d4ce
    7.93 +window.*.handle.bg: flat
    7.94 +window.*.handle.bg.color: #ededed
    7.95 +window.*.grip.bg: flat
    7.96 +window.active.grip.bg.color: #ededed
    7.97 +window.inactive.grip.bg.color: #ededed
    7.98  
    7.99  # OSD
   7.100 -osd.bg: Gradient Vertical Flat
   7.101 -osd.bg.color: #d9d4ce
   7.102 -osd.bg.colorTo: #ededed
   7.103 -osd.border.color: #443b31
   7.104 +osd.bg: flat
   7.105 +osd.bg.color: #ededed