1style "clearlooks-default"
2{
3  GtkButton      ::default_border    = { 0, 0, 0, 0 }
4  GtkRange       ::trough_border     = 0
5  GtkPaned       ::handle_size       = 6
6  GtkRange       ::slider_width      = 15
7  GtkRange       ::stepper_size      = 15
8  GtkScrollbar   ::min_slider_length = 30
9  GtkCheckButton ::indicator_size    = 12
10  GtkMenuBar     ::internal-padding  = 0
11  GtkTreeView    ::expander_size     = 14
12  GtkExpander    ::expander_size     = 16
13
14  xthickness = 1
15  ythickness = 1
16
17  fg[NORMAL]        = "#201d15" # very dark brown
18  fg[PRELIGHT]      = "#201d15" # very dark brown
19  fg[ACTIVE]        = "#201d15" # very dark brown
20  fg[SELECTED]      = "#201d15" # very dark brown
21  fg[INSENSITIVE]   = "#b5b3ac" # grey
22
23  bg[NORMAL]        = "#ece9d8" # beige
24  bg[PRELIGHT]      = "#f1efe3" # light beige
25  bg[ACTIVE]        = "#cdc7b0" # dark beige
26  bg[SELECTED]      = "#b4c994" # olive
27  bg[INSENSITIVE]   = "#ece9d8" # beige
28
29  base[NORMAL]      = "#ffffff" # white
30  base[PRELIGHT]    = "#b4c994" # olive
31  base[ACTIVE]      = "#aba897" # dark olive
32  base[SELECTED]    = "#b4c994" # olive
33  base[INSENSITIVE] = "#ece9d8" # beige
34
35  text[NORMAL]      = "#000000" # black
36  text[PRELIGHT]    = "#000000" # black
37  text[ACTIVE]      = "#ffffff" # white
38  text[SELECTED]    = "#ffffff" # white
39  text[INSENSITIVE] = "#a69872" # very dark brown
40
41  engine "clearlooks"
42  {
43    menubarstyle      = 2       # 0 = flat, 1 = sunken, 2 = flat gradient
44    menuitemstyle     = 1       # 0 = flat, 1 = 3d-ish (gradient), 2 = 3d-ish (button)
45    listviewitemstyle = 1       # 0 = flat, 1 = 3d-ish (gradient)
46    progressbarstyle  = 0       # 0 = candy bar, 1 = flat
47  }
48}
49
50style "clearlooks-wide" = "clearlooks-default"
51{
52  xthickness = 2
53  ythickness = 2
54}
55
56style "clearlooks-button" = "clearlooks-default"
57{
58  xthickness = 3
59  ythickness = 3
60}
61
62style "clearlooks-notebook" = "clearlooks-wide"
63{
64  bg[NORMAL] = "#e8e4d0"
65  bg[INSENSITIVE] = "#e8e4d0"
66  bg[ACTIVE] = "#d4cfb4"
67}
68
69style "clearlooks-tasklist" = "clearlooks-default"
70{
71  xthickness = 5
72  ythickness = 3
73}
74
75style "clearlooks-menu" = "clearlooks-default"
76{
77  xthickness = 2
78  ythickness = 1
79  bg[NORMAL] = "#f1eee0"
80}
81
82style "clearlooks-menu-item" = "clearlooks-default"
83{
84  xthickness = 2
85  ythickness = 3
86  fg[PRELIGHT] = "#ffffff"
87}
88
89style "clearlooks-menu-itembar" = "clearlooks-default"
90{
91  xthickness = 3
92  ythickness = 3
93}
94
95style "clearlooks-tree" = "clearlooks-default"
96{
97  xthickness = 2
98  ythickness = 2
99}
100
101style "clearlooks-frame-title" = "clearlooks-default"
102{
103  fg[NORMAL] = "#404040"
104}
105
106style "clearlooks-tooltips" = "clearlooks-default"
107{
108  xthickness = 4
109  ythickness = 4
110  bg[NORMAL] = { 1.0,1.0,0.75 }
111}
112
113style "clearlooks-progressbar" = "clearlooks-default"
114{
115  xthickness = 1
116  ythickness = 1
117
118  fg[PRELIGHT]  = "#ffffff"
119}
120
121style "clearlooks-combo" = "clearlooks-default"
122{
123  xthickness = 2
124  ythickness = 3
125}
126
127# widget styles
128class "GtkWidget" style "clearlooks-default"
129class "GtkButton" style "clearlooks-button"
130class "GtkCombo"  style "clearlooks-button"
131class "GtkRange"  style "clearlooks-wide"
132class "GtkFrame"  style "clearlooks-wide"
133class "GtkMenu"   style "clearlooks-menu"
134class "GtkEntry"  style "clearlooks-button"
135class "GtkMenuItem"    style "clearlooks-menu-item"
136class "GtkStatusbar"   style "clearlooks-wide"
137class "GtkNotebook"    style "clearlooks-notebook"
138class "GtkProgressBar" style "clearlooks-progressbar"
139
140widget_class "*MenuItem.*" style "clearlooks-menu-item"
141
142# combobox stuff
143widget_class "*.GtkComboBox.GtkButton" style "clearlooks-combo"
144widget_class "*.GtkCombo.GtkButton"    style "clearlooks-combo"
145
146# tooltips stuff
147widget_class "*.tooltips.*.GtkToggleButton" style "clearlooks-tasklist"
148widget "gtk-tooltips" style "clearlooks-tooltips"
149
150# treeview stuff
151widget_class "*.GtkTreeView.GtkButton" style "clearlooks-tree"
152widget_class "*.GtkCTree.GtkButton" style "clearlooks-tree"
153widget_class "*.GtkList.GtkButton" style "clearlooks-tree"
154widget_class "*.GtkCList.GtkButton" style "clearlooks-tree"
155widget_class "*.GtkFrame.GtkLabel" style "clearlooks-frame-title"
156
157# notebook stuff
158widget_class "*.GtkNotebook.*.GtkEventBox" style "clearlooks-notebook"
159widget_class "*.GtkNotebook.*.GtkViewport" style "clearlooks-notebook"
160
161