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

« back to all changes in this revision

Viewing changes to Tech/gtk-2.0/gtkrc

  • Committer: Luca Forina
  • Date: 2008-12-20 21:45:38 UTC
  • Revision ID: rocksolid@fastwebnet.it-20081220214538-7ut4n5e8s51ufzm8
updated Edge and Tech themes

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:#000000\ntooltip_fg_color:#000000\nselected_bg_color:#7CB2E6\nselected_fg_color:#FFFFFF\ntext_color:#1A1A1A\nbg_color:#C4C4C4\ntooltip_bg_color:#F5F5B5"
 
4
gtk-color-scheme = "base_color:#FFFFFF\nfg_color:#000000\ntooltip_fg_color:#000000\nselected_bg_color:#87BBED\nselected_fg_color:#FFFFFF\ntext_color:#1A1A1A\nbg_color:#DFDEDC\ntooltip_bg_color:#F5F5B5"
5
5
 
6
6
# menu delay
7
7
# gtk-menu-popup-delay = 0
45
45
        GtkMenu::vertical-padding = 0
46
46
 
47
47
        #GtkMenuBar::shadow_type = GTK_SHADOW_NONE
48
 
        GtkToolbar::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                = FALSE # FALSE = disabled, TRUE = enabled
86
86
                animation           = TRUE
87
87
                colorize_scrollbar  = FALSE
88
 
                contrast            = 0.73  # 0.8 for less contrast, more than 1.0 for more contrast on borders
 
88
                contrast            = 0.7   # 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.11,1.07,1.07,1.03} # default: {1.1,1.0,1.0,1.1}
92
 
                highlight_ratio     = 1.023 # set highlight amount for buttons or widgets
93
 
                lightborder_ratio   = 1.14  # sets lightborder amount for buttons or widgets
 
91
                gradient_shades     = {1.07,1.04,1.01,1.03} # 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.12  # 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
143
143
}
144
144
 
145
145
style "notebook_bg" {
146
 
        bg[NORMAL]        = shade (1.02, @bg_color)
147
 
        
148
 
        engine "murrine"
149
 
        {
150
 
                lightborder_ratio   = 1.5 
151
 
        }
 
146
        bg[NORMAL]        = shade (1.01, @bg_color)
152
147
}
153
148
 
154
149
style "button" {
157
152
 
158
153
        bg[NORMAL]        = shade (1.0, @bg_color)
159
154
        bg[PRELIGHT]      = mix (0.9, shade (1.0,@bg_color), @selected_bg_color)
160
 
        bg[ACTIVE]        = shade (0.91, @bg_color)
 
155
        bg[ACTIVE]        = shade (0.93, @bg_color)
161
156
}
162
157
 
163
158
# The color is changed by the notebook_bg style, this style
166
161
        xthickness = 3
167
162
        ythickness = 3
168
163
 
169
 
        bg[ACTIVE]        = shade (0.96, @bg_color)
170
 
        
171
 
        engine "murrine"
172
 
        {
173
 
                lightborder_ratio   = 1.5 
174
 
        }
 
164
        bg[ACTIVE]        = shade (0.97, @bg_color)
175
165
}
176
166
 
177
167
style "statusbar" {
182
172
 
183
173
style "menubar" {
184
174
        bg[SELECTED]      = shade (0.93, @selected_bg_color)
185
 
        bg[NORMAL]        = shade (0.55, @bg_color)
 
175
        bg[NORMAL]        = shade (0.5, @bg_color)
186
176
}
187
177
 
188
178
style "menu" {
189
179
        xthickness = 0
190
180
        ythickness = 0
191
181
 
192
 
        bg[NORMAL]        = shade (0.55, @bg_color)
 
182
        bg[NORMAL]        = shade (0.5, @bg_color)
193
183
 
194
184
        engine "murrine" {
195
185
                roundness = 0
248
238
# style are overriden again.
249
239
style "treeview_header" = "default" {
250
240
        xthickness = 2
251
 
        ythickness = 0
 
241
        ythickness = 1
252
242
 
253
 
        bg[NORMAL]        = shade (1.0, @bg_color)
254
243
        bg[PRELIGHT]      = mix (0.9, shade (1.0,@bg_color), @selected_bg_color)
255
244
}
256
245
 
270
259
style "text_is_fg_color_workaround" {
271
260
 
272
261
        fg[NORMAL]        = @selected_fg_color
273
 
        bg[NORMAL]        = shade (0.55, @bg_color)
 
262
        bg[NORMAL]        = shade (0.5, @bg_color)
274
263
        text[NORMAL]      = @selected_fg_color
275
264
        text[PRELIGHT]    = @selected_fg_color
276
265
        text[SELECTED]    = @selected_fg_color
325
314
 
326
315
style "panel"
327
316
{
328
 
        bg[NORMAL]        = shade (0.55, @bg_color)
 
317
        bg[NORMAL]        = shade (0.5, @bg_color)
329
318
        
330
319
        engine "murrine"
331
320
        {
338
327
        fg[NORMAL]        = @selected_fg_color
339
328
        fg[PRELIGHT]      = @selected_fg_color
340
329
        fg[ACTIVE]        = @selected_fg_color
341
 
        bg[PRELIGHT]      = shade (0.48, @bg_color)
 
330
        bg[PRELIGHT]      = shade (0.47, @bg_color)
342
331
        bg[ACTIVE]        = shade (0.45, @bg_color)
343
332
        
344
333
        engine "murrine"
349
338
 
350
339
style "handle"
351
340
{
352
 
        bg[NORMAL]        = shade (0.45, @bg_color)
 
341
        bg[NORMAL]        = shade (0.40, @bg_color)
353
342
}
354
343
 
355
344
style "radiocheck" {
359
348
 
360
349
style "metacity-frame"
361
350
{
362
 
        bg[SELECTED]      = shade (0.55, @bg_color)
 
351
        bg[SELECTED]      = shade (0.5, @bg_color)
363
352
        fg[NORMAL]        = @selected_fg_color
364
353
        fg[INSENSITIVE]   = shade (0.7, @selected_fg_color)
365
354
}