diff --git a/gtk-3.0/_colors.scss b/gtk-3.0/_colors.scss index 45241b7..bb551c7 100755 --- a/gtk-3.0/_colors.scss +++ b/gtk-3.0/_colors.scss @@ -76,7 +76,7 @@ $info_color: $lime; $question_color: $cyan; // Panel colors -$panel_bg_color: transparentize($base_color, 0.3); +$panel_bg_color: transparentize($base_color, 0.05); $panel_fg_color: white; $panel_borders_color: transparentize($base_color, 0.8); diff --git a/gtk-3.0/apps/_xfce.scss b/gtk-3.0/apps/_xfce.scss index bf3892e..5b89bbb 100644 --- a/gtk-3.0/apps/_xfce.scss +++ b/gtk-3.0/apps/_xfce.scss @@ -38,8 +38,8 @@ } &:active, &:checked { color: $selected_fg_color; - border: none; - background-color: $selected_bg_color; + border-bottom: 2px solid $selected_bg_color; + background-color: lighten($panel_bg_color, 15%); label, image { color: inherit; } } diff --git a/gtk-3.0/gtk-dark.css b/gtk-3.0/gtk-dark.css index 59fd179..77535c3 100755 --- a/gtk-3.0/gtk-dark.css +++ b/gtk-3.0/gtk-dark.css @@ -5663,7 +5663,7 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled background-color: #161925; } .xfce4-panel.panel { - background-color: rgba(24, 27, 40, 0.7); + background-color: rgba(24, 27, 40, 0.95); text-shadow: none; -gtk-icon-shadow: none; } @@ -5687,11 +5687,11 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled background-color: rgba(24, 27, 40, 0); } .xfce4-panel.panel button.flat:hover { border: none; - background-color: rgba(43, 49, 72, 0.7); } + background-color: rgba(43, 49, 72, 0.95); } .xfce4-panel.panel button.flat:active, .xfce4-panel.panel button.flat:checked { color: #fefefe; - border: none; - background-color: #c50ed2; } + border-bottom: 2px solid #c50ed2; + background-color: rgba(52, 60, 88, 0.95); } .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; } @@ -6060,10 +6060,10 @@ ConversationListView { * LightDm * ***********/ #panel_window { - background-color: rgba(24, 27, 40, 0.7); + background-color: rgba(24, 27, 40, 0.95); color: white; font-weight: bold; - box-shadow: inset 0 -1px rgba(11, 12, 18, 0.7); } + box-shadow: inset 0 -1px rgba(11, 12, 18, 0.95); } #panel_window .menubar, #panel_window .menubar > .menuitem menubar, #panel_window menubar > menuitem { diff --git a/gtk-3.0/gtk.css b/gtk-3.0/gtk.css index 59fd179..77535c3 100755 --- a/gtk-3.0/gtk.css +++ b/gtk-3.0/gtk.css @@ -5663,7 +5663,7 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled background-color: #161925; } .xfce4-panel.panel { - background-color: rgba(24, 27, 40, 0.7); + background-color: rgba(24, 27, 40, 0.95); text-shadow: none; -gtk-icon-shadow: none; } @@ -5687,11 +5687,11 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled background-color: rgba(24, 27, 40, 0); } .xfce4-panel.panel button.flat:hover { border: none; - background-color: rgba(43, 49, 72, 0.7); } + background-color: rgba(43, 49, 72, 0.95); } .xfce4-panel.panel button.flat:active, .xfce4-panel.panel button.flat:checked { color: #fefefe; - border: none; - background-color: #c50ed2; } + border-bottom: 2px solid #c50ed2; + background-color: rgba(52, 60, 88, 0.95); } .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; } @@ -6060,10 +6060,10 @@ ConversationListView { * LightDm * ***********/ #panel_window { - background-color: rgba(24, 27, 40, 0.7); + background-color: rgba(24, 27, 40, 0.95); color: white; font-weight: bold; - box-shadow: inset 0 -1px rgba(11, 12, 18, 0.7); } + box-shadow: inset 0 -1px rgba(11, 12, 18, 0.95); } #panel_window .menubar, #panel_window .menubar > .menuitem menubar, #panel_window menubar > menuitem {