From 80f09eef48c250d696ea33cb9a6cdfbd5f9ded30 Mon Sep 17 00:00:00 2001 From: David Dossett Date: Wed, 7 Jun 2023 15:03:16 -0700 Subject: [PATCH] Fix settings dropdown list background (#184547) --- extensions/theme-defaults/themes/dark_modern.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/theme-defaults/themes/dark_modern.json b/extensions/theme-defaults/themes/dark_modern.json index 0d55d6a20a1..772b5993aa9 100644 --- a/extensions/theme-defaults/themes/dark_modern.json +++ b/extensions/theme-defaults/themes/dark_modern.json @@ -30,7 +30,7 @@ "dropdown.background": "#313131", "dropdown.border": "#ffffff1f", "dropdown.foreground": "#cccccc", - "dropdown.listBackground": "#313131", + "dropdown.listBackground": "#1f1f1f", "editor.background": "#1f1f1f", "editor.findMatchBackground": "#9e6a03", "editor.foreground": "#cccccc",