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

Add GTK+ 2.0 theme to match Openbox (and have some change)
author Christophe Lincoln <pankso@slitaz.org>
date Sat Apr 25 00:41:21 2009 +0200 (2009-04-25)
parents
children 3f8076ba04af
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/rootfs/usr/share/themes/SliTaz/gtk-2.0/gtkrc	Sat Apr 25 00:41:21 2009 +0200
     1.3 @@ -0,0 +1,153 @@
     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]		= "#7b705c" # grey
    1.29 +  bg[INSENSITIVE]   = "#efebe7" # beige
    1.30 +  bg[ACTIVE]        = "#d7d3ca" # dark beige
    1.31 +
    1.32 +  base[NORMAL]      = "#ffffff" # white 
    1.33 +  base[PRELIGHT]    = "#7b705c" # grey
    1.34 +  base[ACTIVE]      = "#a69f91" # grey beige
    1.35 +  base[SELECTED]	= "#7b705c" # grey
    1.36 +  base[INSENSITIVE] = "#efebe7" # beige
    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 +}
    1.52 +
    1.53 +style "clearlooks-wide" = "clearlooks-default"
    1.54 +{
    1.55 +  xthickness = 2
    1.56 +  ythickness = 1
    1.57 +}
    1.58 +
    1.59 +style "clearlooks-button" = "clearlooks-default"
    1.60 +{
    1.61 +  xthickness = 2
    1.62 +  ythickness = 1
    1.63 +}
    1.64 +
    1.65 +style "clearlooks-notebook" = "clearlooks-wide"
    1.66 +{
    1.67 +  bg[NORMAL] = "#efede9"
    1.68 +  bg[INSENSITIVE] = "#efede9"
    1.69 +}
    1.70 +
    1.71 +style "clearlooks-tasklist" = "clearlooks-default"
    1.72 +{
    1.73 +  xthickness = 5
    1.74 +  ythickness = 3
    1.75 +}
    1.76 +
    1.77 +style "clearlooks-menu" = "clearlooks-default"
    1.78 +{
    1.79 +  xthickness = 2
    1.80 +  ythickness = 1
    1.81 +  bg[NORMAL] = "#f9f7f3"
    1.82 +}
    1.83 +
    1.84 +style "clearlooks-menu-item" = "clearlooks-default"
    1.85 +{
    1.86 +  xthickness = 2
    1.87 +  ythickness = 3
    1.88 +  fg[PRELIGHT] = "#ffffff"
    1.89 +  text[PRELIGHT] = "#ffffff"
    1.90 +}
    1.91 +
    1.92 +style "clearlooks-tree" = "clearlooks-default"
    1.93 +{
    1.94 +  xthickness = 2
    1.95 +  ythickness = 2
    1.96 +}
    1.97 +
    1.98 +style "clearlooks-frame-title" = "clearlooks-default"
    1.99 +{
   1.100 +  fg[NORMAL] = "#404040"
   1.101 +}
   1.102 +
   1.103 +style "clearlooks-tooltips" = "clearlooks-default"
   1.104 +{
   1.105 +  xthickness = 4
   1.106 +  ythickness = 4
   1.107 +  bg[NORMAL] = { 1.0,1.0,0.75 }
   1.108 +}
   1.109 +
   1.110 +style "clearlooks-progressbar" = "clearlooks-default"
   1.111 +{
   1.112 +  xthickness = 1
   1.113 +  ythickness = 1
   1.114 +
   1.115 +  fg[PRELIGHT]  = "#ffffff"
   1.116 +}
   1.117 +
   1.118 +style "clearlooks-combo" = "clearlooks-default"
   1.119 +{
   1.120 +  xthickness = 2
   1.121 +  ythickness = 2
   1.122 +}
   1.123 +
   1.124 +# widget styles
   1.125 +class "GtkWidget" style "clearlooks-default"
   1.126 +class "GtkButton" style "clearlooks-button"
   1.127 +class "GtkCombo"  style "clearlooks-button"
   1.128 +class "GtkRange"  style "clearlooks-wide"
   1.129 +class "GtkFrame"  style "clearlooks-wide"
   1.130 +class "GtkMenu"   style "clearlooks-menu"
   1.131 +class "GtkEntry"  style "clearlooks-button"
   1.132 +class "GtkMenuItem"    style "clearlooks-menu-item"
   1.133 +class "GtkStatusbar"   style "clearlooks-wide"
   1.134 +class "GtkNotebook"    style "clearlooks-notebook"
   1.135 +class "GtkProgressBar" style "clearlooks-progressbar"
   1.136 +
   1.137 +widget_class "*MenuItem.*" style "clearlooks-menu-item"
   1.138 +
   1.139 +# combobox stuff
   1.140 +widget_class "*.GtkComboBox.GtkButton" style "clearlooks-combo"
   1.141 +widget_class "*.GtkCombo.GtkButton"    style "clearlooks-combo"
   1.142 +
   1.143 +# tooltips stuff
   1.144 +widget_class "*.tooltips.*.GtkToggleButton" style "clearlooks-tasklist"
   1.145 +widget "gtk-tooltips" style "clearlooks-tooltips"
   1.146 +
   1.147 +# treeview stuff
   1.148 +widget_class "*.GtkTreeView.GtkButton" style "clearlooks-tree"
   1.149 +widget_class "*.GtkCTree.GtkButton" style "clearlooks-tree"
   1.150 +widget_class "*.GtkList.GtkButton" style "clearlooks-tree"
   1.151 +widget_class "*.GtkCList.GtkButton" style "clearlooks-tree"
   1.152 +widget_class "*.GtkFrame.GtkLabel" style "clearlooks-frame-title"
   1.153 +
   1.154 +# notebook stuff
   1.155 +widget_class "*.GtkNotebook.*.GtkEventBox" style "clearlooks-notebook"
   1.156 +widget_class "*.GtkNotebook.*.GtkViewport" style "clearlooks-notebook"