From 04b2d954edc9fc47b52cf5697f336a0f4035a119 Mon Sep 17 00:00:00 2001 From: EliverLara Date: Sun, 28 Nov 2021 13:42:25 -0600 Subject: [PATCH] Gnome-shell: Improve levelbar color in osd --- gnome-shell/v40/_common.scss | 2 +- gnome-shell/v40/gnome-shell.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gnome-shell/v40/_common.scss b/gnome-shell/v40/_common.scss index d804c99..265bba7 100644 --- a/gnome-shell/v40/_common.scss +++ b/gnome-shell/v40/_common.scss @@ -623,7 +623,7 @@ StScrollBar { border: 1px solid $borders_color; -barlevel-height: 0.4em; - -barlevel-background-color: transparentize(darken($main_dark,15%),0.5); + -barlevel-background-color: $gray; -barlevel-active-background-color: $selected_bg_color; -barlevel-overdrive-color: $red; -barlevel-overdrive-separator-width: 0.2em; diff --git a/gnome-shell/v40/gnome-shell.css b/gnome-shell/v40/gnome-shell.css index 1a9f069..336034a 100644 --- a/gnome-shell/v40/gnome-shell.css +++ b/gnome-shell/v40/gnome-shell.css @@ -581,7 +581,7 @@ StScrollBar { color: #76777A; border: 1px solid #161819; -barlevel-height: 0.4em; - -barlevel-background-color: rgba(0, 0, 0, 0.5); + -barlevel-background-color: #2a3035; -barlevel-active-background-color: #F67E7D; -barlevel-overdrive-color: #F67E7D; -barlevel-overdrive-separator-width: 0.2em; }