From cbf0968bda61139f274d5f71bfbd454e44f9697b Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 1 Jan 2017 18:57:16 +0000 Subject: fix xfce/mate theming --- Redcore-daylight/gtk-2.0/apps/xfce-panel.rc | 144 ---------------------------- 1 file changed, 144 deletions(-) delete mode 100644 Redcore-daylight/gtk-2.0/apps/xfce-panel.rc (limited to 'Redcore-daylight/gtk-2.0/apps/xfce-panel.rc') diff --git a/Redcore-daylight/gtk-2.0/apps/xfce-panel.rc b/Redcore-daylight/gtk-2.0/apps/xfce-panel.rc deleted file mode 100644 index 60f497a..0000000 --- a/Redcore-daylight/gtk-2.0/apps/xfce-panel.rc +++ /dev/null @@ -1,144 +0,0 @@ -style "theme-panel" = "dark" -{ - xthickness = 1 - ythickness = 1 - - bg[NORMAL] = shade (0.35, @bg_color_dark) - bg[ACTIVE] = shade (0.65, @bg_color_dark) - bg[PRELIGHT] = shade (0.85, @selected_bg_color) - bg[SELECTED] = @selected_bg_color - - fg[NORMAL] = shade (0.9, @base_color) - fg[PRELIGHT] = @base_color - fg[ACTIVE] = shade (0.9, @base_color) - fg[SELECTED] = shade (0.9, @base_color) - - text[NORMAL] = shade (0.9, @base_color) - text[PRELIGHT] = @base_color - text[ACTIVE] = shade (0.9, @base_color) - text[SELECTED] = shade (0.9, @base_color) - - engine "murrine" { - roundness = 0 - glowstyle = 0 - glazestyle = 0 - textstyle = 1 - text_shade = 0.2 - } -} - -style "theme-panel-text" -{ - fg[NORMAL] = @base_color - fg[PRELIGHT] = "#dedede" - fg[ACTIVE] = @base_color - - text[NORMAL] = @base_color - text[PRELIGHT] = "#dedede" - text[ACTIVE] = @base_color - - engine "murrine" { - textstyle = 1 - text_shade = 0.2 - } -} - -style "panel-entry" = "dark" -{ - fg[NORMAL] = @text_color - fg[PRELIGHT] = @text_color - fg[ACTIVE] = @text_color - fg[SELECTED] = @text_color - fg[INSENSITIVE] = @text_color - - text[NORMAL] = @text_color - text[PRELIGHT] = @text_color - text[ACTIVE] = @text_color - text[SELECTED] = @text_color - text[INSENSITIVE] = @text_color - -} - -style "theme-main-menu-text" = "theme-panel-text" -{ - fg[PRELIGHT] = "#dedede" - text[PRELIGHT] = "#dedede" -} - -style "workspace-switcher" = "theme-panel" -{ - bg[ACTIVE] = shade (0.8, @selected_bg_color) - bg[SELECTED] = shade (0.8, @selected_bg_color) -} - -style "window-buttons" = "theme-panel" -{ - xthickness = 3 - ythickness = 3 - - bg[ACTIVE] = shade (0.65, @selected_bg_color) - bg[PRELIGHT] = shade (0.85, @selected_bg_color) - bg[SELECTED] = shade (0.85, @selected_bg_color) - - fg[NORMAL] = shade (0.7, @base_color) - fg[ACTIVE] = @base_color - fg[PRELIGHT] = @base_color - - engine "murrine" { - contrast = 0.0 - gradient_shades = { 1.0, 0.9, 0.8, 0.7 } - roundness = 1 - reliefstyle = 0 - textstyle = 1 - text_shade = 0.2 - } -} - -style "indicator" = "theme-panel" -{ - xthickness = 0 - ythickness = 0 -} - -widget "*PanelWidget*" style "theme-panel" -widget "*PanelApplet*" style "theme-panel" -widget "*fast-user-switch*" style "theme-panel" -widget "*CPUFreq*Applet*" style "theme-panel" -widget "*TopMenu*" 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 "*Tray*" style "theme-panel" -widget_class "*tray*" style "theme-panel" -widget_class "*computertemp*" style "theme-panel" -widget_class "*Applet*Tomboy*" style "theme-panel" -widget_class "*Applet*Netstatus*" style "theme-panel" - -# Fixes for tooltip text in some apps. -widget_class "*Notif*Beagle*" style "theme-panel" -widget_class "*Notif*Brasero*" style "theme-panel" - -# XFCE panel theming. -widget "*Xfce*Panel*" style "theme-panel" -class "*Xfce*Panel*" style "theme-panel" -widget "*WnckPager*" style "workspace-switcher" -widget "*PagerButtons*" style "workspace-switcher" - -# Fix gtk-entries in the panel -class "GtkEntry" style "combo" -class "*SexyIconEntry*" style:highest "combo" # fixes dict-plugin -widget "*xfce4-verve-plugin*GtkEntry" style:highest "combo" # fixes verve-plugin -widget "*bookmark*GtkEntry" style "panel-entry" # fixes smartbookmark-plugin - -# 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" - -# Override general panel-style with specific plugin-styles -widget "*indicator-applet*" style "indicator" -widget "*indicator-button*" style "indicator" -widget "*XfceTasklist*" style "window-buttons" -- cgit v1.2.3