Skip to content

Commit 80f09ee

Browse files
authored
Fix settings dropdown list background (microsoft#184547)
1 parent 527dea4 commit 80f09ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/theme-defaults/themes/dark_modern.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"dropdown.background": "#313131",
3131
"dropdown.border": "#ffffff1f",
3232
"dropdown.foreground": "#cccccc",
33-
"dropdown.listBackground": "#313131",
33+
"dropdown.listBackground": "#1f1f1f",
3434
"editor.background": "#1f1f1f",
3535
"editor.findMatchBackground": "#9e6a03",
3636
"editor.foreground": "#cccccc",

0 commit comments

Comments
 (0)