Skip to content
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.

fix: alt tab menu #209

Merged
merged 1 commit into from
May 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,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",
Expand Down Expand Up @@ -480,6 +479,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}'")
Expand Down
13 changes: 13 additions & 0 deletions patches/colloid/fixes/alt-tab-background-color.patch
Original file line number Diff line number Diff line change
@@ -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