slitaz-configs rev 170 5.1

New Openbox and GTK theme (no border, clean, sexy :-)
author Christophe Lincoln <pankso@slitaz.org>
date Sun Apr 22 18:58:29 2012 +0200 (2012-04-22)
parents be2e090a1720
children 2093e96e0570
files rootfs/etc/xdg/openbox/menu.en.xml rootfs/usr/share/themes/SliTaz-flatbrown/gtk-2.0/gtkrc rootfs/usr/share/themes/SliTaz-flatbrown/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/xdg/openbox/menu.en.xml	Sun Apr 22 18:52:14 2012 +0200
     1.2 +++ b/rootfs/etc/xdg/openbox/menu.en.xml	Sun Apr 22 18:58:29 2012 +0200
     1.3 @@ -29,10 +29,10 @@
     1.4      <action name="Execute"><command>xcompmgr</command></action>
     1.5    </item>
     1.6    <item label="Activate shadows">
     1.7 -    <action name="Execute"><command>xcompmgr -c -r 10</command></action>
     1.8 +    <action name="Execute"><command>xcompmgr -c -r 10 -o 0.5</command></action>
     1.9    </item>
    1.10    <item label="Activate shadows/fade">
    1.11 -    <action name="Execute"><command>xcompmgr -c -f -r 10</command></action>
    1.12 +    <action name="Execute"><command>xcompmgr -c -f -r 10 -o 0.5</command></action>
    1.13    </item>
    1.14    <separator />
    1.15    <item label="Set opacity (actual)">
    1.16 @@ -84,8 +84,12 @@
    1.17    </item>
    1.18    <item label="Autostart Script">
    1.19      <action name="Execute">
    1.20 -      <command>desktopbox autostart</command>
    1.21 +      <command>editor ~/.config/openbox/autostart</command>
    1.22      </action>
    1.23 +  <!-- <item label="Openbox environment">
    1.24 +    <action name="Execute">
    1.25 +      <command>editor ~/.config/openbox/environment</command>
    1.26 +    </action> -->
    1.27    </item>
    1.28    <item label="Openbox Menu">
    1.29      <action name="Execute">
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/rootfs/usr/share/themes/SliTaz-flatbrown/gtk-2.0/gtkrc	Sun Apr 22 18:58:29 2012 +0200
     2.3 @@ -0,0 +1,154 @@
     2.4 +style "clearlooks-default"
     2.5 +{
     2.6 +  GtkButton      ::default_border    = { 0, 0, 0, 0 }
     2.7 +  GtkRange       ::trough_border     = 0
     2.8 +  GtkPaned       ::handle_size       = 6
     2.9 +  GtkRange       ::slider_width      = 15
    2.10 +  GtkRange       ::stepper_size      = 15
    2.11 +  GtkScrollbar   ::min_slider_length = 30
    2.12 +  GtkCheckButton ::indicator_size    = 12
    2.13 +  GtkMenuBar     ::internal-padding  = 0
    2.14 +  GtkTreeView    ::expander_size     = 14
    2.15 +  GtkExpander    ::expander_size     = 16
    2.16 +
    2.17 +  xthickness = 1
    2.18 +  ythickness = 1
    2.19 +
    2.20 +  fg[NORMAL]        = "#000000" # black
    2.21 +  fg[PRELIGHT]      = "#000000" # black
    2.22 +  fg[SELECTED]      = "#ffffff" # white 
    2.23 +  fg[ACTIVE]        = "#000000" # black
    2.24 +  fg[INSENSITIVE]   = "#b5b3ac" # dark beige
    2.25 +
    2.26 +  bg[NORMAL]	    = "#f1efeb" # light beige
    2.27 +  bg[PRELIGHT]      = "#f9f7f3" # very light beige
    2.28 +  bg[SELECTED]		= "#d66018" # orange
    2.29 +  bg[INSENSITIVE]   = "#efebe7" # light grey
    2.30 +  bg[ACTIVE]        = "#d7d3ca" # dark beige
    2.31 +
    2.32 +  base[NORMAL]      = "#ffffff" # white 
    2.33 +  base[PRELIGHT]    = "#d66018" # orange
    2.34 +  base[ACTIVE]      = "#72320e" # brown
    2.35 +  base[SELECTED]	= "#d66018" # orange
    2.36 +  base[INSENSITIVE] = "#efebe7" # light grey
    2.37 +
    2.38 +  text[NORMAL]      = "#000000" # black
    2.39 +  text[PRELIGHT]    = "#000000" # black
    2.40 +  text[ACTIVE]      = "#ffffff" # white
    2.41 +  text[SELECTED]    = "#ffffff" # white
    2.42 +  text[INSENSITIVE] = "#b5b3ac" # dark beige
    2.43 +
    2.44 +  engine "clearlooks" 
    2.45 +  {
    2.46 +    menubarstyle      = 2       # 0 = flat, 1 = sunken, 2 = flat gradient
    2.47 +    menuitemstyle     = 1       # 0 = flat, 1 = 3d-ish (gradient), 2 = 3d-ish (button)
    2.48 +    listviewitemstyle = 1       # 0 = flat, 1 = 3d-ish (gradient)
    2.49 +    progressbarstyle  = 0       # 0 = candy bar, 1 = flat
    2.50 +  }
    2.51 +}
    2.52 +
    2.53 +style "clearlooks-wide" = "clearlooks-default"
    2.54 +{
    2.55 +  xthickness = 2
    2.56 +  ythickness = 1
    2.57 +}
    2.58 +
    2.59 +style "clearlooks-button" = "clearlooks-default"
    2.60 +{
    2.61 +  xthickness = 2
    2.62 +  ythickness = 1
    2.63 +}
    2.64 +
    2.65 +style "clearlooks-notebook" = "clearlooks-wide"
    2.66 +{
    2.67 +  bg[NORMAL] = "#efede9"
    2.68 +  bg[INSENSITIVE] = "#efede9"
    2.69 +}
    2.70 +
    2.71 +style "clearlooks-tasklist" = "clearlooks-default"
    2.72 +{
    2.73 +  xthickness = 5
    2.74 +  ythickness = 3
    2.75 +}
    2.76 +
    2.77 +style "clearlooks-menu" = "clearlooks-default"
    2.78 +{
    2.79 +  xthickness = 0
    2.80 +  ythickness = 0
    2.81 +  bg[NORMAL] = "#f9f7f3"
    2.82 +}
    2.83 +
    2.84 +style "clearlooks-menu-item" = "clearlooks-default"
    2.85 +{
    2.86 +  xthickness = 2
    2.87 +  ythickness = 3
    2.88 +  fg[PRELIGHT] = "#ffffff"
    2.89 +  text[PRELIGHT] = "#ffffff"
    2.90 +}
    2.91 +
    2.92 +style "clearlooks-tree" = "clearlooks-default"
    2.93 +{
    2.94 +  xthickness = 2
    2.95 +  ythickness = 2
    2.96 +}
    2.97 +
    2.98 +style "clearlooks-frame-title" = "clearlooks-default"
    2.99 +{
   2.100 +  fg[NORMAL] = "#333333"
   2.101 +}
   2.102 +
   2.103 +style "clearlooks-tooltips" = "clearlooks-default"
   2.104 +{
   2.105 +  bg[NORMAL] = "#f8f8f8"
   2.106 +  fg[NORMAL] = "#000000"
   2.107 +  xthickness = 8
   2.108 +  ythickness = 8
   2.109 +}
   2.110 +
   2.111 +style "clearlooks-progressbar" = "clearlooks-default"
   2.112 +{
   2.113 +  xthickness = 1
   2.114 +  ythickness = 1
   2.115 +
   2.116 +  fg[PRELIGHT]  = "#ffffff"
   2.117 +}
   2.118 +
   2.119 +style "clearlooks-combo" = "clearlooks-default"
   2.120 +{
   2.121 +  xthickness = 2
   2.122 +  ythickness = 2
   2.123 +}
   2.124 +
   2.125 +# widget styles
   2.126 +class "GtkWidget" style "clearlooks-default"
   2.127 +class "GtkButton" style "clearlooks-button"
   2.128 +class "GtkCombo"  style "clearlooks-button"
   2.129 +class "GtkRange"  style "clearlooks-wide"
   2.130 +class "GtkFrame"  style "clearlooks-wide"
   2.131 +class "GtkMenu"   style "clearlooks-menu"
   2.132 +class "GtkEntry"  style "clearlooks-button"
   2.133 +class "GtkMenuItem"    style "clearlooks-menu-item"
   2.134 +class "GtkStatusbar"   style "clearlooks-wide"
   2.135 +class "GtkNotebook"    style "clearlooks-notebook"
   2.136 +class "GtkProgressBar" style "clearlooks-progressbar"
   2.137 +
   2.138 +widget_class "*MenuItem.*" style "clearlooks-menu-item"
   2.139 +
   2.140 +# combobox stuff
   2.141 +widget_class "*.GtkComboBox.GtkButton" style "clearlooks-combo"
   2.142 +widget_class "*.GtkCombo.GtkButton"    style "clearlooks-combo"
   2.143 +
   2.144 +# tooltips stuff
   2.145 +widget_class "*.tooltips.*.GtkToggleButton" style "clearlooks-tasklist"
   2.146 +widget "gtk-tooltip*" style "clearlooks-tooltips"
   2.147 +
   2.148 +# treeview stuff
   2.149 +widget_class "*.GtkTreeView.GtkButton" style "clearlooks-tree"
   2.150 +widget_class "*.GtkCTree.GtkButton" style "clearlooks-tree"
   2.151 +widget_class "*.GtkList.GtkButton" style "clearlooks-tree"
   2.152 +widget_class "*.GtkCList.GtkButton" style "clearlooks-tree"
   2.153 +widget_class "*.GtkFrame.GtkLabel" style "clearlooks-frame-title"
   2.154 +
   2.155 +# notebook stuff
   2.156 +widget_class "*.GtkNotebook.*.GtkEventBox" style "clearlooks-notebook"
   2.157 +widget_class "*.GtkNotebook.*.GtkViewport" style "clearlooks-notebook"
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/rootfs/usr/share/themes/SliTaz-flatbrown/openbox-3/themerc	Sun Apr 22 18:58:29 2012 +0200
     3.3 @@ -0,0 +1,69 @@
     3.4 +# SliTaz GNU/Linux Openbox theme. Images are from the Natura theme
     3.5 +# and colors match SliTaz current style. Name: Sunset
     3.6 +
     3.7 +# General
     3.8 +border.width: 1
     3.9 +padding.width: 2
    3.10 +padding.height: 4
    3.11 +window.handle.width: 2
    3.12 +window.client.padding.width: 0
    3.13 +menu.overlap: 0
    3.14 +*.justify: center
    3.15 +*.bg.highlight: 50
    3.16 +*.bg.shadow:    01
    3.17 +*.title.bg: flat
    3.18 +*.title.bg.color: #443B31
    3.19 +#*.title.bg.colorTo: #342812
    3.20 +
    3.21 +# Menu settings (match SliTaz GTK/Clearlooks colors)
    3.22 +menu.title.text.color: #cfcfcf
    3.23 +menu.items.bg: flat
    3.24 +menu.items.bg.color: #f9f7f3
    3.25 +#menu.items.bg.colorTo: #cfcfcf
    3.26 +menu.separator.color: #dcd8cf
    3.27 +menu.border.color: #908266
    3.28 +menu.border.width: 1
    3.29 +menu.items.active.bg: Gradient Vertical Flat
    3.30 +menu.items.active.bg.color: #d66018
    3.31 +menu.items.active.bg.colorTo: #9d5122
    3.32 +menu.items.active.text.color: white
    3.33 +menu.items.text.color: #000000
    3.34 +menu.items.disabled.text.color: #cfcfcf
    3.35 +
    3.36 +# Window
    3.37 +window.active.border.color: #72320e
    3.38 +window.inactive.border.color: #443B31
    3.39 +window.inactive.border.width: 10
    3.40 +window.active.title.bg: flat
    3.41 +window.active.title.bg.color: #443B31
    3.42 +#window.active.title.bg.colorTo: #342812
    3.43 +window.active.title.bg.highlight: 35
    3.44 +window.active.title.bg.shadow:    00
    3.45 +window.active.title.separator.color: #443B31
    3.46 +window.inactive.title.separator.color: #72320e
    3.47 +window.inactive.title.bg: flat
    3.48 +window.inactive.title.bg.color: #72320e
    3.49 +#window.inactive.title.bg.colorTo: #888173
    3.50 +window.active.label.bg: Parentrelative
    3.51 +window.active.label.text.color: #cfcfcf
    3.52 +#window.active.label.text.font:shadow=y:shadowtint=80:shadowoffset=1
    3.53 +window.inactive.label.bg: Parentrelative
    3.54 +window.inactive.label.text.color: #bbbbbb
    3.55 +window.active.button.*.bg: Parentrelative
    3.56 +window.active.button.*.image.color: #cfcfcf
    3.57 +window.active.button.hover.bg: Parentrelative
    3.58 +window.active.button.hover.image.color: #ffffff
    3.59 +window.inactive.button.*.bg: Parentrelative
    3.60 +window.inactive.button.*.image.color: #cfcfcf
    3.61 +window.inactive.button.hover.image.color: #ffffff
    3.62 +
    3.63 +window.*.handle.bg: Raised Raised
    3.64 +window.*.handle.bg.color: #d66018
    3.65 +window.*.grip.bg: Raised Raised
    3.66 +window.*.grip.bg.color: #443B31
    3.67 +
    3.68 +# OSD
    3.69 +osd.bg: flat
    3.70 +osd.bg.color: #443B31
    3.71 +#osd.bg.colorTo: #342812
    3.72 +osd.border.color: #d66018
     4.1 --- a/rootfs/usr/share/themes/SliTaz/gtk-2.0/gtkrc	Sun Apr 22 18:52:14 2012 +0200
     4.2 +++ b/rootfs/usr/share/themes/SliTaz/gtk-2.0/gtkrc	Sun Apr 22 18:58:29 2012 +0200
     4.3 @@ -1,136 +1,161 @@
     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  = 0
    4.14 -  GtkTreeView    ::expander_size     = 14
    4.15 -  GtkExpander    ::expander_size     = 16
    4.16 -
    4.17 -  xthickness = 1
    4.18 -  ythickness = 1
    4.19 -
    4.20 -  fg[NORMAL]        = "#000000" # black
    4.21 -  fg[PRELIGHT]      = "#000000" # black
    4.22 -  fg[SELECTED]      = "#ffffff" # white 
    4.23 -  fg[ACTIVE]        = "#000000" # black
    4.24 -  fg[INSENSITIVE]   = "#b5b3ac" # dark beige
    4.25 -
    4.26 -  bg[NORMAL]	    = "#f1efeb" # light beige
    4.27 -  bg[PRELIGHT]      = "#f9f7f3" # very light beige
    4.28 -  bg[SELECTED]		= "#d66018" # orange
    4.29 -  bg[INSENSITIVE]   = "#efebe7" # light grey
    4.30 -  bg[ACTIVE]        = "#d7d3ca" # dark beige
    4.31 -
    4.32 -  base[NORMAL]      = "#ffffff" # white 
    4.33 -  base[PRELIGHT]    = "#d66018" # orange
    4.34 -  base[ACTIVE]      = "#72320e" # brown
    4.35 -  base[SELECTED]	= "#d66018" # orange
    4.36 -  base[INSENSITIVE] = "#efebe7" # light grey
    4.37 -
    4.38 -  text[NORMAL]      = "#000000" # black
    4.39 -  text[PRELIGHT]    = "#000000" # black
    4.40 -  text[ACTIVE]      = "#ffffff" # white
    4.41 -  text[SELECTED]    = "#ffffff" # white
    4.42 -  text[INSENSITIVE] = "#b5b3ac" # dark beige
    4.43 -
    4.44 -  engine "clearlooks" 
    4.45 -  {
    4.46 -    menubarstyle      = 2       # 0 = flat, 1 = sunken, 2 = flat gradient
    4.47 -    menuitemstyle     = 1       # 0 = flat, 1 = 3d-ish (gradient), 2 = 3d-ish (button)
    4.48 -    listviewitemstyle = 1       # 0 = flat, 1 = 3d-ish (gradient)
    4.49 -    progressbarstyle  = 0       # 0 = candy bar, 1 = flat
    4.50 -  }
    4.51 +	GtkButton      ::default_border    = { 0, 0, 0, 0 }
    4.52 +	GtkRange       ::trough_border     = 0
    4.53 +	GtkPaned       ::handle_size       = 6
    4.54 +	GtkRange       ::slider_width      = 15
    4.55 +	GtkRange       ::stepper_size      = 15
    4.56 +	GtkScrollbar   ::min_slider_length = 30
    4.57 +	GtkCheckButton ::indicator_size    = 12
    4.58 +	GtkMenuBar     ::internal-padding  = 3
    4.59 +	GtkTreeView    ::expander_size     = 14
    4.60 +	GtkTreeView    ::odd_row_color     = "#f1f1f1"
    4.61 +	GtkExpander    ::expander_size     = 16
    4.62 +	GtkToolbar     ::internal-padding  = 0
    4.63 +	GtkToolbar     ::shadow_type       = GTK_SHADOW_NONE
    4.64 +	GtkMenuBar     ::shadow-type       = GTK_SHADOW_NONE
    4.65 +	GtkFrame       ::shadow_type       = GTK_SHADOW_NONE
    4.66 +	
    4.67 +	#GtkNotebook    ::show-bodrer       = 1
    4.68 +	
    4.69 +	GtkScrollbar   ::has_secondary_backward_stepper = 1
    4.70 +	GtkScrollbar   ::has_secondary_forward_stepper 	= 0
    4.71 +	
    4.72 +	xthickness = 0
    4.73 +	ythickness = 0
    4.74 +	
    4.75 +	fg[NORMAL]			= "#111111" # very dark grey
    4.76 +	fg[PRELIGHT]		= "#000000" # black
    4.77 +	fg[SELECTED]		= "#ffffff" # white 
    4.78 +	fg[ACTIVE]			= "#333333" # very dark grey
    4.79 +	fg[INSENSITIVE]		= "#444444" # medium grey
    4.80 +	
    4.81 +	bg[NORMAL]			= "#ededed" # light grey
    4.82 +	bg[PRELIGHT]		= "#ffffff" # white
    4.83 +	bg[SELECTED]		= "#d66018" # orange
    4.84 +	bg[INSENSITIVE]		= "#ededed" # very light grey
    4.85 +	bg[ACTIVE]			= "#d9d4ce" # light grey
    4.86 +	
    4.87 +	base[NORMAL]		= "#ffffff" # white
    4.88 +	base[PRELIGHT]		= "#d66018" # orange
    4.89 +	base[ACTIVE]		= "#dadada" # light beige
    4.90 +	base[SELECTED]		= "#d66018" # orange
    4.91 +	base[INSENSITIVE]	= "#ededed" # dark grey orange
    4.92 +	
    4.93 +	text[NORMAL]      	= "#000000" # black
    4.94 +	text[PRELIGHT]    	= "#000000" # black
    4.95 +	text[ACTIVE]      	= "#ffffff" # white
    4.96 +	text[SELECTED]    	= "#ffffff" # white
    4.97 +	text[INSENSITIVE] 	= "#dadada" # light grey
    4.98 +	
    4.99 +	engine "clearlooks" 
   4.100 +	{
   4.101 +		#menubarstyle      = 1       # 0 = flat, 1 = sunken, 2 = flat gradient
   4.102 +		sunkenmenubar     = 0 	    # 0 = disable, 1 = enable
   4.103 +		menuitemstyle     = 1       # 0 = flat, 1 = 3d-ish (gradient), 2 = 3d-ish (button)
   4.104 +		listviewitemstyle = 1       # 0 = flat, 1 = 3d-ish (gradient)
   4.105 +		progressbarstyle  = 0       # 0 = candy bar, 1 = flat
   4.106 +	}
   4.107  }
   4.108  
   4.109  style "clearlooks-wide" = "clearlooks-default"
   4.110  {
   4.111 -  xthickness = 2
   4.112 -  ythickness = 1
   4.113 +	xthickness = 2
   4.114 +	ythickness = 2
   4.115  }
   4.116  
   4.117  style "clearlooks-button" = "clearlooks-default"
   4.118  {
   4.119 -  xthickness = 2
   4.120 -  ythickness = 1
   4.121 +	bg[PRELIGHT] = "#ffffff"
   4.122 +	xthickness = 2
   4.123 +	ythickness = 1
   4.124  }
   4.125  
   4.126  style "clearlooks-notebook" = "clearlooks-wide"
   4.127  {
   4.128 -  bg[NORMAL] = "#efede9"
   4.129 -  bg[INSENSITIVE] = "#efede9"
   4.130 +	bg[NORMAL] = "#ededed"
   4.131 +	bg[INSENSITIVE] = "#ededed"
   4.132  }
   4.133  
   4.134  style "clearlooks-tasklist" = "clearlooks-default"
   4.135  {
   4.136 -  xthickness = 5
   4.137 -  ythickness = 3
   4.138 +	xthickness = 4
   4.139 +	ythickness = 3
   4.140  }
   4.141  
   4.142  style "clearlooks-menu" = "clearlooks-default"
   4.143  {
   4.144 -  xthickness = 0
   4.145 -  ythickness = 0
   4.146 -  bg[NORMAL] = "#f9f7f3"
   4.147 +	xthickness = 2
   4.148 +	ythickness = 1
   4.149 +	bg[NORMAL] = "#f1f1f1"
   4.150  }
   4.151  
   4.152  style "clearlooks-menu-item" = "clearlooks-default"
   4.153  {
   4.154 -  xthickness = 2
   4.155 -  ythickness = 3
   4.156 -  fg[PRELIGHT] = "#ffffff"
   4.157 -  text[PRELIGHT] = "#ffffff"
   4.158 +	xthickness = 2
   4.159 +	ythickness = 3
   4.160 +	fg[PRELIGHT] = "#ffffff"
   4.161 +	text[PRELIGHT] = "#ffffff"
   4.162 +}
   4.163 +
   4.164 +style "clearlooks-menu-itembar" = "clearlooks-default"
   4.165 +{
   4.166 +	xthickness = 3
   4.167 +	ythickness = 3
   4.168  }
   4.169  
   4.170  style "clearlooks-tree" = "clearlooks-default"
   4.171  {
   4.172 -  xthickness = 2
   4.173 -  ythickness = 2
   4.174 +	xthickness = 2
   4.175 +	ythickness = 2
   4.176  }
   4.177  
   4.178  style "clearlooks-frame-title" = "clearlooks-default"
   4.179  {
   4.180 -  fg[NORMAL] = "#333333"
   4.181 +	fg[NORMAL] = "#111111"
   4.182  }
   4.183  
   4.184  style "clearlooks-tooltips" = "clearlooks-default"
   4.185  {
   4.186 -  bg[NORMAL] = "#f8f8f8"
   4.187 -  fg[NORMAL] = "#000000"
   4.188 -  xthickness = 8
   4.189 -  ythickness = 8
   4.190 +	bg[NORMAL] = "#ededed"
   4.191 +	fg[NORMAL] = "#111111"
   4.192 +	xthickness = 12
   4.193 +	ythickness = 10
   4.194  }
   4.195  
   4.196  style "clearlooks-progressbar" = "clearlooks-default"
   4.197  {
   4.198 -  xthickness = 1
   4.199 -  ythickness = 1
   4.200 -
   4.201 -  fg[PRELIGHT]  = "#ffffff"
   4.202 +	xthickness = 1
   4.203 +	ythickness = 1
   4.204 +	fg[PRELIGHT]  = "#ffffff"
   4.205  }
   4.206  
   4.207  style "clearlooks-combo" = "clearlooks-default"
   4.208  {
   4.209 -  xthickness = 2
   4.210 -  ythickness = 2
   4.211 +	xthickness = 2
   4.212 +	ythickness = 2
   4.213 +}
   4.214 +
   4.215 +style "clearlooks-scrollbar" = "clearlooks-default"
   4.216 +{
   4.217 +	fg[ACTIVE] = "#ffffff"
   4.218 +	bg[NORMAL] = "#ededed"
   4.219 +	bg[PRELIGHT] = "#ffffff"
   4.220  }
   4.221  
   4.222  # widget styles
   4.223 -class "GtkWidget" style "clearlooks-default"
   4.224 -class "GtkButton" style "clearlooks-button"
   4.225 -class "GtkCombo"  style "clearlooks-button"
   4.226 -class "GtkRange"  style "clearlooks-wide"
   4.227 -class "GtkFrame"  style "clearlooks-wide"
   4.228 -class "GtkMenu"   style "clearlooks-menu"
   4.229 -class "GtkEntry"  style "clearlooks-button"
   4.230 -class "GtkMenuItem"    style "clearlooks-menu-item"
   4.231 -class "GtkStatusbar"   style "clearlooks-wide"
   4.232 -class "GtkNotebook"    style "clearlooks-notebook"
   4.233 -class "GtkProgressBar" style "clearlooks-progressbar"
   4.234 +class "GtkWidget"	style "clearlooks-default"
   4.235 +class "GtkButton"	style "clearlooks-button"
   4.236 +class "GtkCombo"	style "clearlooks-button"
   4.237 +class "GtkRange"	style "clearlooks-wide"
   4.238 +class "GtkFrame"	style "clearlooks-wide"
   4.239 +class "GtkMenu"		style "clearlooks-menu"
   4.240 +class "GtkEntry"	style "clearlooks-button"
   4.241 +class "GtkMenuItem"	style "clearlooks-menu-item"
   4.242 +class "GtkNotebook"	style "clearlooks-notebook"
   4.243 +class "GtkScrollbar"	style "clearlooks-scrollbar"
   4.244 +class "GtkProgressBar"	style "clearlooks-progressbar"
   4.245 +class "GtkStatusbar"	style "clearlooks-wide"
   4.246  
   4.247  widget_class "*MenuItem.*" style "clearlooks-menu-item"
   4.248  
     5.1 --- a/rootfs/usr/share/themes/SliTaz/openbox-3/themerc	Sun Apr 22 18:52:14 2012 +0200
     5.2 +++ b/rootfs/usr/share/themes/SliTaz/openbox-3/themerc	Sun Apr 22 18:58:29 2012 +0200
     5.3 @@ -3,25 +3,25 @@
     5.4  
     5.5  # General
     5.6  border.width: 1
     5.7 -padding.width: 2
     5.8 +padding.width: 6
     5.9  padding.height: 4
    5.10  window.handle.width: 2
    5.11  window.client.padding.width: 0
    5.12  menu.overlap: 0
    5.13 -*.justify: center
    5.14 +*.justify: left
    5.15  *.bg.highlight: 50
    5.16  *.bg.shadow:    01
    5.17  *.title.bg: flat
    5.18 -*.title.bg.color: #443B31
    5.19 -#*.title.bg.colorTo: #342812
    5.20 +*.title.bg.color: #dddddd
    5.21 +*.title.bg.colorTo: #f1f1f1
    5.22  
    5.23  # Menu settings (match SliTaz GTK/Clearlooks colors)
    5.24 -menu.title.text.color: #cfcfcf
    5.25 +menu.title.text.color: #444444
    5.26  menu.items.bg: flat
    5.27 -menu.items.bg.color: #f9f7f3
    5.28 +menu.items.bg.color: #f1f1f1
    5.29  #menu.items.bg.colorTo: #cfcfcf
    5.30  menu.separator.color: #dcd8cf
    5.31 -menu.border.color: #908266
    5.32 +menu.border.color: #9e9e9e
    5.33  menu.border.width: 1
    5.34  menu.items.active.bg: Gradient Vertical Flat
    5.35  menu.items.active.bg.color: #d66018
    5.36 @@ -31,39 +31,40 @@
    5.37  menu.items.disabled.text.color: #cfcfcf
    5.38  
    5.39  # Window
    5.40 -window.active.border.color: #72320e
    5.41 -window.inactive.border.color: #443B31
    5.42 +window.active.border.color: #9e9e9e
    5.43 +window.active.title.bg: Gradient Vertical Flat
    5.44 +window.active.title.bg.color: #dadada
    5.45 +window.active.title.bg.colorTo: #ededed
    5.46 +window.active.title.bg.highlight: 00
    5.47 +window.active.title.bg.shadow: 00
    5.48 +window.active.title.separator.color: #ededed
    5.49 +window.active.label.bg: Parentrelative
    5.50 +window.active.label.text.color: #444444
    5.51 +window.active.button.*.bg: Parentrelative
    5.52 +window.active.button.*.image.color: #444444
    5.53 +window.active.button.hover.bg: Parentrelative
    5.54 +window.active.button.hover.image.color: #222222
    5.55 +
    5.56 +window.inactive.border.color: #d9d4ce
    5.57  window.inactive.border.width: 10
    5.58 -window.active.title.bg: flat
    5.59 -window.active.title.bg.color: #443B31
    5.60 -#window.active.title.bg.colorTo: #342812
    5.61 -window.active.title.bg.highlight: 35
    5.62 -window.active.title.bg.shadow:    00
    5.63 -window.active.title.separator.color: #443B31
    5.64 -window.inactive.title.separator.color: #72320e
    5.65 -window.inactive.title.bg: flat
    5.66 -window.inactive.title.bg.color: #72320e
    5.67 -#window.inactive.title.bg.colorTo: #888173
    5.68 -window.active.label.bg: Parentrelative
    5.69 -window.active.label.text.color: #cfcfcf
    5.70 -#window.active.label.text.font:shadow=y:shadowtint=80:shadowoffset=1
    5.71 +window.inactive.title.separator.color: #ededed
    5.72 +window.inactive.title.bg: Gradient Vertical Flat
    5.73 +window.inactive.title.bg.color: #ededed
    5.74 +window.inactive.title.bg.colorTo: #ededed
    5.75  window.inactive.label.bg: Parentrelative
    5.76 -window.inactive.label.text.color: #bbbbbb
    5.77 -window.active.button.*.bg: Parentrelative
    5.78 -window.active.button.*.image.color: #cfcfcf
    5.79 -window.active.button.hover.bg: Parentrelative
    5.80 -window.active.button.hover.image.color: #ffffff
    5.81 +window.inactive.label.text.color: #888888
    5.82  window.inactive.button.*.bg: Parentrelative
    5.83 -window.inactive.button.*.image.color: #cfcfcf
    5.84 -window.inactive.button.hover.image.color: #ffffff
    5.85 +window.inactive.button.*.image.color: #888888
    5.86 +window.inactive.button.hover.image.color: #222222
    5.87  
    5.88  window.*.handle.bg: Raised Raised
    5.89  window.*.handle.bg.color: #d66018
    5.90  window.*.grip.bg: Raised Raised
    5.91 -window.*.grip.bg.color: #443B31
    5.92 +window.active.grip.bg.color: #443b31
    5.93 +window.inactive.grip.bg.color: #d9d4ce
    5.94  
    5.95  # OSD
    5.96 -osd.bg: flat
    5.97 -osd.bg.color: #443B31
    5.98 -#osd.bg.colorTo: #342812
    5.99 -osd.border.color: #d66018
   5.100 +osd.bg: Gradient Vertical Flat
   5.101 +osd.bg.color: #d9d4ce
   5.102 +osd.bg.colorTo: #ededed
   5.103 +osd.border.color: #443b31