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

syslinux/isohybrid.exe add -r support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 14 22:06:06 2016 +0100 (2016-02-14)
parents c0e2210b4acf
children 96e88acc5a31
line source
1 # Chrommo GTK2 Theme
2 # Slitaz BSD License
4 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"
6 style "default" {
7 xthickness = 1
8 ythickness = 1
10 GtkButton::child-displacement-x = 1
11 GtkButton::child-displacement-y = 1
12 GtkButton::default-border = { 0, 0, 0, 0 }
13 GtkCheckButton::indicator-size = 14
14 GtkPaned::handle-size = 6
15 GtkRange::trough-border = 3
16 GtkRange::slider-width = 12
17 GtkRange::stepper-size = 12
18 GtkScale::trough-border = 0
19 GtkScale::slider-length = 15
20 GtkScrollbar::min-slider-length = 30
21 GtkMenuBar::internal-padding = 0
22 GtkExpander::expander-size = 16
23 GtkToolbar::internal-padding = 1
24 GtkTreeView::expander-size = 14
25 GtkTreeView::vertical-separator = 0
26 GtkMenu::horizontal-padding = 0
27 GtkMenu::vertical-padding = 0
29 WnckTasklist::fade-overlay-rect = 0
30 GtkEntry::honors-transparent-bg-hint = 1
32 bg[NORMAL] = @bg_color
33 bg[PRELIGHT] = shade (1.02, @bg_color)
34 bg[SELECTED] = @selected_bg_color
35 bg[INSENSITIVE] = @bg_color
36 bg[ACTIVE] = shade (0.9, @bg_color)
38 fg[NORMAL] = @fg_color
39 fg[PRELIGHT] = @fg_color
40 fg[SELECTED] = @selected_fg_color
41 fg[INSENSITIVE] = darker (@bg_color)
42 fg[ACTIVE] = @fg_color
44 text[NORMAL] = @text_color
45 text[PRELIGHT] = @text_color
46 text[SELECTED] = @selected_fg_color
47 text[INSENSITIVE] = darker (@bg_color)
48 text[ACTIVE] = @selected_fg_color
50 base[NORMAL] = @base_color
51 base[PRELIGHT] = shade (0.96, @bg_color)
52 base[SELECTED] = @selected_bg_color
53 base[INSENSITIVE] = @bg_color
54 base[ACTIVE] = shade (0.7, @selected_bg_color)
56 engine "murrine" {
57 #options
58 animation = FALSE
59 colorize_scrollbar = TRUE
60 contrast = 0.2
61 glazestyle = 5 # 0 = flat, 1 = curved, 2 = concave, 3 = top curved, 4 = beryl highlight, 5 = new
62 glow_shade = 1.75
63 glowstyle = 1 # 0 = top, 1 = bottom, 2 = top and bottom, 3 = horizontal, 4 = centered glow
64 gradient_shades = {1.07,1.05,1.02,0.99}
65 highlight_shade = 1.03
66 lightborder_shade = 1.25
67 lightborderstyle = 1 # 0 = lightborder on top side, 1 = lightborder on all sides
68 listviewheaderstyle = 1 # 0 = flat, 1 = glassy, 2 = raised
69 listviewstyle = 1 # 0 = nothing, 1 = dotted
70 menubaritemstyle = 1 # 0 = menuitem look, 1 = button look
71 menubarstyle = 0 # 0 = flat, 1 = glassy, 2 = gradient, 3 = striped
72 menuitemstyle = 1 # 0 = flat, 1 = glassy, 2 = striped
73 menustyle = 0 # 0 = no vertical menu stripe, 1 = display vertical menu stripe
74 progressbarstyle = 2 # 0 = nothing, 1 = diagonal stripes, 2 = blocks
75 reliefstyle = 2 # 0 = flat, 1 = inset, 2 = shadow
76 rgba = TRUE
77 roundness = 4
78 scrollbarstyle = 0 # 0 = nothing, 1 = circles, 2 = handles, 3 = diagonal stripes, 4 = diagonal stripes and handles, 5 = horizontal stripes, 6 = horizontal stripes and handles
79 sliderstyle = 0 # 0 = nothing added, 1 = handles
80 stepperstyle = 1 # 0 = standard, 1 = integrated stepper handles
81 toolbarstyle = 2 # 0 = flat, 1 = glassy, 2 = gradient
82 }
83 }
85 style "wide" {
86 xthickness = 2
87 ythickness = 2
88 }
90 style "wider" {
91 xthickness = 3
92 ythickness = 3
93 }
95 style "spinbutton" {
96 }
98 style "scale" {
99 bg[SELECTED] = shade (1.07, @selected_bg_color)
100 }
102 style "vscale" {
103 }
105 style "hscale" {
106 }
108 style "scrollbar" {
109 xthickness = 2
110 ythickness = 2
111 }
113 style "hscrollbar" {
114 }
116 style "vscrollbar" {
117 }
119 style "notebook_bg" {
120 bg[NORMAL] = shade (1.02, @bg_color)
121 bg[ACTIVE] = shade (0.96, @bg_color)
122 }
124 style "button" {
125 xthickness = 3
126 ythickness = 3
128 bg[NORMAL] = shade (1.0, @bg_color)
129 bg[PRELIGHT] = shade (1.01, @bg_color)
130 bg[ACTIVE] = shade (0.89, @bg_color)
131 bg[INSENSITIVE] = shade (0.98, @bg_color)
132 }
134 style "notebook" {
135 xthickness = 3
136 ythickness = 3
137 }
139 style "statusbar" {
140 }
142 style "comboboxentry" {
143 }
145 style "menubar" {
146 }
148 style "menu" {
149 xthickness = 3
150 ythickness = 3
152 bg[NORMAL] = shade (1.18, @bg_color)
153 }
155 style "menu_item" {
156 xthickness = 2
157 ythickness = 3
159 bg[PRELIGHT] = @selected_bg_color
160 fg[PRELIGHT] = @selected_fg_color
161 }
163 style "separator_menu_item" {
164 xthickness = 1
165 ythickness = 0
167 GtkSeparatorMenuItem::horizontal-padding = 0
168 GtkWidget::wide-separators = 1
169 GtkWidget::separator-width = 1
170 GtkWidget::separator-height = 7
171 }
173 style "frame_title" {
174 fg[NORMAL] = lighter (@fg_color)
175 }
177 style "treeview" {
178 engine "murrine" {
179 roundness = 0
180 }
181 }
183 # The almost useless progress bar style
184 style "progressbar" {
185 xthickness = 0
186 ythickness = 0
188 fg[PRELIGHT] = @selected_fg_color
189 }
191 style "progressbar_menu_item" = "progressbar" {
192 engine "murrine" {
193 roundness = 0
194 }
195 }
197 style "treeview_header" = "default" {
198 xthickness = 2
199 ythickness = 1
200 }
202 style "tooltips" {
203 xthickness = 4
204 ythickness = 4
206 bg[NORMAL] = @tooltip_bg_color
207 fg[NORMAL] = @tooltip_fg_color
208 }
210 style "nautilus_location" {
211 bg[NORMAL] = mix (0.60, shade (1.05, @bg_color), @selected_bg_color)
212 }
214 style "calendar" {
215 engine "murrine" {
216 roundness = 0
217 }
218 }
220 style "radiocheck" {
221 text[NORMAL] = @selected_fg_color
222 text[PRELIGHT] = @selected_fg_color
223 }
225 style "text_is_fg_color_workaround" {
226 text[NORMAL] = @fg_color
227 text[PRELIGHT] = @fg_color
228 text[SELECTED] = @selected_fg_color
229 text[ACTIVE] = @fg_color
230 text[INSENSITIVE] = darker (@bg_color)
231 }
233 style "menuitem_text_is_fg_color_workaround" {
234 text[NORMAL] = @fg_color
235 text[PRELIGHT] = @selected_fg_color
236 text[SELECTED] = @selected_fg_color
237 text[ACTIVE] = @fg_color
238 text[INSENSITIVE] = darker (@bg_color)
239 }
241 style "fg_is_text_color_workaround" {
242 fg[NORMAL] = @text_color
243 fg[PRELIGHT] = @text_color
244 fg[SELECTED] = @selected_fg_color
245 fg[ACTIVE] = @selected_fg_color
246 fg[INSENSITIVE] = darker (@bg_color)
247 }
249 style "evo_new_button_workaround" {
250 }
252 class "GtkWidget" style "default"
254 class "GtkSeparator" style "wide"
255 class "GtkFrame" style "wide"
256 class "GtkCalendar" style "wide"
257 class "GtkEntry" style "wider"
259 class "GtkSpinButton" style "spinbutton"
260 class "GtkScale" style "scale"
261 class "GtkVScale" style "vscale"
262 class "GtkHScale" style "hscale"
263 class "GtkScrollbar" style "scrollbar"
264 class "GtkHScrollbar" style "hscrollbar"
265 class "GtkVScrollbar" style "vscrollbar"
266 class "GtkCalendar" style "calendar"
267 class "GtkRadio*" style "radiocheck"
268 class "GtkCheck*" style "radiocheck"
270 widget_class "*<GtkNotebook>" style "notebook_bg"
271 widget_class "*<GtkNotebook>*<GtkEventBox>" style "notebook_bg"
272 widget_class "*<GtkNotebook>*<GtkDrawingArea>" style "notebook_bg"
273 widget_class "*<GtkNotebook>*<GtkLayout>" style "notebook_bg"
274 widget_class "*<GtkButton>" style "button"
275 widget_class "*<GtkNotebook>" style "notebook"
276 widget_class "*<GtkStatusbar>*" style "statusbar"
277 widget_class "*<GtkComboBoxEntry>*" style "comboboxentry"
278 widget_class "*<GtkCombo>*" style "comboboxentry"
279 widget_class "*<GtkMenuBar>*" style "menubar"
280 widget_class "*<GtkMenu>*" style "menu"
281 widget_class "*<GtkMenuItem>*" style "menu_item"
282 widget_class "*<GtkSeparatorMenuItem>*" style "separator_menu_item"
283 widget_class "*.<GtkFrame>.<GtkLabel>" style "frame_title"
284 widget_class "*.<GtkTreeView>*" style "treeview"
285 widget_class "*<GtkProgress>" style "progressbar"
286 widget_class "*.<GtkMenuItem>.*.<GtkProgressBar>" style "progressbar_menu_item"
287 widget_class "*.<GtkTreeView>.<GtkButton>" style "treeview_header"
288 widget_class "*.<GtkCTree>.<GtkButton>" style "treeview_header"
289 widget_class "*.<GtkList>.<GtkButton>" style "treeview_header"
290 widget_class "*.<GtkCList>.<GtkButton>" style "treeview_header"
292 widget "gtk-tooltip*" style "tooltips"
294 widget_class "*.ETable.ECanvas" style "treeview_header"
295 widget_class "*.ETree.ECanvas" style "treeview_header"
297 widget "*.nautilus-extra-view-widget" style : highest "nautilus_location"
299 widget_class "*.<GtkComboBox>.<GtkCellView>" style "text_is_fg_color_workaround"
300 widget "*.gtk-combobox-popup-menu.*" style "menuitem_text_is_fg_color_workaround"
301 widget_class "*<GtkListItem>*" style "fg_is_text_color_workaround"
302 widget_class "*<GtkCList>" style "fg_is_text_color_workaround"
303 widget_class "*<EelEditableLabel>" style "fg_is_text_color_workaround"
304 widget_class "EShellWindow.GtkVBox.BonoboDock.BonoboDockBand.BonoboDockItem*" style "evo_new_button_workaround"