We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0ea996 commit d76af58Copy full SHA for d76af58
src/webviews/apps/plus/focus/focus.scss
@@ -32,6 +32,11 @@ body {
32
--gk-menu-background-color: var(--vscode-menu-background);
33
--gk-menu-item-background-color-hover: var(--vscode-menu-selectionBackground);
34
--gk-menu-item-background-color-active: var(--vscode-menu-background);
35
+ --gk-focus-border-color: var(--focus-color);
36
+ --gk-badge-outline-color: var(--vscode-badge-foreground);
37
+ --gk-badge-filled-background-color: var(--vscode-badge-background);
38
+ --gk-badge-filled-color: var(--vscode-badge-foreground);
39
+ --gk-tooltip-padding: 0.4rem 0.8rem;
40
}
41
42
.vscode-high-contrast,
0 commit comments