aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorst31802016-05-29 23:57:14 +0200
committerHorst31802016-05-29 23:57:14 +0200
commit324722a0e8f9675083af66db05f2f538c7c82b92 (patch)
tree34d6296d990cb119783e82196b27b17e9dd71bdd
parentca76d0e2e55cb9a6b69a29c19225c22bb50c6f96 (diff)
downloadsolarc-theme-324722a0e8f9675083af66db05f2f538c7c82b92.tar.gz
solarc-theme-324722a0e8f9675083af66db05f2f538c7c82b92.tar.xz
solarc-theme-324722a0e8f9675083af66db05f2f538c7c82b92.zip
fix xfce-panel progressbar background
-rw-r--r--common/gtk-2.0/panel.rc5
1 files changed, 5 insertions, 0 deletions
diff --git a/common/gtk-2.0/panel.rc b/common/gtk-2.0/panel.rc
index 5b3df75..431bfea 100644
--- a/common/gtk-2.0/panel.rc
+++ b/common/gtk-2.0/panel.rc
@@ -30,6 +30,10 @@ style "theme-panel" {
}
}
+style "theme-panel-progressbar" {
+ bg[ACTIVE] = "#1D1F26"
+}
+
style "panelbar" {
fg[NORMAL] = "#edf5fb"
@@ -158,6 +162,7 @@ widget_class "*Notif*Brasero*" style "theme-panel"
# XFCE panel theming.
widget "*Xfce*Panel*" style "theme-panel"
class "*Xfce*Panel*" style "theme-panel"
+widget "*Xfce*Panel*GtkProgressBar" style "theme-panel-progressbar"
widget "*WnckPager*" style "workspace-switcher"
widget "*TopMenu*" style "theme-panel"
widget "*XfceTasklist*" style "window-buttons"