Skip to content
This repository was archived by the owner on Jul 22, 2023. It is now read-only.

Commit e7a4da5

Browse files
committed
fix(ui): command palette selection colour
1 parent 5164593 commit e7a4da5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

catppuccin.user.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* ==UserStyle==
22
@name Github Catppuccin
33
@namespace github.com/catppuccin/github
4-
@version 1.1.5
4+
@version 1.1.6
55
@description Soothing pastel theme for GitHub
66
@author Catppuccin
77
@updateURL https://github.com/catppuccin/github/raw/main/catppuccin.user.css
@@ -749,6 +749,9 @@
749749
.color-bg-subtle {
750750
background-color: transparent !important;
751751
}
752+
.command-palette-details-dialog .color-bg-subtle {
753+
background-color: $surface0 !important;
754+
}
752755
/* Button selection Fix */
753756
.navigation-item[aria-selected="true"] .color-fg-muted {
754757
color: $base !important;

0 commit comments

Comments
 (0)