From bd7e3f4d6b16435912ab10a857d80b9f7525bef3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Dre=C3=9Fler?= Date: Thu, 4 Mar 2021 08:40:23 +0100 Subject: [PATCH] theme/screen-shield: Use the same background color as in the overview The overview uses $system_bg_color as its background color, and since we nowadays show the overview right after starting up, it makes sense to use the same background color for the login screen. Fixes https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/3812 Part-of: --- data/theme/gnome-shell-sass/widgets/_screen-shield.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/theme/gnome-shell-sass/widgets/_screen-shield.scss b/data/theme/gnome-shell-sass/widgets/_screen-shield.scss index 00c549a53..e289fdbaf 100644 --- a/data/theme/gnome-shell-sass/widgets/_screen-shield.scss +++ b/data/theme/gnome-shell-sass/widgets/_screen-shield.scss @@ -66,7 +66,7 @@ } #lockDialogGroup { - background-color: lighten(#2e3436, 8%); + background-color: $system_bg_color; } #unlockDialogNotifications {