From 841d9ae060e81234c97dcccf4d0d24ca2397d7cc Mon Sep 17 00:00:00 2001 From: Benjamin Pasero Date: Mon, 8 May 2017 19:59:14 +0200 Subject: [PATCH] :lipstick: --- .../theme-solarized-dark/themes/solarized-dark-color-theme.json | 1 + .../themes/solarized-light-color-theme.json | 1 + 2 files changed, 2 insertions(+) diff --git a/extensions/theme-solarized-dark/themes/solarized-dark-color-theme.json b/extensions/theme-solarized-dark/themes/solarized-dark-color-theme.json index 918d9ac9b45..81a5609cfeb 100644 --- a/extensions/theme-solarized-dark/themes/solarized-dark-color-theme.json +++ b/extensions/theme-solarized-dark/themes/solarized-dark-color-theme.json @@ -303,6 +303,7 @@ "input.background": "#003847", "input.foreground": "#93A1A1", + "input.placeholderForeground": "#93A1A1AA", // "input.border": "", "inputOption.activeBorder": "#2AA19899", diff --git a/extensions/theme-solarized-light/themes/solarized-light-color-theme.json b/extensions/theme-solarized-light/themes/solarized-light-color-theme.json index 7deda4d22e4..4c5ea2d9070 100644 --- a/extensions/theme-solarized-light/themes/solarized-light-color-theme.json +++ b/extensions/theme-solarized-light/themes/solarized-light-color-theme.json @@ -304,6 +304,7 @@ "input.background": "#DDD6C1", // "input.border": "", "input.foreground": "#586E75", + "input.placeholderForeground": "#586E75AA", "inputOption.activeBorder": "#D3AF86", // "inputValidation.infoBorder": "", // "inputValidation.infoBackground": "",