wok-next view blinder-theme/stuff/blinder/gtk-2.0/gtkrc @ rev 18925

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