diff options
author | bionel <ionel.busuioc@gmail.com> | 2015-08-10 19:13:27 +0300 |
---|---|---|
committer | bionel <ionel.busuioc@gmail.com> | 2015-08-10 19:13:27 +0300 |
commit | 32ce922fb6809497480f2f6a74fe12e34264e113 (patch) | |
tree | 49e6f94d072d8075181142970bc3e3e54ec63adc /Kogaion-daylight/gtk-2.0/gtkrc | |
parent | 6214ab4ec3ff3e2d3630999f4b61de7bedf1d299 (diff) |
fixed treeview header
Diffstat (limited to 'Kogaion-daylight/gtk-2.0/gtkrc')
-rwxr-xr-x | Kogaion-daylight/gtk-2.0/gtkrc | 33 |
1 files changed, 15 insertions, 18 deletions
diff --git a/Kogaion-daylight/gtk-2.0/gtkrc b/Kogaion-daylight/gtk-2.0/gtkrc index 4e17a8f..f91ce5e 100755 --- a/Kogaion-daylight/gtk-2.0/gtkrc +++ b/Kogaion-daylight/gtk-2.0/gtkrc @@ -572,26 +572,23 @@ style "treeview" { } } -style "treeview_header" { - ythickness = 0 - GtkWidget ::focus-padding = 1 +style "treeview_header" +{ + ythickness = 1 - bg[NORMAL] = shade (1.00, @base_color) - bg[PRELIGHT] = shade (0.90, @base_color) - bg[INSENSITIVE] = shade (0.92, @base_color) - bg[ACTIVE] = shade( 1.15, @selected_bg_color) + fg[NORMAL] = shade(0.55, @bg_color) + fg[PRELIGHT] = shade(0.80, @text_color) - engine "murrine" { - border_shades = {1.0, 1.4} - gradient_shades = {1.00,1.00,1.00,1.00} - contrast = 1.20 - lightborderstyle = 0 - roundness = 0 - textstyle = 1 - text_shade = 0.7 - glow_shade = 1.0 - prelight_shade = 1.9 - } + engine "pixmap" + { + image + { + function = BOX + file = "Others/tree_header.png" + border = { 1, 1, 1, 1 } + stretch = TRUE + } + } } #Added pixmap style for check/radiobuttons |