From acb4f6c47dbd1f39f202822fd50f76b2db36ca7e Mon Sep 17 00:00:00 2001 From: fvrests Date: Mon, 14 Oct 2024 18:41:37 -0500 Subject: [PATCH] fix: prevent unthemed border on active input option (#104) prevents an unthemed border due to the value not being set to transparent explicitly. --- themes/_pinecone-color-theme.json | 2 +- themes/rose-pine-color-theme.json | 1 + themes/rose-pine-dawn-color-theme.json | 1 + themes/rose-pine-dawn-no-italics-color-theme.json | 1 + themes/rose-pine-moon-color-theme.json | 1 + themes/rose-pine-moon-no-italics-color-theme.json | 1 + themes/rose-pine-no-italics-color-theme.json | 1 + 7 files changed, 7 insertions(+), 1 deletion(-) diff --git a/themes/_pinecone-color-theme.json b/themes/_pinecone-color-theme.json index 3dd3f00..ccbd4a0 100644 --- a/themes/_pinecone-color-theme.json +++ b/themes/_pinecone-color-theme.json @@ -261,7 +261,7 @@ "input.foreground": "$text", "input.placeholderForeground": "$subtle", "inputOption.activeBackground": "$rose/15", - "inputOption.activeBorder": "", + "inputOption.activeBorder": "$transparent", "inputOption.activeForeground": "$rose", "inputValidation.errorBackground": "$surface", "inputValidation.errorBorder": "$highlightHigh", diff --git a/themes/rose-pine-color-theme.json b/themes/rose-pine-color-theme.json index 9aac76f..509b691 100644 --- a/themes/rose-pine-color-theme.json +++ b/themes/rose-pine-color-theme.json @@ -232,6 +232,7 @@ "input.foreground": "#e0def4", "input.placeholderForeground": "#908caa", "inputOption.activeBackground": "#ebbcba26", + "inputOption.activeBorder": "#0000", "inputOption.activeForeground": "#ebbcba", "inputValidation.errorBackground": "#1f1d2e", "inputValidation.errorBorder": "#6e6a8666", diff --git a/themes/rose-pine-dawn-color-theme.json b/themes/rose-pine-dawn-color-theme.json index 7bd0c74..ceb22a6 100644 --- a/themes/rose-pine-dawn-color-theme.json +++ b/themes/rose-pine-dawn-color-theme.json @@ -232,6 +232,7 @@ "input.foreground": "#575279", "input.placeholderForeground": "#797593", "inputOption.activeBackground": "#d7827e26", + "inputOption.activeBorder": "#0000", "inputOption.activeForeground": "#d7827e", "inputValidation.errorBackground": "#fffaf3", "inputValidation.errorBorder": "#6e6a8626", diff --git a/themes/rose-pine-dawn-no-italics-color-theme.json b/themes/rose-pine-dawn-no-italics-color-theme.json index 1189033..8314127 100644 --- a/themes/rose-pine-dawn-no-italics-color-theme.json +++ b/themes/rose-pine-dawn-no-italics-color-theme.json @@ -232,6 +232,7 @@ "input.foreground": "#575279", "input.placeholderForeground": "#797593", "inputOption.activeBackground": "#d7827e26", + "inputOption.activeBorder": "#0000", "inputOption.activeForeground": "#d7827e", "inputValidation.errorBackground": "#fffaf3", "inputValidation.errorBorder": "#6e6a8626", diff --git a/themes/rose-pine-moon-color-theme.json b/themes/rose-pine-moon-color-theme.json index d495cad..e8d4dfa 100644 --- a/themes/rose-pine-moon-color-theme.json +++ b/themes/rose-pine-moon-color-theme.json @@ -232,6 +232,7 @@ "input.foreground": "#e0def4", "input.placeholderForeground": "#908caa", "inputOption.activeBackground": "#ea9a9726", + "inputOption.activeBorder": "#0000", "inputOption.activeForeground": "#ea9a97", "inputValidation.errorBackground": "#2a273f", "inputValidation.errorBorder": "#817c9c4d", diff --git a/themes/rose-pine-moon-no-italics-color-theme.json b/themes/rose-pine-moon-no-italics-color-theme.json index 25aba9a..cf27f54 100644 --- a/themes/rose-pine-moon-no-italics-color-theme.json +++ b/themes/rose-pine-moon-no-italics-color-theme.json @@ -232,6 +232,7 @@ "input.foreground": "#e0def4", "input.placeholderForeground": "#908caa", "inputOption.activeBackground": "#ea9a9726", + "inputOption.activeBorder": "#0000", "inputOption.activeForeground": "#ea9a97", "inputValidation.errorBackground": "#2a273f", "inputValidation.errorBorder": "#817c9c4d", diff --git a/themes/rose-pine-no-italics-color-theme.json b/themes/rose-pine-no-italics-color-theme.json index b03437f..9b8924d 100644 --- a/themes/rose-pine-no-italics-color-theme.json +++ b/themes/rose-pine-no-italics-color-theme.json @@ -232,6 +232,7 @@ "input.foreground": "#e0def4", "input.placeholderForeground": "#908caa", "inputOption.activeBackground": "#ebbcba26", + "inputOption.activeBorder": "#0000", "inputOption.activeForeground": "#ebbcba", "inputValidation.errorBackground": "#1f1d2e", "inputValidation.errorBorder": "#6e6a8666",