From ca3cc6563db38b6e55a8af918cd7bfce50462fb2 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Mon, 4 Nov 2013 22:02:30 +0100 Subject: Menta GTK2: syncronize menu selected fonts --- desktop-themes/Menta/gtk-2.0/widgets/panel.rc | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/desktop-themes/Menta/gtk-2.0/widgets/panel.rc b/desktop-themes/Menta/gtk-2.0/widgets/panel.rc index 647d9d91..67c4b8a3 100644 --- a/desktop-themes/Menta/gtk-2.0/widgets/panel.rc +++ b/desktop-themes/Menta/gtk-2.0/widgets/panel.rc @@ -96,15 +96,16 @@ style "theme-panel-light" } } -style "theme-panel-text" -{ - fg[NORMAL] = "#000000" - fg[PRELIGHT] = "#000000" - fg[ACTIVE] = "#ffffff" - text[NORMAL] = "#000000" - text[PRELIGHT] = "#000000" - text[ACTIVE] = "#ffffff" -} +# disable for syncronize menu selected fonts +#style "theme-panel-text" +#{ +# fg[NORMAL] = "#000000" +# fg[PRELIGHT] = "#000000" +# fg[ACTIVE] = "#ffffff" +# text[NORMAL] = "#000000" +# text[PRELIGHT] = "#000000" +# text[ACTIVE] = "#ffffff" +#} style "theme-main-menu-text" = "theme-panel-text" { @@ -170,8 +171,8 @@ widget_class "*GtkBgbox*" style "theme-panel-buttons" # Make sure panel text color doesn't change widget_class "*Panel*MenuBar*" style "theme-main-menu-text" widget_class "*Panel**" style "theme-main-menu-text" -widget "*.clock-applet-button.*" style "theme-panel-text" -widget "*PanelApplet*" style "theme-panel-text" +#widget "*.clock-applet-button.*" style "theme-panel-text" +#widget "*PanelApplet*" style "theme-panel-text" # Hide ugly handle class "PanelAppletFrame" style:highest "theme-panel-handle" -- cgit v1.2.1