Skip to content

Commit

Permalink
Make select content background darker in dark mode for distinction
Browse files Browse the repository at this point in the history
  • Loading branch information
km1chno committed Oct 14, 2024
1 parent 79698cf commit 1a5b88b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vscode-extension/src/webview/styles/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ body[data-vscode-theme-kind="vscode-dark"] {
--swm-select-shadow: 0 1px 10px var(--background-dark-100);
--swm-select-disabled: var(--navy-dark-60);
--swm-select-disabled-background: var(--background-dark-120);
--swm-select-content-background: var(--background-dark-80);
--swm-select-content-background: var(--background-dark-100);
--swm-select-item-disabled-background: var(--background-dark-100);
--swm-select-item-highlighted-background: var(--background-dark-60);

Expand Down

0 comments on commit 1a5b88b

Please sign in to comment.