From 7c73ea635abe3dad8f2383269156f32648599685 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Sun, 17 May 2015 10:56:05 +0200 Subject: some fixes --- gtk-2.0/panel.rc | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'gtk-2.0') diff --git a/gtk-2.0/panel.rc b/gtk-2.0/panel.rc index e5baad0..9974b76 100644 --- a/gtk-2.0/panel.rc +++ b/gtk-2.0/panel.rc @@ -2,20 +2,20 @@ style "theme-panel" { ythickness = 0 - bg[NORMAL] = "#20242A" + bg[NORMAL] = "#25272d" bg[ACTIVE] = @selected_bg_color bg[PRELIGHT] = shade(1.1, @selected_bg_color) bg[SELECTED] = @selected_bg_color - fg[NORMAL] = "#edf5fb" + fg[NORMAL] = "#A8ADB5" fg[PRELIGHT] = @selected_fg_color fg[ACTIVE] = @selected_fg_color fg[SELECTED] = @selected_fg_color - text[NORMAL] = "#edf5fb" - text[PRELIGHT] = "#edf5fb" - text[ACTIVE] = "#edf5fb" - text[SELECTED] = "#edf5fb" + text[NORMAL] = "#A8ADB5" + text[PRELIGHT] = "#A8ADB5" + text[ACTIVE] = "#A8ADB5" + text[SELECTED] = "#A8ADB5" engine "murrine" { reliefstyle = 0 @@ -26,7 +26,7 @@ style "theme-panel" { gradient_shades = {1.0,1.0,1.0,1.0} textstyle = 0 contrast = 0.0 - textstyle = 1 + textstyle = 0 } } @@ -48,7 +48,7 @@ style "panelbuttons" { ythickness = 0 engine "murrine" { - textstyle = 1 + textstyle = 0 } } @@ -63,7 +63,7 @@ style "theme-panel-text" { text[ACTIVE] = "#edf5fb" engine "murrine" { - textstyle = 1 + textstyle = 0 text_shade = 0.2 } } -- cgit v1.2.3