Fix xfce-panel color in older xfce versions

This commit is contained in:
EliverLara
2019-06-29 12:10:57 -05:00
parent 7c60cbc11f
commit 28b2f27fd4
5 changed files with 14 additions and 12 deletions

View File

@@ -1,6 +1,8 @@
style "theme-panel" = "dark" {
xthickness = 1
ythickness = 1
bg[NORMAL] = @panel_bg_color
fg[NORMAL] = @panel_fg_color
}
style "xfdesktop-icon-view" {

View File

@@ -10,7 +10,7 @@ gtk-color-scheme = "tooltip_fg_color:#2d2d2d\ntooltip_bg_color:#fefefe"
# Window colors
gtk-color-scheme = "wm_color:#31363d\nunfocused_wm_color:#31363d"
# Panel colors
gtk-color-scheme = "panel_bg_color:#263238\npanel_fg_color:#ffffff"
gtk-color-scheme = "panel_bg_color:#000000\npanel_fg_color:#ffffff"
# Dark Theme - Text/base colors
gtk-color-scheme = "dark_text_color:#fefefe\ndark_base_color:#505359"
# Dark Theme - Foreground/background colors