2 # Created by Richard Stellingwerff, Emil Jacobs and Daniel Borgmann.
5 style "clearlooks-default"
8 GtkButton ::default_border = { 0, 0, 0, 0 }
9 GtkRange ::trough_border = 0
10 GtkPaned ::handle_size = 6
11 GtkRange ::slider_width = 12
12 GtkRange ::stepper_size = 12
13 GtkScrollbar ::min_slider_length = 30
14 GtkCheckButton ::indicator_size = 12
15 GtkMenuBar ::internal-padding = 0
16 GtkTreeView ::expander_size = 11
17 GtkExpander ::expander_size = 11
22 fg[NORMAL] = "#101010" # very dark gray #101010
23 fg[PRELIGHT] = "#101010" # dark grey
24 fg[ACTIVE] = "#000000" # black
25 fg[SELECTED] = "#ffffff" # white
26 fg[INSENSITIVE] = "#b5b3ac" # dark beige / grey
28 bg[NORMAL] = "#efebe7" # light beige / grey
29 bg[PRELIGHT] = "#f5f3f0" # very light beige
30 bg[ACTIVE] = "#d4cfca" # mid beige / grey
31 bg[SELECTED] = "#7c99ad" # blueish
32 bg[INSENSITIVE] = "#efebe7" # light beige / grey
34 base[NORMAL] = "#ffffff" # white
35 base[PRELIGHT] = "#7c99ad" # blueish
36 base[ACTIVE] = "#a29e8e" # dark beige / grey
37 base[SELECTED] = "#7c99ad" # blueish
38 base[INSENSITIVE] = "#efebe7" #light beige / grey
40 text[NORMAL] = "#000000" # black
41 text[PRELIGHT] = "#000000" # black
42 text[ACTIVE] = "#ffffff" # white
43 text[SELECTED] = "#ffffff" # white
44 text[INSENSITIVE] = "#b5b3ac" # dark beige / grey
47 sunkenmenubar = 1 # 0 = disable, 1 = enable
48 menuitemstyle = 0 # 0 = flat, 1 = 3d-ish (button)
49 listviewitemstyle = 0 # 0 = flat, 1 = 3d-ish (gradient)
50 progressbarstyle = 0 # 0 = candy bar, 1 = flat
54 style "clearlooks-wide" = "clearlooks-default"
60 style "clearlooks-notebook" = "clearlooks-wide"
62 bg[NORMAL] = "#eae4df"
65 style "clearlooks-tasklist" = "clearlooks-default"
71 style "clearlooks-menu" = "clearlooks-default"
75 bg[NORMAL] = "#f8f5f2"
78 style "clearlooks-menu-item" = "clearlooks-default"
82 fg[PRELIGHT] = "#ffffff"
83 text[PRELIGHT] = "#ffffff"
86 style "clearlooks-menu-itembar" = "clearlooks-default"
92 style "clearlooks-tree" = "clearlooks-default"
98 style "clearlooks-frame-title" = "clearlooks-default"
100 fg[NORMAL] = "#404040"
103 style "clearlooks-panel" = "clearlooks-default"
109 style "clearlooks-tooltips" = "clearlooks-default"
113 bg[NORMAL] = { 1.0,1.0,0.75 }
116 style "clearlooks-progressbar" = "clearlooks-default"
121 fg[PRELIGHT] = "#ffffff"
124 style "clearlooks-combo" = "clearlooks-default"
130 class "GtkWidget" style "clearlooks-default"
131 class "GtkButton" style "clearlooks-wide"
132 class "GtkRange" style "clearlooks-wide"
133 class "GtkFrame" style "clearlooks-wide"
134 class "GtkStatusbar" style "clearlooks-wide"
135 class "GtkMenu" style "clearlooks-menu"
136 class "GtkMenuItem" style "clearlooks-menu-item"
137 widget_class "*MenuItem.*" style "clearlooks-menu-item"
138 class "GtkEntry" style "clearlooks-wide"
139 widget_class "*.tooltips.*.GtkToggleButton" style "clearlooks-tasklist"
140 widget_class "*.GtkTreeView.GtkButton" style "clearlooks-tree"
141 widget_class "*.GtkCTree.GtkButton" style "clearlooks-tree"
142 widget_class "*.GtkList.GtkButton" style "clearlooks-tree"
143 widget_class "*.GtkCList.GtkButton" style "clearlooks-tree"
144 widget_class "*.GtkFrame.GtkLabel" style "clearlooks-frame-title"
145 widget_class "BasePWidget.GtkEventBox.GtkTable.GtkFrame" style "clearlooks-panel"
146 widget "gtk-tooltip" style "clearlooks-tooltips"
147 class "GtkNotebook" style "clearlooks-notebook"
148 class "GtkProgressBar" style "clearlooks-progressbar"
149 widget_class "*.GtkComboBox.GtkButton" style "clearlooks-combo"
150 widget_class "*.GtkCombo.GtkButton" style "clearlooks-combo"