wok view sandfive-theme/stuff/SliTaz-SandFive/gtk-2.0/gtkrc @ rev 17543

Up busybox (1.23.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 27 16:55:03 2015 +0100 (2015-01-27)
parents
children
line source
1 # Slitaz Sand Five Theme
2 # GTK2 Theme
4 # Sand Five Color Scheme
5 gtk-color-scheme = "sandfive_base:#F4F4F4"
6 gtk-color-scheme = "sandfive_fg:#453A1C"
8 gtk-color-scheme = "sandfive_selected_bg:#CE895E"
9 gtk-color-scheme = "sandfive_selected_fg:#FAFAFA"
11 gtk-color-scheme = "sandfive_text:#382F17"
12 gtk-color-scheme = "sandfive_bg:#DBD9CC"
14 gtk-color-scheme = "sandfive_tip_fg:#382F17"
15 gtk-color-scheme = "sandfive_tip_bg:#DBD9CC"
17 style "default" {
18 xthickness = 1
19 ythickness = 1
21 GtkButton::child-displacement-x = 1
22 GtkButton::child-displacement-y = 1
23 GtkButton::default-border = { 0, 0, 0, 0 }
24 GtkCheckButton::indicator-size = 14
26 GtkPaned::handle-size = 6
27 GtkRange::trough-border = 0
28 GtkRange::slider-width = 15
29 GtkRange::stepper-size = 15
30 GtkRange::trough-under-steppers = 0
31 GtkScale::trough-border = 0
32 GtkScale::slider-length = 18
33 GtkScale::trough-side-details = 1
34 GtkScrollbar::min-slider-length = 30
35 GtkMenuBar::internal-padding = 0
36 GtkExpander::expander-size = 16
37 GtkToolbar::internal-padding = 0
38 GtkTreeView::expander-size = 14
39 GtkTreeView::vertical-separator = 0
40 GtkMenu::horizontal-padding = 0
41 GtkMenu::vertical-padding = 0
42 GtkMenuBar::shadow_type = GTK_SHADOW_NONE
43 GtkToolbar::shadow_type = GTK_SHADOW_NONE
45 WnckTasklist::fade-overlay-rect = 0
47 GtkEntry::honors-transparent-bg-hint = 1
49 bg[NORMAL] = @sandfive_bg
50 bg[PRELIGHT] = shade (1.02, @sandfive_bg)
51 bg[SELECTED] = @sandfive_selected_bg
52 bg[INSENSITIVE] = @sandfive_bg
53 bg[ACTIVE] = shade (0.9, @sandfive_bg)
54 fg[NORMAL] = @sandfive_fg
55 fg[PRELIGHT] = @sandfive_fg
56 fg[SELECTED] = @sandfive_selected_fg
57 fg[INSENSITIVE] = darker (@sandfive_bg)
58 fg[ACTIVE] = @sandfive_fg
60 text[NORMAL] = @sandfive_text
61 text[PRELIGHT] = @sandfive_text
62 text[SELECTED] = @sandfive_selected_fg
63 text[INSENSITIVE] = darker (@sandfive_bg)
64 text[ACTIVE] = @sandfive_selected_fg
66 base[NORMAL] = @sandfive_base
67 base[PRELIGHT] = shade (0.96, @sandfive_bg)
68 base[SELECTED] = shade (1.05, @sandfive_selected_bg)
69 base[INSENSITIVE] = @sandfive_bg
70 base[ACTIVE] = shade (1.0, @sandfive_selected_bg)
72 engine "murrine" {
73 animation = FALSE
74 colorize_scrollbar = FALSE
75 contrast = 0.95
76 glazestyle = 3 # 0 = flat, 1 = curved, 2 = concave, 3 = top curved, 4 = beryl highlight, 5 = new
77 glow_shade = 0.95
78 glowstyle = 0 # 0 = top, 1 = bottom, 2 = top and bottom, 3 = horizontal, 4 = centered glow
79 gradient_shades = {1.1,1.1,0.95,0.95}
80 highlight_shade = 1.0
81 lightborder_shade = 1.85
82 lightborderstyle = 1 # 0 = lightborder on top side, 1 = lightborder on all sides
83 listviewheaderstyle = 2 # 0 = flat, 1 = glassy, 2 = raised
84 listviewstyle = 1 # 0 = nothing, 1 = dotted
85 menubaritemstyle = 1 # 0 = menuitem look, 1 = button look
86 menubarstyle = 0 # 0 = flat, 1 = glassy, 2 = gradient, 3 = striped
87 menuitemstyle = 1 # 0 = flat, 1 = glassy, 2 = striped
88 menustyle = 0 # 0 = no vertical menu stripe, 1 = display vertical menu stripe
89 progressbarstyle = 0 # 0 = nothing, 1 = diagonal stripes, 2 = blocks
90 reliefstyle = 2 # 0 = flat, 1 = inset, 2 = shadow
91 rgba = FALSE
92 roundness = 4
93 scrollbarstyle = 0 # 0 = nothing, 1 = circles, 2 = handles, 3 = diagonal stripes, 4 = diagonal stripes and handles, 5 = horizontal stripes, 6 = horizontal stripes and handles
94 sliderstyle = 0 # 0 = nothing added, 1 = handles
95 stepperstyle = 1 # 0 = standard, 1 = integrated stepper handles, 2 = unknown
96 toolbarstyle = 0 # 0 = flat, 1 = glassy, 2 = gradient
97 }
98 }
100 style "wide" {
101 xthickness = 2
102 ythickness = 2
103 }
105 style "wider" {
106 xthickness = 3
107 ythickness = 3
108 }
110 style "spinbutton" {
111 }
113 style "scale" {
114 ythickness = 3
116 bg[SELECTED] = shade (1.15, @sandfive_selected_bg)
117 }
119 style "vscale" {
120 }
122 style "hscale" {
123 }
125 style "scrollbar" {
126 xthickness = 2
127 ythickness = 2
128 }
130 style "hscrollbar" {
131 }
133 style "vscrollbar" {
134 }
136 style "notebook_bg" {
137 bg[NORMAL] = shade (1.02, @sandfive_bg)
138 bg[ACTIVE] = shade (0.98, @sandfive_bg)
139 }
141 style "button" {
142 xthickness = 3
143 ythickness = 3
145 bg[NORMAL] = shade (1.0, @sandfive_bg)
146 bg[PRELIGHT] = shade (1.01, @sandfive_bg)
147 bg[ACTIVE] = shade (0.94, @sandfive_bg)
148 }
150 style "notebook" {
151 xthickness = 3
152 ythickness = 3
153 }
155 style "statusbar" {
156 }
158 style "comboboxentry" {
159 }
161 style "menubar" {
162 }
164 style "menu" {
165 xthickness = 3
166 ythickness = 3
168 bg[NORMAL] = shade (1.0, @sandfive_bg)
169 }
171 style "menu_item" {
172 xthickness = 2
173 ythickness = 3
175 bg[PRELIGHT] = @sandfive_selected_bg
176 fg[PRELIGHT] = @sandfive_selected_fg
178 engine "murrine" {
179 contrast = .8
180 gradient_shades = {1.08,1.08,0.87,0.87}
181 focusstyle = 1
182 lightborder_shade = 1.0
183 }
185 }
187 style "separator_menu_item" {
188 xthickness = 1
189 ythickness = 0
191 GtkSeparatorMenuItem::horizontal-padding = 0
192 GtkWidget::wide-separators = 1
193 GtkWidget::separator-width = 1
194 GtkWidget::separator-height = 7
195 }
197 style "frame_title" {
198 fg[NORMAL] = lighter (@sandfive_fg)
199 }
201 style "treeview" {
202 engine "murrine" {
203 roundness = 0
204 }
205 }
207 style "progressbar" {
208 xthickness = 0
209 ythickness = 0
211 fg[PRELIGHT] = @sandfive_selected_fg
213 engine "murrine" {
214 glow_shade = 1.3
215 glowstyle = 2
216 gradient_shades = {1.08,1.08,0.87,0.87}
217 highlight_shade = 1.03
218 }
219 }
221 style "progressbar_menu_item" = "progressbar" {
222 engine "murrine" {
223 roundness = 0
224 }
225 }
227 style "treeview_header" = "default" {
228 xthickness = 2
229 ythickness = 1
231 engine "murrine" {
232 gradient_shades = {1.0, 1.0, 1.0, 0.97}
233 }
234 }
236 style "tooltips" {
237 xthickness = 4
238 ythickness = 4
240 bg[NORMAL] = @sandfive_tip_bg
241 fg[NORMAL] = @sandfive_tip_fg
242 }
244 style "nautilus_location" {
245 bg[NORMAL] = mix (0.60, shade (1.05, @sandfive_bg), @sandfive_selected_bg)
246 }
248 style "calendar" {
249 engine "murrine" {
250 roundness = 0
251 }
252 }
254 style "radiocheck" {
255 text[NORMAL] = @sandfive_selected_fg
256 text[PRELIGHT] = @sandfive_selected_fg
257 }
259 style "text_is_fg_color_workaround" {
260 text[NORMAL] = @sandfive_fg
261 text[PRELIGHT] = @sandfive_fg
262 text[SELECTED] = @sandfive_selected_fg
263 text[ACTIVE] = @sandfive_fg
264 text[INSENSITIVE] = darker (@sandfive_bg)
265 }
267 style "menuitem_text_is_fg_color_workaround" {
268 text[NORMAL] = @sandfive_fg
269 text[PRELIGHT] = @sandfive_selected_fg
270 text[SELECTED] = @sandfive_selected_fg
271 text[ACTIVE] = @sandfive_fg
272 text[INSENSITIVE] = darker (@sandfive_bg)
273 }
275 style "fg_is_text_color_workaround" {
276 fg[NORMAL] = @sandfive_text
277 fg[PRELIGHT] = @sandfive_text
278 fg[SELECTED] = @sandfive_selected_fg
279 fg[ACTIVE] = @sandfive_selected_fg
280 fg[INSENSITIVE] = darker (@sandfive_bg)
281 }
283 style "evo_new_button_workaround" {
284 }
286 class "GtkWidget" style "default"
287 class "GtkSeparator" style "wide"
288 class "GtkFrame" style "wide"
289 class "GtkCalendar" style "wide"
290 class "GtkEntry" style "wider"
291 class "GtkSpinButton" style "spinbutton"
292 class "GtkScale" style "scale"
293 class "GtkVScale" style "vscale"
294 class "GtkHScale" style "hscale"
295 class "GtkScrollbar" style "scrollbar"
296 class "GtkHScrollbar" style "hscrollbar"
297 class "GtkVScrollbar" style "vscrollbar"
298 class "GtkCalendar" style "calendar"
299 class "GtkRadio*" style "radiocheck"
300 class "GtkCheck*" style "radiocheck"
302 widget_class "*<GtkNotebook>" style "notebook_bg"
303 widget_class "*<GtkNotebook>*<GtkEventBox>" style "notebook_bg"
304 widget_class "*<GtkNotebook>*<GtkDrawingArea>" style "notebook_bg"
305 widget_class "*<GtkNotebook>*<GtkLayout>" style "notebook_bg"
306 widget_class "*<GtkButton>" style "button"
307 widget_class "*<GtkNotebook>" style "notebook"
308 widget_class "*<GtkStatusbar>*" style "statusbar"
309 widget_class "*<GtkComboBoxEntry>*" style "comboboxentry"
310 widget_class "*<GtkCombo>*" style "comboboxentry"
311 widget_class "*<GtkMenuBar>*" style "menubar"
312 widget_class "*<GtkMenu>*" style "menu"
313 widget_class "*<GtkMenuItem>*" style "menu_item"
314 widget_class "*<GtkSeparatorMenuItem>*" style "separator_menu_item"
315 widget_class "*.<GtkFrame>.<GtkLabel>" style "frame_title"
316 widget_class "*.<GtkTreeView>*" style "treeview"
317 widget_class "*<GtkProgress>" style "progressbar"
318 widget_class "*.<GtkMenuItem>.*.<GtkProgressBar>" style "progressbar_menu_item"
319 widget_class "*.<GtkTreeView>.<GtkButton>" style "treeview_header"
320 widget_class "*.<GtkCTree>.<GtkButton>" style "treeview_header"
321 widget_class "*.<GtkList>.<GtkButton>" style "treeview_header"
322 widget_class "*.<GtkCList>.<GtkButton>" style "treeview_header"
323 widget "gtk-tooltip*" style "tooltips"
324 widget_class "*.ETable.ECanvas" style "treeview_header"
325 widget_class "*.ETree.ECanvas" style "treeview_header"
327 widget "*.nautilus-extra-view-widget" style : highest "nautilus_location"
329 widget_class "*.<GtkComboBox>.<GtkCellView>" style "text_is_fg_color_workaround"
330 widget "*.gtk-combobox-popup-menu.*" style "menuitem_text_is_fg_color_workaround"
331 widget_class "*<GtkListItem>*" style "fg_is_text_color_workaround"
332 widget_class "*<GtkCList>" style "fg_is_text_color_workaround"
333 widget_class "*<EelEditableLabel>" style "fg_is_text_color_workaround"
334 widget_class "EShellWindow.GtkVBox.BonoboDock.BonoboDockBand.BonoboDockItem*" style "evo_new_button_workaround"