From b8ac113876c556d5c950fdf1d5829677862d0ef6 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Thu, 1 Feb 2024 17:42:09 +0100 Subject: [PATCH] themes: Increase contrast of inputs placeholder text --- extensions/theme-defaults/themes/dark_modern.json | 2 +- extensions/theme-defaults/themes/light_modern.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions/theme-defaults/themes/dark_modern.json b/extensions/theme-defaults/themes/dark_modern.json index cdb5c1f5f8f..3a17bc9a32b 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": "#818181", + "input.placeholderForeground": "#989898", "inputOption.activeBackground": "#2489DB82", "inputOption.activeBorder": "#2488DB", "keybindingLabel.foreground": "#CCCCCC", diff --git a/extensions/theme-defaults/themes/light_modern.json b/extensions/theme-defaults/themes/light_modern.json index b37c6275c24..6114d34d96e 100644 --- a/extensions/theme-defaults/themes/light_modern.json +++ b/extensions/theme-defaults/themes/light_modern.json @@ -51,7 +51,7 @@ "input.background": "#FFFFFF", "input.border": "#CECECE", "input.foreground": "#3B3B3B", - "input.placeholderForeground": "#868686", + "input.placeholderForeground": "#767676", "inputOption.activeBackground": "#BED6ED", "inputOption.activeBorder": "#005FB8", "inputOption.activeForeground": "#000000",