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

« back to all changes in this revision

Viewing changes to Murrine-Carbon/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:#D6D6D6\nfg_color:#ffffff\ntooltip_fg_color:#000000\nselected_bg_color:#4F98E0\nselected_fg_color:#ffffff\ntext_color:#000000\nbg_color:#606061\ntooltip_bg_color:#F5F5B5"
 
4
gtk-color-scheme = "base_color:#D6D6D6\nfg_color:#ffffff\ntooltip_fg_color:#000000\nselected_bg_color:#737D47\nselected_fg_color:#ffffff\ntext_color:#000000\nbg_color:#5B5B5C\ntooltip_bg_color:#F5F5B5"
5
5
 
6
6
# menu delay
7
7
gtk-menu-popup-delay = 0
78
78
        base[PRELIGHT]    = shade (0.95, @bg_color)
79
79
        base[SELECTED]    = @selected_bg_color
80
80
        base[INSENSITIVE] = @bg_color
81
 
        base[ACTIVE]      = shade (0.9, @selected_bg_color)
 
81
        base[ACTIVE]      = shade (0.95, @selected_bg_color)
82
82
 
83
83
        engine "murrine" 
84
84
        {
85
85
                rgba                = TRUE  # FALSE = disabled, TRUE = enabled
86
86
                animation           = TRUE
87
 
                colorize_scrollbar  = FALSE
88
 
                contrast            = 0.95  # 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
 
87
                colorize_scrollbar  = TRUE
 
88
                contrast            = 0.99  # 0.8 for less contrast, more than 1.0 for more contrast on borders
 
89
                glazestyle          = 1     # 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.15,1.04,1.02,0.95} # default: {1.1,1.0,1.0,1.1}
92
 
                highlight_ratio     = 1.03  # set highlight amount for buttons or widgets
 
91
                gradient_shades     = {1.12,1.08,0.95,0.9} # default: {1.1,1.0,1.0,1.1}
 
92
                highlight_ratio     = 1.0  # set highlight amount for buttons or widgets
93
93
                lightborder_ratio   = 1.1   # sets lightborder amount for buttons or widgets
94
 
                lightborderstyle    = 0     # 0 = lightborder on top side, 1 = lightborder on all sides
 
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
99
99
                menuitemstyle       = 1     # 0 = flat, 1 = glassy, 2 = striped
100
100
                menustyle           = 0     # 0 = no vertical menu stripe, 1 = display vertical menu stripe
101
101
                reliefstyle         = 2     # 0 = flat, 1 = inset, 2 = shadow
102
 
                roundness           = 3     # 0 = squared, 1 = old default, more will increase roundness
 
102
                roundness           = 4     # 0 = squared, 1 = old default, more will increase roundness
103
103
                scrollbarstyle      = 2     # 0 = nothing, 1 = circles, 2 = handles, 3 = diagonal stripes, 4 = diagonal stripes and handles, 5 = horizontal stripes, 6 = horizontal stripes and handles
104
104
                sliderstyle         = 1     # 0 = nothing added, 1 = handles
105
105
                stepperstyle        = 0     # 0 = standard, 1 = integrated stepper handles, 2 = unknown
155
155
 
156
156
        bg[NORMAL]        = shade (1.0, @bg_color)
157
157
        bg[PRELIGHT]      = shade (1.02, @bg_color)
158
 
        bg[ACTIVE]        = shade (0.95, @bg_color)
 
158
        bg[ACTIVE]        = shade (0.94, @bg_color)
159
159
}
160
160
 
161
161
# The color is changed by the notebook_bg style, this style
191
191
        xthickness = 3
192
192
        ythickness = 4
193
193
 
194
 
        bg[SELECTED]      = shade (0.9, @selected_bg_color)
195
 
        bg[PRELIGHT]      = shade (0.9, @selected_bg_color)
 
194
        bg[SELECTED]      = @selected_bg_color
 
195
        bg[PRELIGHT]      = @selected_bg_color
196
196
        fg[PRELIGHT]      = @selected_fg_color
197
197
}
198
198