diff options
author | bionel <ionel.busuioc@gmail.com> | 2015-08-22 20:25:23 +0300 |
---|---|---|
committer | bionel <ionel.busuioc@gmail.com> | 2015-08-22 20:25:23 +0300 |
commit | b45aa479a32bc6c597fb07ea3f862fe8a7291b7b (patch) | |
tree | 773d85a0b04b710c64950ed402c8b050cae82e60 /Kogaion-nighttime/gtk-2.0/app-styles | |
parent | 1b70002f56b4e0c86e2700b693794d91155d93e8 (diff) |
fixing some errors2.0
Diffstat (limited to 'Kogaion-nighttime/gtk-2.0/app-styles')
-rwxr-xr-x | Kogaion-nighttime/gtk-2.0/app-styles/terminal.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Kogaion-nighttime/gtk-2.0/app-styles/terminal.rc b/Kogaion-nighttime/gtk-2.0/app-styles/terminal.rc index 609aab5..4b24b7c 100755 --- a/Kogaion-nighttime/gtk-2.0/app-styles/terminal.rc +++ b/Kogaion-nighttime/gtk-2.0/app-styles/terminal.rc @@ -24,8 +24,8 @@ style "terminal-notebook" style "notebook-button" { xthickness = 0 ythickness = 0 - bg[ACTIVE] = shade (0.68, @sidebar_background) - bg[PRELIGHT] = shade (0.75, @sidebar_background) + bg[ACTIVE] = shade (0.68, @window_active_color) + bg[PRELIGHT] = shade (0.75, @window_active_color) engine "murrine" { gradient_shades = {1.00,1.00,1.00,1.00} |