Skip to content

Commit 15280c3

Browse files
committed
🐛 fix list styles in dark theme
1 parent 89274b5 commit 15280c3

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/vs/base/browser/ui/list/list.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,9 @@
5656
/* Selection */
5757
.monaco-list .monaco-list-row.selected { background-color: #CCCEDB; color: white; }
5858
.monaco-list:focus .monaco-list-row.selected { background-color: #4FA7FF; }
59-
.vs-dark .monaco-list:focus .monaco-list-row.selected { background-color: #0E639C; color: white; }
60-
.hc-black .monaco-list:focus .monaco-list-row.selected { outline: 1px solid #f38518; color: white; }
59+
.vs-dark .monaco-list .monaco-list-row.selected { background-color: #3F3F46; color: white; }
60+
.vs-dark .monaco-list:focus .monaco-list-row.selected { background-color: #0E639C; }
61+
.hc-black .monaco-list .monaco-list-row.selected { outline: 1px solid #f38518; color: white; }
6162

6263
/* Selection and focus */
6364
.monaco-list:focus .monaco-list-row.selected.focused { background-color: #3399FF; color: white; }

0 commit comments

Comments
 (0)