1# Based on Bluecurve
2# Modified by Richard Stellingwerff and Emil Jacobs
3# Color scheme contributed by Billy Cantrell (bvc)
4
5style "clearlooks-default"
6{
7  GtkButton      ::default_border    = { 0, 0, 0, 0 }
8  GtkRange       ::trough_border     = 0
9  GtkPaned       ::handle_size       = 6
10  GtkRange       ::slider_width      = 15
11  GtkRange       ::stepper_size      = 15
12  GtkScrollbar   ::min_slider_length = 30
13  GtkCheckButton ::indicator_size    = 12
14  GtkMenuBar     ::internal-padding  = 0
15  GtkTreeView    ::expander_size     = 14
16  GtkExpander    ::expander_size     = 16
17
18  xthickness = 1
19  ythickness = 1
20
21  GtkTreeView::odd_row_color = "#F9F9F9"
22  GtkTreeView::even_row_color = "#ffffff"
23
24  fg[NORMAL]				= "#000000"
25  fg[PRELIGHT]				= "#000000"
26  fg[ACTIVE]				= "#484848"
27  fg[SELECTED]				= "#000000"
28  fg[INSENSITIVE]			= "#989898"
29
30  bg[NORMAL]				= "#F5F5F5"
31  bg[PRELIGHT]				= "#FFFFFF"
32  bg[ACTIVE]				= "#C9C9C9"
33  bg[SELECTED]				= "#C9C9C9"
34  bg[INSENSITIVE]			= "#F9F9F9"
35
36  base[NORMAL]				= "#ffffff"
37  base[PRELIGHT]			= "#AFAFAF"
38  base[ACTIVE]				= "#C9C9C9"
39  base[SELECTED]			= "#A7A7A7"
40  base[INSENSITIVE]			= "#E8E8E8"
41
42  text[NORMAL]				= "#000000"
43  text[PRELIGHT]			= "#000000"
44  text[ACTIVE]				= "#484848"
45  text[SELECTED]			= "#000000"
46  text[INSENSITIVE]			= "#989898"
47
48engine "clearlooks"
49   {
50    menubarstyle      	= 2       # 0 = flat, 1 = sunken, 2 = flat gradient
51    menuitemstyle     	= 1       # 0 = flat, 1 = 3d-ish (gradient), 2 = 3d-ish (button)
52    listviewitemstyle 	= 1       # 0 = flat, 1 = 3d-ish (gradient)
53    progressbarstyle  	= 0       # 0 = candy bar, 1 = flat
54  }
55}
56
57style "clearlooks-wide" = "clearlooks-default"
58{
59  xthickness = 2
60  ythickness = 2
61  bg[NORMAL]			= "#EFEFEF"
62  bg[PRELIGHT]			= "#F9F9F9"
63}
64
65style "clearlooks-button" = "clearlooks-wide"
66{
67  bg[NORMAL]			= "#EFEFEF"
68  bg[PRELIGHT]			= "#F9F9F9"
69}
70
71style "clearlooks-notebook" = "clearlooks-wide"
72{
73  bg[NORMAL] = "#e8e8e8"
74}
75
76style "clearlooks-tasklist" = "clearlooks-default"
77{
78  xthickness = 5
79  ythickness = 3
80}
81
82style "clearlooks-menu" = "clearlooks-default"
83{
84  xthickness = 2
85  ythickness = 1
86  bg[NORMAL] = "#F9F9F9"
87}
88
89style "clearlooks-menu-item" = "clearlooks-default"
90{
91  xthickness = 2
92  ythickness = 3
93  fg[PRELIGHT]  		= "#000000"
94  text[PRELIGHT] 	= "#000000"
95}
96
97style "clearlooks-menu-itembar" = "clearlooks-default"
98{
99  xthickness = 3
100  ythickness = 3
101}
102
103style "clearlooks-tree" = "clearlooks-default"
104{
105  xthickness = 2
106  ythickness = 2
107}
108
109style "clearlooks-frame-title" = "clearlooks-default"
110{
111  fg[NORMAL] = "#1b1b1b"
112}
113
114style "clearlooks-panel" = "clearlooks-default"
115{
116  xthickness = 3
117  ythickness = 3
118}
119
120style "clearlooks-tooltips" = "clearlooks-default"
121{
122  xthickness = 4
123  ythickness = 4
124  bg[NORMAL] = { 1.0,1.0,0.75 }
125}
126
127style "clearlooks-progressbar" = "clearlooks-default"
128{
129  xthickness = 1
130  ythickness = 1
131  fg[PRELIGHT]  	= "#000000"
132  bg[PRELIGHT]	= "#F9F9F9"
133}
134
135style "clearlooks-combo" = "clearlooks-default"
136{
137  xthickness = 1
138  ythickness = 2
139  fg[NORMAL]    			= "#413C22"
140  fg[PRELIGHT]    		= "#211E0D"
141  fg[ACTIVE]     			= "#F7F1E6"
142  bg[NORMAL]			= "#EFEFEF"
143  bg[PRELIGHT]			= "#F9F9F9"
144}
145
146style "clearlooks-scrollbar" = "clearlooks-default"
147{
148  fg[NORMAL]    			= "#413C22"
149  fg[PRELIGHT]    		= "#211E0D"
150  fg[ACTIVE]     			= "#F7F1E6"
151  bg[NORMAL]			= "#F5F5F5"
152  bg[PRELIGHT]			= "#FFFFFF"
153}
154
155style "clearlooks-spin" = "clearlooks-wide"
156{
157  fg[NORMAL]    			= "#413C22"
158  fg[PRELIGHT]    		= "#211E0D"
159  fg[ACTIVE]     			= "#F7F1E6"
160  bg[NORMAL]			= "#EFEFEF"
161  bg[PRELIGHT]			= "#F9F9F9"
162}
163
164style "metacity-frame"
165{
166  # Normal base color
167  #bg[NORMAL]  = "#bbbbbb"
168
169  # Unfocused title background color
170  #bg[INSENSITIVE]  = { 0.8, 0.8, 0.8 }
171
172  # Unfocused title text color
173  #fg[INSENSITIVE]  = { 1.55, 1.55, 1.55 }
174
175  # Focused icon color
176  #fg[NORMAL]  = { 0.2, 0.2, 0.2 }
177
178  # Focused title background color
179  #bg[SELECTED]  = { 0.5, 0.8, 0.5 }
180
181  # Focused title text color
182  fg[SELECTED]  = "white"
183}
184
185style "clearlooks-check" = "clearlooks-button"
186{
187  text[NORMAL] = "#161616"
188  text[PRELIGHT] = "#777777"
189}
190
191class "GtkCheckButton" style "clearlooks-check"
192class "GtkRadioButton" style "clearlooks-check"
193class "GtkWidget" style "clearlooks-default"
194class "GtkRange" style "clearlooks-wide"
195class "GtkFrame" style "clearlooks-wide"
196class "GtkSpinButton" style "clearlooks-spin"
197class "GtkStatusbar" style "clearlooks-wide"
198class "GtkMenu" style "clearlooks-menu"
199class "GtkMenuItem" style "clearlooks-menu-item"
200widget_class "*MenuItem.*" style "clearlooks-menu-item"
201class "GtkEntry" style "clearlooks-wide"
202widget_class "*.tooltips.*.GtkToggleButton" style "clearlooks-tasklist"
203widget_class "*.GtkTreeView.GtkButton" style "clearlooks-tree"
204widget_class "*.GtkCTree.GtkButton" style "clearlooks-tree"
205widget_class "*.GtkList.GtkButton" style "clearlooks-tree"
206widget_class "*.GtkCList.GtkButton" style "clearlooks-tree"
207widget_class "*.GtkFrame.GtkLabel" style "clearlooks-frame-title"
208widget_class "BasePWidget.GtkEventBox.GtkTable.GtkFrame" style "clearlooks-panel"
209widget "gtk-tooltips" style "clearlooks-tooltips"
210class "GtkNotebook" style "clearlooks-notebook"
211class "GtkProgressBar" style "clearlooks-progressbar"
212widget_class "*.GtkComboBox.GtkButton" style "clearlooks-combo"
213widget_class "*.GtkCombo.GtkButton" style "clearlooks-combo"
214class "GtkButton" style "clearlooks-button"
215class "GtkScrollbar" style "clearlooks-scrollbar"
216class "MetaFrames" style "metacity-frame"
217