1# Based on Bluecurve
2# Modified by Richard Stellingwerff and Emil Jacobs
3
4# Color scheme contributed by Billy Cantrell (bvc)
5
6include "iconrc"
7style "clearlooks-default"
8{
9  GtkButton      ::default_border    = { 0, 0, 0, 0 }
10  GtkRange       ::trough_border     = 0
11  GtkPaned       ::handle_size       = 6
12  GtkRange       ::slider_width      = 15
13  GtkRange       ::stepper_size      = 15
14  GtkScrollbar   ::min_slider_length = 30
15  GtkCheckButton ::indicator_size    = 12
16  GtkMenuBar     ::internal-padding  = 0
17  GtkTreeView    ::expander_size     = 14
18  GtkExpander    ::expander_size     = 16
19
20  xthickness = 1
21  ythickness = 1
22
23	fg[ACTIVE] = "#000000" # Black
24	fg[SELECTED] = "#FFFFFF" # White
25	fg[NORMAL] = "#000000" # Black
26	fg[PRELIGHT] = "#000000" # Black
27	fg[INSENSITIVE] = "#565248" # 3D Shadow
28
29	bg[ACTIVE] = "#BAB5AB" # Basic 3D Medium
30	bg[SELECTED] = "#6B86A4" #7590AE Blue Medium
31	bg[NORMAL] = "#EAE8E3" # Basic 3D Hilight
32	bg[PRELIGHT] = "#F2F0EB" # Variant of Basic 3D Hilight
33	bg[INSENSITIVE] = "#EAE8E3" # Basic 3D Hilight
34
35	base[ACTIVE] = "#807D74" # Basic 3D Dark
36	base[SELECTED] = "#6B86A4" # Blue Medium
37	base[NORMAL] = "#FFFFFF" # White
38	base[PRELIGHT] = "#FFFFFF" # White
39	base[INSENSITIVE] = "#FFFFFF" # White
40
41	text[ACTIVE] = "#000000" # Black
42	text[SELECTED] = "#FFFFFF" # White
43	text[NORMAL] = "#000000" # Black
44	text[PRELIGHT] = "#000000" # Black
45	text[INSENSITIVE] = "#565248" # 3D Shadow
46
47engine "clearlooks"
48   {
49    menubarstyle      	= 2       # 0 = flat, 1 = sunken, 2 = flat gradient
50    menuitemstyle     	= 1       # 0 = flat, 1 = 3d-ish (gradient), 2 = 3d-ish (button)
51    listviewitemstyle 	= 1       # 0 = flat, 1 = 3d-ish (gradient)
52    progressbarstyle  	= 0       # 0 = candy bar, 1 = flat
53  }
54}
55
56style "clearlooks-wide" = "clearlooks-default"
57{
58  xthickness = 2
59  ythickness = 2
60}
61
62style "clearlooks-notebook" = "clearlooks-wide"
63{
64  bg[NORMAL] = "#EAE8E3"
65}
66
67style "clearlooks-tasklist" = "clearlooks-default"
68{
69  xthickness = 5
70  ythickness = 3
71}
72
73style "clearlooks-menu" = "clearlooks-default"
74{
75  xthickness = 2
76  ythickness = 1
77}
78
79style "clearlooks-menu-item" = "clearlooks-default"
80{
81  xthickness = 2
82  ythickness = 3
83  fg[PRELIGHT]  = "#ffffff"
84  text[PRELIGHT]  = "#ffffff"
85}
86
87style "clearlooks-menu-itembar" = "clearlooks-default"
88{
89  xthickness = 3
90  ythickness = 3
91}
92
93style "clearlooks-tree" = "clearlooks-default"
94{
95  xthickness = 2
96  ythickness = 2
97}
98
99style "clearlooks-frame-title" = "clearlooks-default"
100{
101  fg[NORMAL] = "#404040"
102}
103
104style "clearlooks-panel" = "clearlooks-default"
105{
106  xthickness = 3
107  ythickness = 3
108}
109
110style "clearlooks-tooltips" = "clearlooks-default"
111{
112  xthickness = 4
113  ythickness = 4
114  bg[NORMAL] = { 1.0,1.0,0.75 }
115}
116
117style "clearlooks-progressbar"		= "clearlooks-default"
118{
119  xthickness = 1
120  ythickness = 1
121  fg[PRELIGHT]  = "#000000"
122}
123
124style "clearlooks-combo" = "clearlooks-default"
125{
126  xthickness = 1
127  ythickness = 2
128}
129
130style "metacity-frame"
131{
132  # Normal base color
133  #bg[NORMAL]  = "#bbbbbb"
134
135  # Unfocused title background color
136  #bg[INSENSITIVE]  = { 0.8, 0.8, 0.8 }
137
138  # Unfocused title text color
139  #fg[INSENSITIVE]  = { 1.55, 1.55, 1.55 }
140
141  # Focused icon color
142  #fg[NORMAL]  = { 0.2, 0.2, 0.2 }
143
144  # Focused title background color
145  #bg[SELECTED]  = "#000000"
146
147  # Focused title text color
148  fg[SELECTED]  = "#ffffff"
149}
150
151style "clearlooks-check" = "clearlooks-button"
152{
153  text[NORMAL] = "#2f3941" # blueish
154  text[PRELIGHT] = "#3c4a53" # blueish
155}
156
157class "GtkCheckButton" style "clearlooks-check"
158class "GtkRadioButton" style "clearlooks-check"
159class "GtkWidget" style "clearlooks-default"
160class "GtkButton" style "clearlooks-wide"
161class "GtkRange" style "clearlooks-wide"
162class "GtkFrame" style "clearlooks-wide"
163class "GtkStatusbar" style "clearlooks-wide"
164class "GtkMenu" style "clearlooks-menu"
165class "GtkMenuItem" style "clearlooks-menu-item"
166widget_class "*MenuItem.*" style "clearlooks-menu-item"
167class "GtkEntry" style "clearlooks-wide"
168widget_class "*.tooltips.*.GtkToggleButton" style "clearlooks-tasklist"
169widget_class "*.GtkTreeView.GtkButton" style "clearlooks-tree"
170widget_class "*.GtkCTree.GtkButton" style "clearlooks-tree"
171widget_class "*.GtkList.GtkButton" style "clearlooks-tree"
172widget_class "*.GtkCList.GtkButton" style "clearlooks-tree"
173widget_class "*.GtkFrame.GtkLabel" style "clearlooks-frame-title"
174widget_class "BasePWidget.GtkEventBox.GtkTable.GtkFrame" style "clearlooks-panel"
175widget "gtk-tooltips" style "clearlooks-tooltips"
176class "GtkNotebook" style "clearlooks-notebook"
177class "GtkProgressBar" style "clearlooks-progressbar"
178widget_class "*.GtkComboBox.GtkButton" style "clearlooks-combo"
179widget_class "*.GtkCombo.GtkButton" style "clearlooks-combo"
180class "MetaFrames" style "metacity-frame"
181