wok view gtk2-theme-blinder/stuff/blinder/gtk-2.0/gtkrc @ rev 22250

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