wok-current view blinder-theme/stuff/blinder/gtk-2.0/gtkrc @ rev 18325

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