diff --git a/src/themes/theme-template-color-theme.json b/src/themes/theme-template-color-theme.json index 585fd8c..55e5a06 100644 --- a/src/themes/theme-template-color-theme.json +++ b/src/themes/theme-template-color-theme.json @@ -716,7 +716,7 @@ "sideBarSectionHeader.background": "{{variant.scheme.background}}", "input.background": "{{variant.scheme.inputBackground}}", "input.foreground": "{{variant.scheme.inputForeground}}", - "input.placeholderForeground": "{{variant.scheme.foreground}}", + "input.placeholderForeground": "{{variant.scheme.foreground}}60", "input.border": "{{variant.scheme.inputBorder}}", "inputValidation.errorBorder": "{{variant.scheme.base.red}}", "inputValidation.infoBorder": "{{variant.scheme.base.blue}}", diff --git a/themes/Material-Theme-Darker.json b/themes/Material-Theme-Darker.json index 9b75d3f..5c896ec 100644 --- a/themes/Material-Theme-Darker.json +++ b/themes/Material-Theme-Darker.json @@ -716,7 +716,7 @@ "sideBarSectionHeader.background": "#212121", "input.background": "#FFFFFF05", "input.foreground": "#EEFFFF", - "input.placeholderForeground": "#EEFFFF", + "input.placeholderForeground": "#EEFFFF60", "input.border": "#FFFFFF10", "inputValidation.errorBorder": "#FF5370", "inputValidation.infoBorder": "#82AAFF", diff --git a/themes/Material-Theme-Default.json b/themes/Material-Theme-Default.json index 2d5bdb4..0682b42 100644 --- a/themes/Material-Theme-Default.json +++ b/themes/Material-Theme-Default.json @@ -716,7 +716,7 @@ "sideBarSectionHeader.background": "#263238", "input.background": "#FFFFFF05", "input.foreground": "#EEFFFF", - "input.placeholderForeground": "#EEFFFF", + "input.placeholderForeground": "#EEFFFF60", "input.border": "#FFFFFF10", "inputValidation.errorBorder": "#FF5370", "inputValidation.infoBorder": "#82AAFF", diff --git a/themes/Material-Theme-Lighter.json b/themes/Material-Theme-Lighter.json index c01f9a6..42e4612 100644 --- a/themes/Material-Theme-Lighter.json +++ b/themes/Material-Theme-Lighter.json @@ -716,7 +716,7 @@ "sideBarSectionHeader.background": "#FAFAFA", "input.background": "#00000005", "input.foreground": "#90A4AE", - "input.placeholderForeground": "#90A4AE", + "input.placeholderForeground": "#90A4AE60", "input.border": "#00000010", "inputValidation.errorBorder": "#E53935", "inputValidation.infoBorder": "#6182B8", diff --git a/themes/Material-Theme-Palenight.json b/themes/Material-Theme-Palenight.json index 28b36ae..2237224 100644 --- a/themes/Material-Theme-Palenight.json +++ b/themes/Material-Theme-Palenight.json @@ -716,7 +716,7 @@ "sideBarSectionHeader.background": "#292D3E", "input.background": "#FFFFFF05", "input.foreground": "#EEFFFF", - "input.placeholderForeground": "#A6ACCD", + "input.placeholderForeground": "#A6ACCD60", "input.border": "#FFFFFF10", "inputValidation.errorBorder": "#FF5370", "inputValidation.infoBorder": "#82AAFF",