1# Based on Bluecurve
2# Modified by Richard Stellingwerff and Emil Jacobs
3
4# Color scheme contributed by Billy Cantrell (bvc)
5
6style "clearlooks-default"
7{
8  GtkButton      ::default_border    = { 0, 0, 0, 0 }
9  GtkRange       ::trough_border     = 0
10  GtkPaned       ::handle_size       = 6
11  GtkRange       ::slider_width      = 15
12  GtkRange       ::stepper_size      = 15
13  GtkScrollbar   ::min_slider_length = 30
14  GtkCheckButton ::indicator_size    = 12
15  GtkMenuBar     ::internal-padding  = 0
16  GtkTreeView    ::expander_size     = 14
17  GtkExpander    ::expander_size     = 16
18
19  GtkTreeView::odd_row_color = "#ECECEE"
20  GtkTreeView::even_row_color = "#ffffff"
21
22  xthickness = 1
23  ythickness = 1
24
25	fg[NORMAL]		= "#000000"
26	fg[PRELIGHT]		= "#000000"
27	fg[ACTIVE]			= "#4b6785"
28	fg[SELECTED]		= "#FFFFFF"
29	fg[INSENSITIVE]		= "#8793A0"
30
31	bg[NORMAL]		= "#E4E4E4"
32	bg[PRELIGHT]		= "#F1F1F1"
33	bg[ACTIVE]		= "#c6c6c6"
34	bg[SELECTED]		= "#97afc7"
35	bg[INSENSITIVE]		= "#E8E8E8"
36
37	base[NORMAL]		= "#F8F8F8"
38	base[PRELIGHT]		= "#97afc7"
39	base[ACTIVE]		= "#BEBEBE"
40	base[SELECTED]		= "#97afc7"
41	base[INSENSITIVE]	= "#B0B0B0"
42
43	text[NORMAL]		= "#000000"
44	text[PRELIGHT]		= "#000000"
45	text[ACTIVE]		= "#4b6785"
46	text[SELECTED]		= "#FFFFFF"
47	text[INSENSITIVE]	= "#8793A0"
48
49engine "clearlooks"
50   {
51    menubarstyle      	= 2       # 0 = flat, 1 = sunken, 2 = flat gradient
52    menuitemstyle     	= 1       # 0 = flat, 1 = 3d-ish (gradient), 2 = 3d-ish (button)
53    listviewitemstyle 	= 1       # 0 = flat, 1 = 3d-ish (gradient)
54    progressbarstyle  	= 0       # 0 = candy bar, 1 = flat
55  }
56}
57
58style "clearlooks-wide" = "clearlooks-default"
59{
60  xthickness = 2
61  ythickness = 2
62	bg[NORMAL]		= "#e2e2e2"
63	bg[PRELIGHT]		= "#F1F1F1"
64}
65
66style "clearlooks-button" = "clearlooks-wide"
67{
68	bg[NORMAL]		= "#e2e2e2"
69	bg[PRELIGHT]		= "#F1F1F1"
70}
71
72style "clearlooks-notebook" = "clearlooks-wide"
73{
74  bg[NORMAL] = "#DCDCDE"
75}
76
77style "clearlooks-tasklist" = "clearlooks-default"
78{
79  xthickness = 5
80  ythickness = 3
81}
82
83style "clearlooks-menu" = "clearlooks-default"
84{
85  xthickness = 2
86  ythickness = 1
87}
88
89style "clearlooks-menu-item" = "clearlooks-default"
90{
91  xthickness = 2
92  ythickness = 3
93      	fg[PRELIGHT]		= "#ffffff"
94      	text[PRELIGHT]		= "#ffffff"
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] = "#404040"
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]	= "#ffffff"
132}
133
134style "clearlooks-combo" = "clearlooks-default"
135{
136  xthickness = 1
137  ythickness = 2
138  	fg[NORMAL]    		= "#4b6785"
139  	fg[PRELIGHT]    		= "#445272"
140  	fg[ACTIVE]     		= "#E4E4E4"
141	bg[NORMAL]		= "#e2e2e2"
142	bg[PRELIGHT]		= "#F1F1F1"
143}
144
145style "clearlooks-scrollbar" = "clearlooks-default"
146{
147  	fg[NORMAL]   		= "#4b6785"
148  	fg[PRELIGHT]    		= "#445272"
149  	fg[ACTIVE]     		= "#E4E4E4"
150	bg[NORMAL]		= "#E4E4E4"
151	bg[PRELIGHT]		= "#F1F1F1"
152}
153
154style "clearlooks-spin" = "clearlooks-wide"
155{
156  	fg[NORMAL]    		= "#4b6785"
157  	fg[PRELIGHT]    		= "#445272"
158  	fg[ACTIVE]     		= "#E4E4E4"
159	bg[NORMAL]		= "#e2e2e2"
160	bg[PRELIGHT]		= "#F1F1F1"
161}
162
163style "clearlooks-check" = "clearlooks-button"
164{
165  text[NORMAL] = "#4b6785"
166  text[PRELIGHT] = "#97afc7"
167}
168
169class "GtkCheckButton" style "clearlooks-check"
170class "GtkRadioButton" style "clearlooks-check"
171class "GtkWidget" style "clearlooks-default"
172class "GtkButton" style "clearlooks-button"
173class "GtkRange" style "clearlooks-wide"
174class "GtkFrame" style "clearlooks-wide"
175class "GtkSpinButton" style "clearlooks-spin"
176class "GtkStatusbar" style "clearlooks-wide"
177class "GtkMenu" style "clearlooks-menu"
178class "GtkMenuItem" style "clearlooks-menu-item"
179widget_class "*MenuItem.*" style "clearlooks-menu-item"
180class "GtkEntry" style "clearlooks-wide"
181widget_class "*.tooltips.*.GtkToggleButton" style "clearlooks-tasklist"
182widget_class "*.GtkTreeView.GtkButton" style "clearlooks-tree"
183widget_class "*.GtkCTree.GtkButton" style "clearlooks-tree"
184widget_class "*.GtkList.GtkButton" style "clearlooks-tree"
185widget_class "*.GtkCList.GtkButton" style "clearlooks-tree"
186widget_class "*.GtkFrame.GtkLabel" style "clearlooks-frame-title"
187widget_class "BasePWidget.GtkEventBox.GtkTable.GtkFrame" style "clearlooks-panel"
188widget "gtk-tooltips" style "clearlooks-tooltips"
189class "GtkNotebook" style "clearlooks-notebook"
190class "GtkProgressBar" style "clearlooks-progressbar"
191widget_class "*.GtkComboBox.GtkButton" style "clearlooks-combo"
192widget_class "*.GtkCombo.GtkButton" style "clearlooks-combo"
193class "GtkScrollbar" style "clearlooks-scrollbar"
194