rev |
line source |
hackdorte@19047
|
1 # GTK2 Theme Chrommo
|
plus@18325
|
2
|
plus@18325
|
3 gtk-color-scheme = "base_color:#FFFFFF\nfg_color:#0A0A0A\ntooltip_fg_color:#000000\nselected_bg_color:#E5E5E5\nselected_fg_color:#1A1A1A\ntext_color:#0A0A0A\nbg_color:#F5F5F5\ntooltip_bg_color:#E5E5E5"
|
plus@18325
|
4
|
plus@18325
|
5 style "default" {
|
plus@18325
|
6 xthickness = 1
|
plus@18325
|
7 ythickness = 1
|
plus@18325
|
8
|
plus@18325
|
9 GtkButton::child-displacement-x = 1
|
plus@18325
|
10 GtkButton::child-displacement-y = 1
|
plus@18325
|
11 GtkButton::default-border = { 0, 0, 0, 0 }
|
plus@18325
|
12 GtkCheckButton::indicator-size = 14
|
plus@18325
|
13 GtkPaned::handle-size = 6
|
plus@18325
|
14 GtkRange::trough-border = 3
|
plus@18325
|
15 GtkRange::slider-width = 12
|
plus@18325
|
16 GtkRange::stepper-size = 12
|
plus@18325
|
17 GtkScale::trough-border = 0
|
plus@18325
|
18 GtkScale::slider-length = 15
|
plus@18325
|
19 GtkScrollbar::min-slider-length = 30
|
plus@18325
|
20 GtkMenuBar::internal-padding = 0
|
plus@18325
|
21 GtkExpander::expander-size = 16
|
plus@18325
|
22 GtkToolbar::internal-padding = 1
|
plus@18325
|
23 GtkTreeView::expander-size = 14
|
plus@18325
|
24 GtkTreeView::vertical-separator = 0
|
plus@18325
|
25 GtkMenu::horizontal-padding = 0
|
plus@18325
|
26 GtkMenu::vertical-padding = 0
|
plus@18325
|
27
|
plus@18325
|
28 WnckTasklist::fade-overlay-rect = 0
|
plus@18325
|
29 GtkEntry::honors-transparent-bg-hint = 1
|
plus@18325
|
30
|
plus@18325
|
31 bg[NORMAL] = @bg_color
|
plus@18325
|
32 bg[PRELIGHT] = shade (1.02, @bg_color)
|
plus@18325
|
33 bg[SELECTED] = @selected_bg_color
|
plus@18325
|
34 bg[INSENSITIVE] = @bg_color
|
plus@18325
|
35 bg[ACTIVE] = shade (0.9, @bg_color)
|
plus@18325
|
36
|
plus@18325
|
37 fg[NORMAL] = @fg_color
|
plus@18325
|
38 fg[PRELIGHT] = @fg_color
|
plus@18325
|
39 fg[SELECTED] = @selected_fg_color
|
plus@18325
|
40 fg[INSENSITIVE] = darker (@bg_color)
|
plus@18325
|
41 fg[ACTIVE] = @fg_color
|
plus@18325
|
42
|
plus@18325
|
43 text[NORMAL] = @text_color
|
plus@18325
|
44 text[PRELIGHT] = @text_color
|
plus@18325
|
45 text[SELECTED] = @selected_fg_color
|
plus@18325
|
46 text[INSENSITIVE] = darker (@bg_color)
|
plus@18325
|
47 text[ACTIVE] = @selected_fg_color
|
plus@18325
|
48
|
plus@18325
|
49 base[NORMAL] = @base_color
|
plus@18325
|
50 base[PRELIGHT] = shade (0.96, @bg_color)
|
plus@18325
|
51 base[SELECTED] = @selected_bg_color
|
plus@18325
|
52 base[INSENSITIVE] = @bg_color
|
plus@18325
|
53 base[ACTIVE] = shade (0.7, @selected_bg_color)
|
plus@18325
|
54
|
plus@18325
|
55 engine "murrine" {
|
plus@18325
|
56 #options
|
plus@18325
|
57 animation = FALSE
|
plus@18325
|
58 colorize_scrollbar = TRUE
|
plus@18325
|
59 contrast = 0.2
|
plus@18325
|
60 glazestyle = 5 # 0 = flat, 1 = curved, 2 = concave, 3 = top curved, 4 = beryl highlight, 5 = new
|
plus@18325
|
61 glow_shade = 1.75
|
plus@18325
|
62 glowstyle = 1 # 0 = top, 1 = bottom, 2 = top and bottom, 3 = horizontal, 4 = centered glow
|
plus@18325
|
63 gradient_shades = {1.07,1.05,1.02,0.99}
|
plus@18325
|
64 highlight_shade = 1.03
|
plus@18325
|
65 lightborder_shade = 1.25
|
plus@18325
|
66 lightborderstyle = 1 # 0 = lightborder on top side, 1 = lightborder on all sides
|
plus@18325
|
67 listviewheaderstyle = 1 # 0 = flat, 1 = glassy, 2 = raised
|
plus@18325
|
68 listviewstyle = 1 # 0 = nothing, 1 = dotted
|
plus@18325
|
69 menubaritemstyle = 1 # 0 = menuitem look, 1 = button look
|
plus@18325
|
70 menubarstyle = 0 # 0 = flat, 1 = glassy, 2 = gradient, 3 = striped
|
plus@18325
|
71 menuitemstyle = 1 # 0 = flat, 1 = glassy, 2 = striped
|
plus@18325
|
72 menustyle = 0 # 0 = no vertical menu stripe, 1 = display vertical menu stripe
|
plus@18325
|
73 progressbarstyle = 2 # 0 = nothing, 1 = diagonal stripes, 2 = blocks
|
plus@18325
|
74 reliefstyle = 2 # 0 = flat, 1 = inset, 2 = shadow
|
plus@18325
|
75 rgba = TRUE
|
plus@18325
|
76 roundness = 4
|
plus@18325
|
77 scrollbarstyle = 0 # 0 = nothing, 1 = circles, 2 = handles, 3 = diagonal stripes, 4 = diagonal stripes and handles, 5 = horizontal stripes, 6 = horizontal stripes and handles
|
plus@18325
|
78 sliderstyle = 0 # 0 = nothing added, 1 = handles
|
plus@18325
|
79 stepperstyle = 1 # 0 = standard, 1 = integrated stepper handles
|
plus@18325
|
80 toolbarstyle = 2 # 0 = flat, 1 = glassy, 2 = gradient
|
plus@18325
|
81 }
|
plus@18325
|
82 }
|
plus@18325
|
83
|
plus@18325
|
84 style "wide" {
|
plus@18325
|
85 xthickness = 2
|
plus@18325
|
86 ythickness = 2
|
plus@18325
|
87 }
|
plus@18325
|
88
|
plus@18325
|
89 style "wider" {
|
plus@18325
|
90 xthickness = 3
|
plus@18325
|
91 ythickness = 3
|
plus@18325
|
92 }
|
plus@18325
|
93
|
plus@18325
|
94 style "spinbutton" {
|
plus@18325
|
95 }
|
plus@18325
|
96
|
plus@18325
|
97 style "scale" {
|
plus@18325
|
98 bg[SELECTED] = shade (1.07, @selected_bg_color)
|
plus@18325
|
99 }
|
plus@18325
|
100
|
plus@18325
|
101 style "vscale" {
|
plus@18325
|
102 }
|
plus@18325
|
103
|
plus@18325
|
104 style "hscale" {
|
plus@18325
|
105 }
|
plus@18325
|
106
|
plus@18325
|
107 style "scrollbar" {
|
plus@18325
|
108 xthickness = 2
|
plus@18325
|
109 ythickness = 2
|
plus@18325
|
110 }
|
plus@18325
|
111
|
plus@18325
|
112 style "hscrollbar" {
|
plus@18325
|
113 }
|
plus@18325
|
114
|
plus@18325
|
115 style "vscrollbar" {
|
plus@18325
|
116 }
|
plus@18325
|
117
|
plus@18325
|
118 style "notebook_bg" {
|
plus@18325
|
119 bg[NORMAL] = shade (1.02, @bg_color)
|
plus@18325
|
120 bg[ACTIVE] = shade (0.96, @bg_color)
|
plus@18325
|
121 }
|
plus@18325
|
122
|
plus@18325
|
123 style "button" {
|
plus@18325
|
124 xthickness = 3
|
plus@18325
|
125 ythickness = 3
|
plus@18325
|
126
|
plus@18325
|
127 bg[NORMAL] = shade (1.0, @bg_color)
|
plus@18325
|
128 bg[PRELIGHT] = shade (1.01, @bg_color)
|
plus@18325
|
129 bg[ACTIVE] = shade (0.89, @bg_color)
|
plus@18325
|
130 bg[INSENSITIVE] = shade (0.98, @bg_color)
|
plus@18325
|
131 }
|
plus@18325
|
132
|
plus@18325
|
133 style "notebook" {
|
plus@18325
|
134 xthickness = 3
|
plus@18325
|
135 ythickness = 3
|
plus@18325
|
136 }
|
plus@18325
|
137
|
plus@18325
|
138 style "statusbar" {
|
plus@18325
|
139 }
|
plus@18325
|
140
|
plus@18325
|
141 style "comboboxentry" {
|
plus@18325
|
142 }
|
plus@18325
|
143
|
plus@18325
|
144 style "menubar" {
|
plus@18325
|
145 }
|
plus@18325
|
146
|
plus@18325
|
147 style "menu" {
|
plus@18325
|
148 xthickness = 3
|
plus@18325
|
149 ythickness = 3
|
plus@18325
|
150
|
plus@18325
|
151 bg[NORMAL] = shade (1.18, @bg_color)
|
plus@18325
|
152 }
|
plus@18325
|
153
|
plus@18325
|
154 style "menu_item" {
|
plus@18325
|
155 xthickness = 2
|
plus@18325
|
156 ythickness = 3
|
plus@18325
|
157
|
plus@18325
|
158 bg[PRELIGHT] = @selected_bg_color
|
plus@18325
|
159 fg[PRELIGHT] = @selected_fg_color
|
plus@18325
|
160 }
|
plus@18325
|
161
|
plus@18325
|
162 style "separator_menu_item" {
|
plus@18325
|
163 xthickness = 1
|
plus@18325
|
164 ythickness = 0
|
plus@18325
|
165
|
plus@18325
|
166 GtkSeparatorMenuItem::horizontal-padding = 0
|
plus@18325
|
167 GtkWidget::wide-separators = 1
|
plus@18325
|
168 GtkWidget::separator-width = 1
|
plus@18325
|
169 GtkWidget::separator-height = 7
|
plus@18325
|
170 }
|
plus@18325
|
171
|
plus@18325
|
172 style "frame_title" {
|
plus@18325
|
173 fg[NORMAL] = lighter (@fg_color)
|
plus@18325
|
174 }
|
plus@18325
|
175
|
plus@18325
|
176 style "treeview" {
|
plus@18325
|
177 engine "murrine" {
|
plus@18325
|
178 roundness = 0
|
plus@18325
|
179 }
|
plus@18325
|
180 }
|
plus@18325
|
181
|
plus@18325
|
182 # The almost useless progress bar style
|
plus@18325
|
183 style "progressbar" {
|
plus@18325
|
184 xthickness = 0
|
plus@18325
|
185 ythickness = 0
|
plus@18325
|
186
|
plus@18325
|
187 fg[PRELIGHT] = @selected_fg_color
|
plus@18325
|
188 }
|
plus@18325
|
189
|
plus@18325
|
190 style "progressbar_menu_item" = "progressbar" {
|
plus@18325
|
191 engine "murrine" {
|
plus@18325
|
192 roundness = 0
|
plus@18325
|
193 }
|
plus@18325
|
194 }
|
plus@18325
|
195
|
plus@18325
|
196 style "treeview_header" = "default" {
|
plus@18325
|
197 xthickness = 2
|
plus@18325
|
198 ythickness = 1
|
plus@18325
|
199 }
|
plus@18325
|
200
|
plus@18325
|
201 style "tooltips" {
|
plus@18325
|
202 xthickness = 4
|
plus@18325
|
203 ythickness = 4
|
plus@18325
|
204
|
plus@18325
|
205 bg[NORMAL] = @tooltip_bg_color
|
plus@18325
|
206 fg[NORMAL] = @tooltip_fg_color
|
plus@18325
|
207 }
|
plus@18325
|
208
|
plus@18325
|
209 style "nautilus_location" {
|
plus@18325
|
210 bg[NORMAL] = mix (0.60, shade (1.05, @bg_color), @selected_bg_color)
|
plus@18325
|
211 }
|
plus@18325
|
212
|
plus@18325
|
213 style "calendar" {
|
plus@18325
|
214 engine "murrine" {
|
plus@18325
|
215 roundness = 0
|
plus@18325
|
216 }
|
plus@18325
|
217 }
|
plus@18325
|
218
|
plus@18325
|
219 style "radiocheck" {
|
plus@18325
|
220 text[NORMAL] = @selected_fg_color
|
plus@18325
|
221 text[PRELIGHT] = @selected_fg_color
|
plus@18325
|
222 }
|
plus@18325
|
223
|
plus@18325
|
224 style "text_is_fg_color_workaround" {
|
plus@18325
|
225 text[NORMAL] = @fg_color
|
plus@18325
|
226 text[PRELIGHT] = @fg_color
|
plus@18325
|
227 text[SELECTED] = @selected_fg_color
|
plus@18325
|
228 text[ACTIVE] = @fg_color
|
plus@18325
|
229 text[INSENSITIVE] = darker (@bg_color)
|
plus@18325
|
230 }
|
plus@18325
|
231
|
plus@18325
|
232 style "menuitem_text_is_fg_color_workaround" {
|
plus@18325
|
233 text[NORMAL] = @fg_color
|
plus@18325
|
234 text[PRELIGHT] = @selected_fg_color
|
plus@18325
|
235 text[SELECTED] = @selected_fg_color
|
plus@18325
|
236 text[ACTIVE] = @fg_color
|
plus@18325
|
237 text[INSENSITIVE] = darker (@bg_color)
|
plus@18325
|
238 }
|
plus@18325
|
239
|
plus@18325
|
240 style "fg_is_text_color_workaround" {
|
plus@18325
|
241 fg[NORMAL] = @text_color
|
plus@18325
|
242 fg[PRELIGHT] = @text_color
|
plus@18325
|
243 fg[SELECTED] = @selected_fg_color
|
plus@18325
|
244 fg[ACTIVE] = @selected_fg_color
|
plus@18325
|
245 fg[INSENSITIVE] = darker (@bg_color)
|
plus@18325
|
246 }
|
plus@18325
|
247
|
plus@18325
|
248 style "evo_new_button_workaround" {
|
plus@18325
|
249 }
|
plus@18325
|
250
|
plus@18325
|
251 class "GtkWidget" style "default"
|
plus@18325
|
252
|
plus@18325
|
253 class "GtkSeparator" style "wide"
|
plus@18325
|
254 class "GtkFrame" style "wide"
|
plus@18325
|
255 class "GtkCalendar" style "wide"
|
plus@18325
|
256 class "GtkEntry" style "wider"
|
plus@18325
|
257
|
plus@18325
|
258 class "GtkSpinButton" style "spinbutton"
|
plus@18325
|
259 class "GtkScale" style "scale"
|
plus@18325
|
260 class "GtkVScale" style "vscale"
|
plus@18325
|
261 class "GtkHScale" style "hscale"
|
plus@18325
|
262 class "GtkScrollbar" style "scrollbar"
|
plus@18325
|
263 class "GtkHScrollbar" style "hscrollbar"
|
plus@18325
|
264 class "GtkVScrollbar" style "vscrollbar"
|
plus@18325
|
265 class "GtkCalendar" style "calendar"
|
plus@18325
|
266 class "GtkRadio*" style "radiocheck"
|
plus@18325
|
267 class "GtkCheck*" style "radiocheck"
|
plus@18325
|
268
|
plus@18325
|
269 widget_class "*<GtkNotebook>" style "notebook_bg"
|
plus@18325
|
270 widget_class "*<GtkNotebook>*<GtkEventBox>" style "notebook_bg"
|
plus@18325
|
271 widget_class "*<GtkNotebook>*<GtkDrawingArea>" style "notebook_bg"
|
plus@18325
|
272 widget_class "*<GtkNotebook>*<GtkLayout>" style "notebook_bg"
|
plus@18325
|
273 widget_class "*<GtkButton>" style "button"
|
plus@18325
|
274 widget_class "*<GtkNotebook>" style "notebook"
|
plus@18325
|
275 widget_class "*<GtkStatusbar>*" style "statusbar"
|
plus@18325
|
276 widget_class "*<GtkComboBoxEntry>*" style "comboboxentry"
|
plus@18325
|
277 widget_class "*<GtkCombo>*" style "comboboxentry"
|
plus@18325
|
278 widget_class "*<GtkMenuBar>*" style "menubar"
|
plus@18325
|
279 widget_class "*<GtkMenu>*" style "menu"
|
plus@18325
|
280 widget_class "*<GtkMenuItem>*" style "menu_item"
|
plus@18325
|
281 widget_class "*<GtkSeparatorMenuItem>*" style "separator_menu_item"
|
plus@18325
|
282 widget_class "*.<GtkFrame>.<GtkLabel>" style "frame_title"
|
plus@18325
|
283 widget_class "*.<GtkTreeView>*" style "treeview"
|
plus@18325
|
284 widget_class "*<GtkProgress>" style "progressbar"
|
plus@18325
|
285 widget_class "*.<GtkMenuItem>.*.<GtkProgressBar>" style "progressbar_menu_item"
|
plus@18325
|
286 widget_class "*.<GtkTreeView>.<GtkButton>" style "treeview_header"
|
plus@18325
|
287 widget_class "*.<GtkCTree>.<GtkButton>" style "treeview_header"
|
plus@18325
|
288 widget_class "*.<GtkList>.<GtkButton>" style "treeview_header"
|
plus@18325
|
289 widget_class "*.<GtkCList>.<GtkButton>" style "treeview_header"
|
plus@18325
|
290
|
plus@18325
|
291 widget "gtk-tooltip*" style "tooltips"
|
plus@18325
|
292
|
plus@18325
|
293 widget_class "*.ETable.ECanvas" style "treeview_header"
|
plus@18325
|
294 widget_class "*.ETree.ECanvas" style "treeview_header"
|
plus@18325
|
295
|
plus@18325
|
296 widget "*.nautilus-extra-view-widget" style : highest "nautilus_location"
|
plus@18325
|
297
|
plus@18325
|
298 widget_class "*.<GtkComboBox>.<GtkCellView>" style "text_is_fg_color_workaround"
|
plus@18325
|
299 widget "*.gtk-combobox-popup-menu.*" style "menuitem_text_is_fg_color_workaround"
|
plus@18325
|
300 widget_class "*<GtkListItem>*" style "fg_is_text_color_workaround"
|
plus@18325
|
301 widget_class "*<GtkCList>" style "fg_is_text_color_workaround"
|
plus@18325
|
302 widget_class "*<EelEditableLabel>" style "fg_is_text_color_workaround"
|
plus@18325
|
303 widget_class "EShellWindow.GtkVBox.BonoboDock.BonoboDockBand.BonoboDockItem*" style "evo_new_button_workaround"
|