slitaz-configs diff rootfs/usr/share/themes/SliTaz/gtk-2.0/gtkrc @ rev 170

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 135cbd9b8467
children f53ca97de41a
line diff
     1.1 --- a/rootfs/usr/share/themes/SliTaz/gtk-2.0/gtkrc	Sat Feb 25 12:23:37 2012 +0100
     1.2 +++ b/rootfs/usr/share/themes/SliTaz/gtk-2.0/gtkrc	Sun Apr 22 18:58:29 2012 +0200
     1.3 @@ -1,136 +1,161 @@
     1.4  style "clearlooks-default"
     1.5  {
     1.6 -  GtkButton      ::default_border    = { 0, 0, 0, 0 }
     1.7 -  GtkRange       ::trough_border     = 0
     1.8 -  GtkPaned       ::handle_size       = 6
     1.9 -  GtkRange       ::slider_width      = 15
    1.10 -  GtkRange       ::stepper_size      = 15
    1.11 -  GtkScrollbar   ::min_slider_length = 30
    1.12 -  GtkCheckButton ::indicator_size    = 12
    1.13 -  GtkMenuBar     ::internal-padding  = 0
    1.14 -  GtkTreeView    ::expander_size     = 14
    1.15 -  GtkExpander    ::expander_size     = 16
    1.16 -
    1.17 -  xthickness = 1
    1.18 -  ythickness = 1
    1.19 -
    1.20 -  fg[NORMAL]        = "#000000" # black
    1.21 -  fg[PRELIGHT]      = "#000000" # black
    1.22 -  fg[SELECTED]      = "#ffffff" # white 
    1.23 -  fg[ACTIVE]        = "#000000" # black
    1.24 -  fg[INSENSITIVE]   = "#b5b3ac" # dark beige
    1.25 -
    1.26 -  bg[NORMAL]	    = "#f1efeb" # light beige
    1.27 -  bg[PRELIGHT]      = "#f9f7f3" # very light beige
    1.28 -  bg[SELECTED]		= "#d66018" # orange
    1.29 -  bg[INSENSITIVE]   = "#efebe7" # light grey
    1.30 -  bg[ACTIVE]        = "#d7d3ca" # dark beige
    1.31 -
    1.32 -  base[NORMAL]      = "#ffffff" # white 
    1.33 -  base[PRELIGHT]    = "#d66018" # orange
    1.34 -  base[ACTIVE]      = "#72320e" # brown
    1.35 -  base[SELECTED]	= "#d66018" # orange
    1.36 -  base[INSENSITIVE] = "#efebe7" # light grey
    1.37 -
    1.38 -  text[NORMAL]      = "#000000" # black
    1.39 -  text[PRELIGHT]    = "#000000" # black
    1.40 -  text[ACTIVE]      = "#ffffff" # white
    1.41 -  text[SELECTED]    = "#ffffff" # white
    1.42 -  text[INSENSITIVE] = "#b5b3ac" # dark beige
    1.43 -
    1.44 -  engine "clearlooks" 
    1.45 -  {
    1.46 -    menubarstyle      = 2       # 0 = flat, 1 = sunken, 2 = flat gradient
    1.47 -    menuitemstyle     = 1       # 0 = flat, 1 = 3d-ish (gradient), 2 = 3d-ish (button)
    1.48 -    listviewitemstyle = 1       # 0 = flat, 1 = 3d-ish (gradient)
    1.49 -    progressbarstyle  = 0       # 0 = candy bar, 1 = flat
    1.50 -  }
    1.51 +	GtkButton      ::default_border    = { 0, 0, 0, 0 }
    1.52 +	GtkRange       ::trough_border     = 0
    1.53 +	GtkPaned       ::handle_size       = 6
    1.54 +	GtkRange       ::slider_width      = 15
    1.55 +	GtkRange       ::stepper_size      = 15
    1.56 +	GtkScrollbar   ::min_slider_length = 30
    1.57 +	GtkCheckButton ::indicator_size    = 12
    1.58 +	GtkMenuBar     ::internal-padding  = 3
    1.59 +	GtkTreeView    ::expander_size     = 14
    1.60 +	GtkTreeView    ::odd_row_color     = "#f1f1f1"
    1.61 +	GtkExpander    ::expander_size     = 16
    1.62 +	GtkToolbar     ::internal-padding  = 0
    1.63 +	GtkToolbar     ::shadow_type       = GTK_SHADOW_NONE
    1.64 +	GtkMenuBar     ::shadow-type       = GTK_SHADOW_NONE
    1.65 +	GtkFrame       ::shadow_type       = GTK_SHADOW_NONE
    1.66 +	
    1.67 +	#GtkNotebook    ::show-bodrer       = 1
    1.68 +	
    1.69 +	GtkScrollbar   ::has_secondary_backward_stepper = 1
    1.70 +	GtkScrollbar   ::has_secondary_forward_stepper 	= 0
    1.71 +	
    1.72 +	xthickness = 0
    1.73 +	ythickness = 0
    1.74 +	
    1.75 +	fg[NORMAL]			= "#111111" # very dark grey
    1.76 +	fg[PRELIGHT]		= "#000000" # black
    1.77 +	fg[SELECTED]		= "#ffffff" # white 
    1.78 +	fg[ACTIVE]			= "#333333" # very dark grey
    1.79 +	fg[INSENSITIVE]		= "#444444" # medium grey
    1.80 +	
    1.81 +	bg[NORMAL]			= "#ededed" # light grey
    1.82 +	bg[PRELIGHT]		= "#ffffff" # white
    1.83 +	bg[SELECTED]		= "#d66018" # orange
    1.84 +	bg[INSENSITIVE]		= "#ededed" # very light grey
    1.85 +	bg[ACTIVE]			= "#d9d4ce" # light grey
    1.86 +	
    1.87 +	base[NORMAL]		= "#ffffff" # white
    1.88 +	base[PRELIGHT]		= "#d66018" # orange
    1.89 +	base[ACTIVE]		= "#dadada" # light beige
    1.90 +	base[SELECTED]		= "#d66018" # orange
    1.91 +	base[INSENSITIVE]	= "#ededed" # dark grey orange
    1.92 +	
    1.93 +	text[NORMAL]      	= "#000000" # black
    1.94 +	text[PRELIGHT]    	= "#000000" # black
    1.95 +	text[ACTIVE]      	= "#ffffff" # white
    1.96 +	text[SELECTED]    	= "#ffffff" # white
    1.97 +	text[INSENSITIVE] 	= "#dadada" # light grey
    1.98 +	
    1.99 +	engine "clearlooks" 
   1.100 +	{
   1.101 +		#menubarstyle      = 1       # 0 = flat, 1 = sunken, 2 = flat gradient
   1.102 +		sunkenmenubar     = 0 	    # 0 = disable, 1 = enable
   1.103 +		menuitemstyle     = 1       # 0 = flat, 1 = 3d-ish (gradient), 2 = 3d-ish (button)
   1.104 +		listviewitemstyle = 1       # 0 = flat, 1 = 3d-ish (gradient)
   1.105 +		progressbarstyle  = 0       # 0 = candy bar, 1 = flat
   1.106 +	}
   1.107  }
   1.108  
   1.109  style "clearlooks-wide" = "clearlooks-default"
   1.110  {
   1.111 -  xthickness = 2
   1.112 -  ythickness = 1
   1.113 +	xthickness = 2
   1.114 +	ythickness = 2
   1.115  }
   1.116  
   1.117  style "clearlooks-button" = "clearlooks-default"
   1.118  {
   1.119 -  xthickness = 2
   1.120 -  ythickness = 1
   1.121 +	bg[PRELIGHT] = "#ffffff"
   1.122 +	xthickness = 2
   1.123 +	ythickness = 1
   1.124  }
   1.125  
   1.126  style "clearlooks-notebook" = "clearlooks-wide"
   1.127  {
   1.128 -  bg[NORMAL] = "#efede9"
   1.129 -  bg[INSENSITIVE] = "#efede9"
   1.130 +	bg[NORMAL] = "#ededed"
   1.131 +	bg[INSENSITIVE] = "#ededed"
   1.132  }
   1.133  
   1.134  style "clearlooks-tasklist" = "clearlooks-default"
   1.135  {
   1.136 -  xthickness = 5
   1.137 -  ythickness = 3
   1.138 +	xthickness = 4
   1.139 +	ythickness = 3
   1.140  }
   1.141  
   1.142  style "clearlooks-menu" = "clearlooks-default"
   1.143  {
   1.144 -  xthickness = 0
   1.145 -  ythickness = 0
   1.146 -  bg[NORMAL] = "#f9f7f3"
   1.147 +	xthickness = 2
   1.148 +	ythickness = 1
   1.149 +	bg[NORMAL] = "#f1f1f1"
   1.150  }
   1.151  
   1.152  style "clearlooks-menu-item" = "clearlooks-default"
   1.153  {
   1.154 -  xthickness = 2
   1.155 -  ythickness = 3
   1.156 -  fg[PRELIGHT] = "#ffffff"
   1.157 -  text[PRELIGHT] = "#ffffff"
   1.158 +	xthickness = 2
   1.159 +	ythickness = 3
   1.160 +	fg[PRELIGHT] = "#ffffff"
   1.161 +	text[PRELIGHT] = "#ffffff"
   1.162 +}
   1.163 +
   1.164 +style "clearlooks-menu-itembar" = "clearlooks-default"
   1.165 +{
   1.166 +	xthickness = 3
   1.167 +	ythickness = 3
   1.168  }
   1.169  
   1.170  style "clearlooks-tree" = "clearlooks-default"
   1.171  {
   1.172 -  xthickness = 2
   1.173 -  ythickness = 2
   1.174 +	xthickness = 2
   1.175 +	ythickness = 2
   1.176  }
   1.177  
   1.178  style "clearlooks-frame-title" = "clearlooks-default"
   1.179  {
   1.180 -  fg[NORMAL] = "#333333"
   1.181 +	fg[NORMAL] = "#111111"
   1.182  }
   1.183  
   1.184  style "clearlooks-tooltips" = "clearlooks-default"
   1.185  {
   1.186 -  bg[NORMAL] = "#f8f8f8"
   1.187 -  fg[NORMAL] = "#000000"
   1.188 -  xthickness = 8
   1.189 -  ythickness = 8
   1.190 +	bg[NORMAL] = "#ededed"
   1.191 +	fg[NORMAL] = "#111111"
   1.192 +	xthickness = 12
   1.193 +	ythickness = 10
   1.194  }
   1.195  
   1.196  style "clearlooks-progressbar" = "clearlooks-default"
   1.197  {
   1.198 -  xthickness = 1
   1.199 -  ythickness = 1
   1.200 -
   1.201 -  fg[PRELIGHT]  = "#ffffff"
   1.202 +	xthickness = 1
   1.203 +	ythickness = 1
   1.204 +	fg[PRELIGHT]  = "#ffffff"
   1.205  }
   1.206  
   1.207  style "clearlooks-combo" = "clearlooks-default"
   1.208  {
   1.209 -  xthickness = 2
   1.210 -  ythickness = 2
   1.211 +	xthickness = 2
   1.212 +	ythickness = 2
   1.213 +}
   1.214 +
   1.215 +style "clearlooks-scrollbar" = "clearlooks-default"
   1.216 +{
   1.217 +	fg[ACTIVE] = "#ffffff"
   1.218 +	bg[NORMAL] = "#ededed"
   1.219 +	bg[PRELIGHT] = "#ffffff"
   1.220  }
   1.221  
   1.222  # widget styles
   1.223 -class "GtkWidget" style "clearlooks-default"
   1.224 -class "GtkButton" style "clearlooks-button"
   1.225 -class "GtkCombo"  style "clearlooks-button"
   1.226 -class "GtkRange"  style "clearlooks-wide"
   1.227 -class "GtkFrame"  style "clearlooks-wide"
   1.228 -class "GtkMenu"   style "clearlooks-menu"
   1.229 -class "GtkEntry"  style "clearlooks-button"
   1.230 -class "GtkMenuItem"    style "clearlooks-menu-item"
   1.231 -class "GtkStatusbar"   style "clearlooks-wide"
   1.232 -class "GtkNotebook"    style "clearlooks-notebook"
   1.233 -class "GtkProgressBar" style "clearlooks-progressbar"
   1.234 +class "GtkWidget"	style "clearlooks-default"
   1.235 +class "GtkButton"	style "clearlooks-button"
   1.236 +class "GtkCombo"	style "clearlooks-button"
   1.237 +class "GtkRange"	style "clearlooks-wide"
   1.238 +class "GtkFrame"	style "clearlooks-wide"
   1.239 +class "GtkMenu"		style "clearlooks-menu"
   1.240 +class "GtkEntry"	style "clearlooks-button"
   1.241 +class "GtkMenuItem"	style "clearlooks-menu-item"
   1.242 +class "GtkNotebook"	style "clearlooks-notebook"
   1.243 +class "GtkScrollbar"	style "clearlooks-scrollbar"
   1.244 +class "GtkProgressBar"	style "clearlooks-progressbar"
   1.245 +class "GtkStatusbar"	style "clearlooks-wide"
   1.246  
   1.247  widget_class "*MenuItem.*" style "clearlooks-menu-item"
   1.248