Fix xfce-panel color in older xfce versions

This commit is contained in:
EliverLara
2019-06-29 12:13:59 -05:00
parent 20570c93be
commit 23129fe819
5 changed files with 14 additions and 12 deletions

View File

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

View File

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

View File

@@ -76,7 +76,7 @@ $info_color: $lime;
$question_color: $cyan; $question_color: $cyan;
// Panel colors // Panel colors
$panel_bg_color: transparentize(darken($main_dark_color, 7%), 0.3); $panel_bg_color: transparentize(darken($main_dark_color, 7%), 0);
$panel_fg_color: white; $panel_fg_color: white;
$panel_borders_color: transparentize(darken($main_dark_color, 7%), 0.8); $panel_borders_color: transparentize(darken($main_dark_color, 7%), 0.8);

View File

@@ -5692,7 +5692,7 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
background-color: #161925; } background-color: #161925; }
.xfce4-panel.panel { .xfce4-panel.panel {
background-color: rgba(16, 16, 19, 0.7); background-color: #101013;
text-shadow: none; text-shadow: none;
-gtk-icon-shadow: none; } -gtk-icon-shadow: none; }
@@ -5716,11 +5716,11 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
background-color: rgba(16, 16, 19, 0); } background-color: rgba(16, 16, 19, 0); }
.xfce4-panel.panel button.flat:hover { .xfce4-panel.panel button.flat:hover {
border: none; border: none;
background-color: rgba(39, 40, 47, 0.7); } background-color: #27282f; }
.xfce4-panel.panel button.flat:active, .xfce4-panel.panel button.flat:checked { .xfce4-panel.panel button.flat:active, .xfce4-panel.panel button.flat:checked {
color: #fefefe; color: #fefefe;
border-bottom: 2px solid #0072ff; border-bottom: 2px solid #0072ff;
background-color: rgba(62, 64, 75, 0.7); } background-color: #3e404b; }
.xfce4-panel.panel button.flat:active label, .xfce4-panel.panel button.flat:active image, .xfce4-panel.panel button.flat:checked label, .xfce4-panel.panel button.flat:checked image { .xfce4-panel.panel button.flat:active label, .xfce4-panel.panel button.flat:active image, .xfce4-panel.panel button.flat:checked label, .xfce4-panel.panel button.flat:checked image {
color: inherit; } color: inherit; }
@@ -6089,10 +6089,10 @@ ConversationListView {
* LightDm * * LightDm *
***********/ ***********/
#panel_window { #panel_window {
background-color: rgba(16, 16, 19, 0.7); background-color: #101013;
color: white; color: white;
font-weight: bold; font-weight: bold;
box-shadow: inset 0 -1px rgba(0, 0, 0, 0.7); } box-shadow: inset 0 -1px black; }
#panel_window .menubar, #panel_window .menubar,
#panel_window .menubar > .menuitem menubar, #panel_window .menubar > .menuitem menubar,
#panel_window menubar > menuitem { #panel_window menubar > menuitem {

View File

@@ -5717,7 +5717,7 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
background-color: #e6e6e6; } background-color: #e6e6e6; }
.xfce4-panel.panel { .xfce4-panel.panel {
background-color: rgba(16, 16, 19, 0.7); background-color: #101013;
text-shadow: none; text-shadow: none;
-gtk-icon-shadow: none; } -gtk-icon-shadow: none; }
@@ -5741,11 +5741,11 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
background-color: rgba(16, 16, 19, 0); } background-color: rgba(16, 16, 19, 0); }
.xfce4-panel.panel button.flat:hover { .xfce4-panel.panel button.flat:hover {
border: none; border: none;
background-color: rgba(39, 40, 47, 0.7); } background-color: #27282f; }
.xfce4-panel.panel button.flat:active, .xfce4-panel.panel button.flat:checked { .xfce4-panel.panel button.flat:active, .xfce4-panel.panel button.flat:checked {
color: #fefefe; color: #fefefe;
border-bottom: 2px solid #0072ff; border-bottom: 2px solid #0072ff;
background-color: rgba(62, 64, 75, 0.7); } background-color: #3e404b; }
.xfce4-panel.panel button.flat:active label, .xfce4-panel.panel button.flat:active image, .xfce4-panel.panel button.flat:checked label, .xfce4-panel.panel button.flat:checked image { .xfce4-panel.panel button.flat:active label, .xfce4-panel.panel button.flat:active image, .xfce4-panel.panel button.flat:checked label, .xfce4-panel.panel button.flat:checked image {
color: inherit; } color: inherit; }
@@ -6114,10 +6114,10 @@ ConversationListView {
* LightDm * * LightDm *
***********/ ***********/
#panel_window { #panel_window {
background-color: rgba(16, 16, 19, 0.7); background-color: #101013;
color: white; color: white;
font-weight: bold; font-weight: bold;
box-shadow: inset 0 -1px rgba(0, 0, 0, 0.7); } box-shadow: inset 0 -1px black; }
#panel_window .menubar, #panel_window .menubar,
#panel_window .menubar > .menuitem menubar, #panel_window .menubar > .menuitem menubar,
#panel_window menubar > menuitem { #panel_window menubar > menuitem {