From 338cd5d22bf03175d696c8fc01faac5e6055bb66 Mon Sep 17 00:00:00 2001 From: EliverLara Date: Tue, 30 Jul 2019 11:16:53 -0500 Subject: [PATCH] Fix panel background issues on pantheon desktop --- gtk-3.0/apps/_pantheon.scss | 8 ++++++-- gtk-3.0/gtk-dark.css | 6 ++++-- gtk-3.0/gtk.css | 6 ++++-- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/gtk-3.0/apps/_pantheon.scss b/gtk-3.0/apps/_pantheon.scss index 22b907b..f248948 100755 --- a/gtk-3.0/apps/_pantheon.scss +++ b/gtk-3.0/apps/_pantheon.scss @@ -125,11 +125,15 @@ transition: all 100ms ease-in-out; &.maximized { - background-color: #000; + background-color: $panel_bg_color; } &.translucent { - background-color: transparentize(black, 0.5);; + background-color: transparentize($panel_bg_color, 0.5);; + } + + &.color-light.translucent { + background-color: transparentize($panel_fg_color, 0.15); } } diff --git a/gtk-3.0/gtk-dark.css b/gtk-3.0/gtk-dark.css index 0efe9e7..a24f64b 100755 --- a/gtk-3.0/gtk-dark.css +++ b/gtk-3.0/gtk-dark.css @@ -5809,9 +5809,11 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled background-color: transparent; transition: all 100ms ease-in-out; } .panel.maximized { - background-color: #000; } + background-color: #181b28; } .panel.translucent { - background-color: rgba(0, 0, 0, 0.5); } + background-color: rgba(24, 27, 40, 0.5); } + .panel.color-light.translucent { + background-color: rgba(255, 255, 255, 0.85); } menubar.panel, .panel menubar { diff --git a/gtk-3.0/gtk.css b/gtk-3.0/gtk.css index 6b3bf51..1226d2a 100755 --- a/gtk-3.0/gtk.css +++ b/gtk-3.0/gtk.css @@ -5834,9 +5834,11 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled background-color: transparent; transition: all 100ms ease-in-out; } .panel.maximized { - background-color: #000; } + background-color: #181b28; } .panel.translucent { - background-color: rgba(0, 0, 0, 0.5); } + background-color: rgba(24, 27, 40, 0.5); } + .panel.color-light.translucent { + background-color: rgba(255, 255, 255, 0.85); } menubar.panel, .panel menubar {