Skip to content

Commit ade13e4

Browse files
authored
Add command palette colours (#494)
1 parent bb40eba commit ade13e4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/main/frontend/main.scss

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,18 @@
4242
/* Breadcrumbs */
4343
--breadcrumbs-bar-background: hsl(240, 6%, 9%, 0.8);
4444

45+
/* Command Palette */
46+
--command-palette-results-backdrop-filter: contrast(0.95) brightness(1.3) saturate(2) blur(30px);
47+
--command-palette-inset-shadow: inset 0 0 0 1px hsla(250, 10%, 90%, 0.035);
48+
49+
::backdrop {
50+
--command-palette-backdrop-background: radial-gradient(
51+
farthest-corner at 50% 30vh,
52+
rgba(0, 0, 0, 0.6),
53+
rgba(0, 0, 0, 0.5)
54+
);
55+
}
56+
4557
/* Tooltips */
4658
--tooltip-background: hsl(240, 6%, 23%);
4759
--tooltip-backdrop-filter: contrast(0.6) saturate(4) brightness(0.4) blur(15px);

0 commit comments

Comments
 (0)