~cimi/light-themes/gtk+3

« back to all changes in this revision

Viewing changes to Radiance/gtk-2.0/gtkrc

  • Committer: Ken VanDine
  • Date: 2010-09-21 21:36:43 UTC
  • mfrom: (47.1.1 light-themes)
  • Revision ID: ken.vandine@canonical.com-20100921213643-0wkwx1ugkx17jzj5
Tags: 0.1.8
releasing version 0.1.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
gtk-color-scheme = "base_color:#ffffff\nfg_color:#525252\ntooltip_fg_color:#ffffff\nselected_bg_color:#f07746\nselected_fg_color:#FFFFFF\ntext_color:#3C3C3C\nbg_color:#F2F1F0\ntooltip_bg_color:#000000\nlink_color:#DD4814"
 
1
gtk-color-scheme = "base_color:#ffffff\nfg_color:#4c4c4c\ntooltip_fg_color:#ffffff\nselected_bg_color:#f07746\nselected_fg_color:#FFFFFF\ntext_color:#3C3C3C\nbg_color:#F2F1F0\ntooltip_bg_color:#000000\nlink_color:#DD4814"
2
2
 
3
3
gtk-icon-sizes = "panel-menu=22,22:gtk-button=16,16"
4
4
 
41
41
        GtkToolbar::shadow-type = GTK_SHADOW_NONE
42
42
        GtkTreeView::expander-size = 7
43
43
        GtkTreeView::vertical-separator = 0
 
44
        GtkTreeView::odd-row-color = shade (0.96, @base_color)
44
45
        GtkNotebook::tab-overlap = -1
45
46
 
46
47
        GtkMenu::horizontal-padding = 0
83
84
        text[PRELIGHT]    = @text_color
84
85
        text[SELECTED]    = @selected_fg_color
85
86
        text[INSENSITIVE] = shade (0.8, @bg_color)
86
 
        text[ACTIVE]      = @text_color
 
87
        text[ACTIVE]      = darker (@text_color)
87
88
 
88
89
        base[NORMAL]      = @base_color
89
90
        base[PRELIGHT]    = shade (0.98, @bg_color)
250
251
style "notebook_bg" {
251
252
        bg[NORMAL] = shade (1.02, @bg_color)
252
253
        bg[ACTIVE] = shade (0.97, @bg_color)
253
 
        fg[ACTIVE] = mix (0.9, @fg_color, @bg_color)
 
254
        fg[ACTIVE] = mix (0.8, @fg_color, shade (0.97, @bg_color))
254
255
}
255
256
 
256
257
# The color is changed by the notebook_bg style, this style
264
265
                contrast = 0.8
265
266
                focusstyle = 2
266
267
                lightborder_shade = 1.16
 
268
                gradient_shades = {1.1, 1.0, 1.0, 0.68}
267
269
        }
268
270
}
269
271
 
270
272
style "statusbar" {
271
273
        engine "murrine" {
272
 
                contrast = 1.0
 
274
                contrast = 1.2
273
275
        }
274
276
}
275
277
 
410
412
 
411
413
        bg[ACTIVE] = shade (0.94, @bg_color)
412
414
        #bg[SELECTED] = "#cdcdcd"
413
 
        fg[PRELIGHT] = "#793C24"
 
415
        fg[PRELIGHT] = @selected_fg_color
414
416
 
415
417
        engine "murrine" {
416
418
                #trough_shades = {0.98, 1.02}
454
456
}
455
457
 
456
458
style "radiocheck"  = "button" {
457
 
        text[NORMAL] = "#793c24"
458
 
        text[PRELIGHT] = shade(1.06, "#793c24")
 
459
        text[NORMAL] = shade (0.535, @selected_bg_color)
 
460
        text[PRELIGHT] = shade(1.06, shade (0.535, @selected_bg_color))
459
461
        bg[NORMAL]   = shade (0.92, @bg_color)
460
462
        bg[PRELIGHT] = mix (0.2, @selected_bg_color, shade(1.1, @bg_color))
 
463
        fg[INSENSITIVE] = darker (@bg_color)
 
464
        fg[ACTIVE] = @fg_color
461
465
 
462
466
        engine "murrine" {
463
467
                reliefstyle = 3
580
584
widget_class "*<GtkButton>*<GtkLabel>" style "button"
581
585
widget_class "*<GtkToolbar>.*.<GtkButton>*" style "notebook_button"
582
586
widget_class "*<GtkNotebook>" style "notebook"
583
 
widget_class "*<GtkStatusbar>*" style "statusbar"
 
587
widget_class "*<GtkStatusbar>" style "statusbar"
584
588
widget_class "*<GtkSpinButton>*" style "spinbutton"
585
589
widget_class "*<GtkNotebook>*<GtkButton>" style "notebook_button"
586
590
widget_class "*<GtkNotebook>*<GtkButton>*<GtkLabel>" style "notebook_button"