From cae57c80f81fd1cc40fab2655109b09fa97103b9 Mon Sep 17 00:00:00 2001 From: nullishamy Date: Mon, 27 May 2024 18:28:13 +0100 Subject: [PATCH] fix: alt tab menu (#209) --- build.py | 2 +- .../colloid/fixes/alt-tab-background-color.patch | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 patches/colloid/fixes/alt-tab-background-color.patch diff --git a/build.py b/build.py index 5a9cbd58..2d37d3d6 100755 --- a/build.py +++ b/build.py @@ -215,7 +215,6 @@ def subst_text(path, _from, to): GS_VERSION = "46-0" - def gnome_shell_version(): shutil.copyfile( f"{SRC_DIR}/sass/gnome-shell/_common.scss", @@ -459,6 +458,7 @@ def apply_colloid_patches(): "sass-palette-mocha.patch", "sass-palette-latte.patch", "sass-palette-macchiato.patch", + "fixes/alt-tab-background-color.patch" ]: path = f"./patches/colloid/{patch}" logger.info(f"Applying patch '{patch}', located at '{path}'") diff --git a/patches/colloid/fixes/alt-tab-background-color.patch b/patches/colloid/fixes/alt-tab-background-color.patch new file mode 100644 index 00000000..1a529b5d --- /dev/null +++ b/patches/colloid/fixes/alt-tab-background-color.patch @@ -0,0 +1,13 @@ +diff --git a/src/sass/gnome-shell/common/_switcher-popup.scss b/src/sass/gnome-shell/common/_switcher-popup.scss +index 90b51ab4..408662fb 100644 +--- a/src/sass/gnome-shell/common/_switcher-popup.scss ++++ b/src/sass/gnome-shell/common/_switcher-popup.scss +@@ -14,6 +14,8 @@ + border-radius: $base_radius; + border: 1px solid transparent; + ++ background-color: $osd; ++ + &:outlined { + background-color: $divider; + color: $text; // for Ubuntu session