From 8e17fcac92090f85499b57e7b66ccc9e5891f698 Mon Sep 17 00:00:00 2001 From: David Dossett Date: Tue, 17 Oct 2023 17:40:58 -0700 Subject: [PATCH] Update input placeholder color in dark modern --- 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 b7d24260f83..b4cd0a9f721 100644 --- a/extensions/theme-defaults/themes/dark_modern.json +++ b/extensions/theme-defaults/themes/dark_modern.json @@ -49,7 +49,7 @@ "input.background": "#313131", "input.border": "#3C3C3C", "input.foreground": "#CCCCCC", - "input.placeholderForeground": "#9D9D9D", + "input.placeholderForeground": "#818181", "inputOption.activeBackground": "#2489DB82", "inputOption.activeBorder": "#2488DB", "keybindingLabel.foreground": "#CCCCCC",