diff options
author | bionel <ionel.busuioc@gmail.com> | 2015-08-04 20:09:09 +0300 |
---|---|---|
committer | bionel <ionel.busuioc@gmail.com> | 2015-08-04 20:09:09 +0300 |
commit | 05f49517c655e5d4530ec5a51d3f9b3f8a3316e7 (patch) | |
tree | d7ce0ac446b01a21104f5e4fa907330f1eaf9e95 /Kogaion-daylight/gtk-2.0 | |
parent | 74b16bfc753d4ae000ae4f58c39be7896e79e94c (diff) |
panel fixed
Diffstat (limited to 'Kogaion-daylight/gtk-2.0')
-rwxr-xr-x | Kogaion-daylight/gtk-2.0/apps/panel.rc | 28 |
1 files changed, 5 insertions, 23 deletions
diff --git a/Kogaion-daylight/gtk-2.0/apps/panel.rc b/Kogaion-daylight/gtk-2.0/apps/panel.rc index 2435e17..e95c704 100755 --- a/Kogaion-daylight/gtk-2.0/apps/panel.rc +++ b/Kogaion-daylight/gtk-2.0/apps/panel.rc @@ -3,39 +3,21 @@ style "theme-panel" xthickness = 2 ythickness = 2 - bg[NORMAL] = @window_active_color -# bg[ACTIVE] = "#00ff00" -# bg[PRELIGHT] = "#0000ff" -# bg[SELECTED] = "#ffff00" + bg_pixmap[NORMAL] = "/Panel/panel-bg.png" + bg[NORMAL] = @window_active_color # mate-panel need it - fg[NORMAL] = @fg_color + fg[NORMAL] = @bg_color fg[PRELIGHT] = @fg_color -# fg[ACTIVE] = "#00ff00" -# fg[SELECTED] = "#ff0000" text[NORMAL] = @fg_color text[PRELIGHT] = @text_color -# text[ACTIVE] = "#0000ff" -# text[SELECTED] = "#ffff00" - - engine "murrine" { -# border_shades = { 1.3, 0.9 } -# contrast = 0.5 -# roundness = 0 -# glowstyle = 0 -# glow_shade = 1.4 -# glazestyle = 2 - reliefstyle = 0 - handlestyle = 0 - #trough_border_shades = { 3.0, 2.5 } # improve visibility in panel-plugins using the progressbar (xfce4-timer-plugin) - } } style "theme-panel-text" { - fg[NORMAL] = @fg_color + fg[NORMAL] = @bg_color fg[PRELIGHT] = @fg_color - fg[ACTIVE] = @base_color + fg[ACTIVE] = @bg_color text[NORMAL] = @fg_color text[PRELIGHT] = @fg_color |