From 66c967321798395b8207da4a982d6b93df7f53be Mon Sep 17 00:00:00 2001 From: raveit Date: Thu, 11 Apr 2013 15:35:45 +0200 Subject: update Menta GTK-2 to latest Zukwito update from 2013.03.29 --- desktop-themes/Menta/gtk-2.0/widgets/panel.rc | 65 ++++++++++++++++++++++----- 1 file changed, 54 insertions(+), 11 deletions(-) (limited to 'desktop-themes/Menta/gtk-2.0/widgets/panel.rc') diff --git a/desktop-themes/Menta/gtk-2.0/widgets/panel.rc b/desktop-themes/Menta/gtk-2.0/widgets/panel.rc index a199a171..7148815f 100644 --- a/desktop-themes/Menta/gtk-2.0/widgets/panel.rc +++ b/desktop-themes/Menta/gtk-2.0/widgets/panel.rc @@ -6,12 +6,33 @@ style "theme-panel" # Disable (comment out) for normal panel backgrounds or to get a transparancy panel. bg_pixmap[NORMAL] = "/Panel/panel-bg.png" - fg[NORMAL] = "#000000" - fg[PRELIGHT] = "#ffffff" - fg[ACTIVE] = "#000000" - text[NORMAL] = "#000000" - text[PRELIGHT] = "#ffffff" - text[ACTIVE] = "#000000" + base[NORMAL] = @bg_color + base[PRELIGHT] = shade (1.06, @bg_color) + base[INSENSITIVE] = @bg_color + bg[NORMAL] = @bg_color + bg[PRELIGHT] = shade (1.20, @bg_color) + bg[SELECTED] = shade (0.90, @selected_bg_color) + bg[INSENSITIVE] = @bg_color_dark + bg[ACTIVE] = shade (0.8, @bg_color) + fg[NORMAL] = "#000000" + fg[PRELIGHT] = "#000000" + fg[SELECTED] = @selected_fg_color + fg[ACTIVE] = "#ffffff" + fg[INSENSITIVE] = "#f0f0f0" + text[NORMAL] = "#000000" + text[PRELIGHT] = "#000000" + text[ACTIVE] = "#ffffff" + text[SELECTED] = @selected_fg_color + text[INSENSITIVE] = "#f0f0f0" + + engine "murrine" { + } +} + +style "theme-panel-buttons" +{ +# Disable (comment out) for normal panel backgrounds or to get a transparancy panel. + bg_pixmap[NORMAL] = "/Panel/panel-bg.png" engine "pixmap" { image { @@ -105,8 +126,11 @@ widget "*indicator-applet*" style "theme-panel" class "PanelApp*" style "theme-panel" class "PanelToplevel*" style "theme-panel" widget_class "*PanelToplevel*" style "theme-panel" -widget_class "*notif*" style "theme-panel" -widget_class "*Notif*" style "theme-panel" +widget_class "*PanelFrame*" style "theme-panel" +widget_class "*PanelAppletFrame*" style "theme-panel" +widget_class "*PanelWidget*.*" style "theme-panel" +#widget_class "*notif*" style "theme-panel" +#widget_class "*Notif*" style "theme-panel" widget_class "*Tray*" style "theme-panel" widget_class "*tray*" style "theme-panel" widget_class "*computertemp*" style "theme-panel" @@ -121,10 +145,20 @@ widget_class "*Notif*Brasero*" style "theme-panel-light" widget "*Xfce*Panel*" style "theme-panel" class "*Xfce*Panel*" style "theme-panel" +# Panel buttons +widget_class "*Panel*GtkToggleButton" style:highest "theme-panel-buttons" +#widget_class "*Panel*GtkButton" style:highest "theme-panel-buttons" + +# XFCE panel buttons +widget "*Xfce*Panel*Button*" style:highest "theme-panel-buttons" +class "*Xfce*Panel*Button*" style:highest "theme-panel-buttons" +widget_class "*LauncherPlugin*" style:highest "theme-panel-buttons" +widget_class "*ActionsPlugin*" style:highest "theme-panel-buttons" + # lxpanel and fbpanel -widget "*.tclock.*" style "theme-panel" -widget "*.taskbar.*" style "theme-panel" -widget_class "*GtkBgbox*" style "theme-panel" ++widget "*.tclock.*" style "theme-panel-buttons" ++widget "*.taskbar.*" style "theme-panel-buttons" ++widget_class "*GtkBgbox*" style "theme-panel-buttons" # Make sure panel text color doesn't change widget_class "*Panel*MenuBar*" style "theme-main-menu-text" @@ -159,3 +193,12 @@ engine "pixmap" { } widget_class "*PanelToplevel*" style "panel-arrow-remove" + +# Fix xfce-notifyd button +style "xfce-notifyd-button" { + fg[NORMAL] = @text_color + fg[PRELIGHT] = @text_color + fg[ACTIVE] = @text_color +} + +widget_class "XfceNotifyWindow.*.GtkButton*" style "xfce-notifyd-button" -- cgit v1.2.1 From dafb217493bb695a070e8b82ebed8e3e99017536 Mon Sep 17 00:00:00 2001 From: raveit Date: Thu, 11 Apr 2013 18:21:53 +0200 Subject: fix GTK2 panel.rc --- desktop-themes/Menta/gtk-2.0/widgets/panel.rc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'desktop-themes/Menta/gtk-2.0/widgets/panel.rc') diff --git a/desktop-themes/Menta/gtk-2.0/widgets/panel.rc b/desktop-themes/Menta/gtk-2.0/widgets/panel.rc index 7148815f..08a0b9a1 100644 --- a/desktop-themes/Menta/gtk-2.0/widgets/panel.rc +++ b/desktop-themes/Menta/gtk-2.0/widgets/panel.rc @@ -156,9 +156,9 @@ widget_class "*LauncherPlugin*" style:highest "theme-panel-buttons" widget_class "*ActionsPlugin*" style:highest "theme-panel-buttons" # lxpanel and fbpanel -+widget "*.tclock.*" style "theme-panel-buttons" -+widget "*.taskbar.*" style "theme-panel-buttons" -+widget_class "*GtkBgbox*" style "theme-panel-buttons" +widget "*.tclock.*" style "theme-panel-buttons" +widget "*.taskbar.*" style "theme-panel-buttons" +widget_class "*GtkBgbox*" style "theme-panel-buttons" # Make sure panel text color doesn't change widget_class "*Panel*MenuBar*" style "theme-main-menu-text" -- cgit v1.2.1