2
2
# Please keep this gtkrc in sync with the other ones from Murrine based themes.
4
gtk-color-scheme = "base_color:#F7F7F7\nfg_color:#1A1A1A\ntooltip_fg_color:#000000\nselected_bg_color:#9C9C9C\nselected_fg_color:#FFFFFF\ntext_color:#1A1A1A\nbg_color:#C0C0C0\ntooltip_bg_color:#C2C2C2"
4
gtk-color-scheme = "base_color:#F7F7F7\nfg_color:#1C1C1C\ntooltip_fg_color:#000000\nselected_bg_color:#9C9C9C\nselected_fg_color:#FFFFFF\ntext_color:#1A1A1A\nbg_color:#C0C0C0\ntooltip_bg_color:#C2C2C2"
7
7
gtk-menu-popup-delay = 0
44
44
GtkMenu::horizontal-padding = 0
45
45
GtkMenu::vertical-padding = 0
47
GtkMenuBar::shadow_type = GTK_SHADOW_NONE
48
GtkToolbar::shadow_type = GTK_SHADOW_NONE
47
#GtkMenuBar::shadow_type = GTK_SHADOW_NONE
48
#GtkToolbar::shadow_type = GTK_SHADOW_NONE
50
50
WnckTasklist::fade-overlay-rect = 0
51
51
# The following line hints to gecko (and possibly other appliations)
85
85
rgba = TRUE # FALSE = disabled, TRUE = enabled
87
87
colorize_scrollbar = FALSE
88
contrast = 0.96 # 0.8 for less contrast, more than 1.0 for more contrast on borders
89
glazestyle = 5 # 0 = flat highlight, 1 = curved highlight, 2 = concave style, 3 = top curved highlight, 4 = beryl highlight
88
contrast = 0.94 # 0.8 for less contrast, more than 1.0 for more contrast on borders
89
glazestyle = 0 # 0 = flat highlight, 1 = curved highlight, 2 = concave style, 3 = top curved highlight, 4 = beryl highlight
90
90
gradients = TRUE # FALSE = disabled, TRUE = enabled
91
gradient_shades = {1.17,1.06,1.06,1.02} # default: {1.1,1.0,1.0,1.1}
92
highlight_ratio = 1.029 # set highlight amount for buttons or widgets
93
lightborder_ratio = 1.06 # sets lightborder amount for buttons or widgets
91
gradient_shades = {1.17,1.075,1.06,1.0} # default: {1.1,1.0,1.0,1.1}
92
highlight_ratio = 1.0 # set highlight amount for buttons or widgets
93
lightborder_ratio = 1.065 # sets lightborder amount for buttons or widgets
94
94
lightborderstyle = 1 # 0 = lightborder on top side, 1 = lightborder on all sides
95
95
listviewheaderstyle = 1 # 0 = flat, 1 = glassy, 2 = raised
96
96
listviewstyle = 1 # 0 = nothing, 1 = dotted
158
154
bg[NORMAL] = shade (1.0, @bg_color)
159
155
bg[PRELIGHT] = shade (1.01, @bg_color)
160
bg[ACTIVE] = shade (0.91, @bg_color)
156
bg[ACTIVE] = shade (0.9, @bg_color)
163
159
# The color is changed by the notebook_bg style, this style
252
248
style "nautilus_location" {
254
bg[NORMAL] = mix (0.60, shade (1.05, @bg_color), @selected_bg_color)
250
bg[NORMAL] = shade (0.94, @bg_color)
257
253
# Wrokaroudn style for places where the text color is used instead of the fg color.