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

« back to all changes in this revision

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

  • Committer: Luca Forina
  • Date: 2008-11-12 16:22:35 UTC
  • Revision ID: rocksolid@fastwebnet.it-20081112162235-5l0jppds3dyoo04o
Alloy: saner gradient_shade

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:#FFFFFF\nfg_color:#1C1C1C\ntooltip_fg_color:#1C1C1C\nselected_bg_color:#BCCEE0\nselected_fg_color:#1C1C1C\ntext_color:#1C1C1C\nbg_color:#E1E1E1\ntooltip_bg_color:#E3E3E3"
 
4
gtk-color-scheme = "base_color:#FFFFFF\nfg_color:#1C1C1C\ntooltip_fg_color:#1C1C1C\nselected_bg_color:#BED1E3\nselected_fg_color:#1C1C1C\ntext_color:#1C1C1C\nbg_color:#E1E1E1\ntooltip_bg_color:#E3E3E3"
5
5
 
6
6
# menu delay
7
7
# gtk-menu-popup-delay = 0
76
76
 
77
77
        base[NORMAL]      = @base_color
78
78
        base[PRELIGHT]    = @selected_bg_color
79
 
        base[SELECTED]    = shade (0.95, @selected_bg_color)
 
79
        base[SELECTED]    = @selected_bg_color
80
80
        base[INSENSITIVE] = @bg_color
81
 
        base[ACTIVE]      = shade (0.93, @selected_bg_color)
 
81
        base[ACTIVE]      = shade (0.98, @selected_bg_color)
82
82
 
83
83
        engine "murrine"
84
84
        {
85
 
                rgba                = TRUE  # FALSE = disabled, TRUE = enabled
 
85
                rgba                = FALSE # FALSE = disabled, TRUE = enabled
86
86
                animation           = TRUE
87
87
                colorize_scrollbar  = FALSE
88
88
                contrast            = 0.85  # 0.8 for less contrast, more than 1.0 for more contrast on borders
89
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.105,1.055,1.048,1.0} # default: {1.1,1.0,1.0,1.1}
 
91
                gradient_shades     = {1.063,1.035,1.015,1.04} # default: {1.1,1.0,1.0,1.1}
92
92
                highlight_ratio     = 1.0   # set highlight amount for buttons or widgets
93
 
                lightborder_ratio   = 1.06  # sets lightborder amount for buttons or widgets
94
 
                lightborderstyle    = 0     # 0 = lightborder on top side, 1 = lightborder on all sides
 
93
                lightborder_ratio   = 1.07   # sets lightborder amount for buttons or widgets
 
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
97
97
                menubaritemstyle    = 1     # 0 = menuitem look, 1 = button look
152
152
 
153
153
        bg[NORMAL]        = shade (1.0, @bg_color)
154
154
        bg[PRELIGHT]      = shade (1.01, @bg_color)
155
 
        bg[ACTIVE]        = shade (0.92, @bg_color)
 
155
        bg[ACTIVE]        = shade (0.94, @bg_color)
156
156
}
157
157
 
158
158
# The color is changed by the notebook_bg style, this style
162
162
        ythickness = 2
163
163
 
164
164
        bg[ACTIVE]        = shade (0.97, @bg_color)
165
 
 
166
165
}
167
166
 
168
167
style "statusbar" {
210
209
style "toolbar" {
211
210
        xthickness = 0
212
211
        ythickness = 0
213
 
 
214
 
        #bg[NORMAL] = shade (0.95, @bg_color)
215
212
}
216
213
 
217
214
style "frame_title" {
227
224
        xthickness = 0
228
225
        ythickness = 0
229
226
 
230
 
        fg[PRELIGHT]      = @selected_fg_color
231
 
        bg[SELECTED]      = shade (0.95, @selected_bg_color)
232
 
 
233
227
        engine "murrine" {
234
228
                # Explicitly set the radius for the progress bars inside menu items.
235
229
                roundness = 0
242
236
        xthickness = 2
243
237
        ythickness = 1
244
238
 
245
 
        bg[NORMAL]        = shade (1.01, @bg_color)
 
239
        bg[NORMAL]        = shade (1.002, @bg_color)
246
240
}
247
241
 
248
242
style "tooltips" {