summaryrefslogtreecommitdiff
path: root/Kogaion-nighttime/gtk-2.0/gtkrc
diff options
context:
space:
mode:
authorbionel <ionel.busuioc@gmail.com>2015-08-10 19:13:27 +0300
committerbionel <ionel.busuioc@gmail.com>2015-08-10 19:13:27 +0300
commit32ce922fb6809497480f2f6a74fe12e34264e113 (patch)
tree49e6f94d072d8075181142970bc3e3e54ec63adc /Kogaion-nighttime/gtk-2.0/gtkrc
parent6214ab4ec3ff3e2d3630999f4b61de7bedf1d299 (diff)
fixed treeview header
Diffstat (limited to 'Kogaion-nighttime/gtk-2.0/gtkrc')
-rwxr-xr-xKogaion-nighttime/gtk-2.0/gtkrc33
1 files changed, 15 insertions, 18 deletions
diff --git a/Kogaion-nighttime/gtk-2.0/gtkrc b/Kogaion-nighttime/gtk-2.0/gtkrc
index 5cc8b8e..04a1dfc 100755
--- a/Kogaion-nighttime/gtk-2.0/gtkrc
+++ b/Kogaion-nighttime/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 (1.20, @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