~murrine-themes-team/murrine-themes/trunk

« back to all changes in this revision

Viewing changes to Murrine-Alloy/gtk-2.0/gtkrc

  • Committer: Luca Forina
  • Date: 2008-10-18 19:55:04 UTC
  • Revision ID: rocksolid@fastwebnet.it-20081018195504-pkxppuxxs2095qad
Refreshed style

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
2
# Please keep this gtkrc in sync with the other ones from Murrine based themes.
3
3
 
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"
5
5
 
6
6
# menu delay
7
7
gtk-menu-popup-delay = 0
44
44
        GtkMenu::horizontal-padding = 0
45
45
        GtkMenu::vertical-padding = 0
46
46
 
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
49
49
 
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
86
86
                animation           = TRUE
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
144
144
 
145
145
style "notebook_bg" {
146
146
 
147
 
        bg[NORMAL]        = shade (1.04, @bg_color)
148
 
 
149
 
        engine "murrine" {
150
 
                highlight_ratio     = 1.04
151
 
        }
 
147
        bg[NORMAL]        = shade (1.03, @bg_color)
152
148
}
153
149
 
154
150
style "button" {
157
153
 
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)
161
157
}
162
158
 
163
159
# The color is changed by the notebook_bg style, this style
166
162
        xthickness = 3
167
163
        ythickness = 3
168
164
 
169
 
        bg[ACTIVE]        = shade (0.95, @bg_color)
 
165
        bg[ACTIVE]        = shade (0.96, @bg_color)
170
166
}
171
167
 
172
168
style "statusbar" {
251
247
 
252
248
style "nautilus_location" {
253
249
 
254
 
        bg[NORMAL]        = mix (0.60, shade (1.05, @bg_color), @selected_bg_color)
 
250
        bg[NORMAL]        = shade (0.94, @bg_color)
255
251
}
256
252
 
257
253
# Wrokaroudn style for places where the text color is used instead of the fg color.