diff options
author | bionel <ionel.busuioc@gmail.com> | 2015-08-04 16:55:48 +0300 |
---|---|---|
committer | bionel <ionel.busuioc@gmail.com> | 2015-08-04 16:55:48 +0300 |
commit | 1aec35117619bef64fc74b53594018e46e805f9e (patch) | |
tree | a0e4675f8a494d324bf590b73f5f0e1b101dba41 /Kogaion-daylight/gtk-2.0/apps/thunar.rc | |
parent | 98a5d4ad5011edf8b59c69385dbdfb3c7efe90b0 (diff) |
fixed entry, sidepanel improved, fixed terminal and some others
Diffstat (limited to 'Kogaion-daylight/gtk-2.0/apps/thunar.rc')
-rwxr-xr-x | Kogaion-daylight/gtk-2.0/apps/thunar.rc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Kogaion-daylight/gtk-2.0/apps/thunar.rc b/Kogaion-daylight/gtk-2.0/apps/thunar.rc index 8e6ef55..8246c51 100755 --- a/Kogaion-daylight/gtk-2.0/apps/thunar.rc +++ b/Kogaion-daylight/gtk-2.0/apps/thunar.rc @@ -13,14 +13,14 @@ class "ThunarLocationButtons" style "thunar-location-buttons" style "sidepane" { - base[NORMAL] = @sidebar_background # backgroung - bg[NORMAL] = shade (0.91, @base_color) + base[NORMAL] = mix (0.5, @bg_color, @sidebar_background) # backgroung + bg[NORMAL] = shade (0.91, @base_color) bg[PRELIGHT] = @fg_color engine "murrine" { # gradient_shades = {1.00, 1.05, 1.05, 1.10} - contrast = 0.80 + contrast = 0.80 } } |