wok view gtk2-theme-chrommo/stuff/chrommo/gtk-2.0/gtkrc @ rev 23841

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