Skip to content

Commit acb4f6c

Browse files
authored
fix: prevent unthemed border on active input option (#104)
prevents an unthemed border due to the value not being set to transparent explicitly.
1 parent 42e586a commit acb4f6c

7 files changed

+7
-1
lines changed

themes/_pinecone-color-theme.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@
261261
"input.foreground": "$text",
262262
"input.placeholderForeground": "$subtle",
263263
"inputOption.activeBackground": "$rose/15",
264-
"inputOption.activeBorder": "",
264+
"inputOption.activeBorder": "$transparent",
265265
"inputOption.activeForeground": "$rose",
266266
"inputValidation.errorBackground": "$surface",
267267
"inputValidation.errorBorder": "$highlightHigh",

themes/rose-pine-color-theme.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@
232232
"input.foreground": "#e0def4",
233233
"input.placeholderForeground": "#908caa",
234234
"inputOption.activeBackground": "#ebbcba26",
235+
"inputOption.activeBorder": "#0000",
235236
"inputOption.activeForeground": "#ebbcba",
236237
"inputValidation.errorBackground": "#1f1d2e",
237238
"inputValidation.errorBorder": "#6e6a8666",

themes/rose-pine-dawn-color-theme.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@
232232
"input.foreground": "#575279",
233233
"input.placeholderForeground": "#797593",
234234
"inputOption.activeBackground": "#d7827e26",
235+
"inputOption.activeBorder": "#0000",
235236
"inputOption.activeForeground": "#d7827e",
236237
"inputValidation.errorBackground": "#fffaf3",
237238
"inputValidation.errorBorder": "#6e6a8626",

themes/rose-pine-dawn-no-italics-color-theme.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@
232232
"input.foreground": "#575279",
233233
"input.placeholderForeground": "#797593",
234234
"inputOption.activeBackground": "#d7827e26",
235+
"inputOption.activeBorder": "#0000",
235236
"inputOption.activeForeground": "#d7827e",
236237
"inputValidation.errorBackground": "#fffaf3",
237238
"inputValidation.errorBorder": "#6e6a8626",

themes/rose-pine-moon-color-theme.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@
232232
"input.foreground": "#e0def4",
233233
"input.placeholderForeground": "#908caa",
234234
"inputOption.activeBackground": "#ea9a9726",
235+
"inputOption.activeBorder": "#0000",
235236
"inputOption.activeForeground": "#ea9a97",
236237
"inputValidation.errorBackground": "#2a273f",
237238
"inputValidation.errorBorder": "#817c9c4d",

themes/rose-pine-moon-no-italics-color-theme.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@
232232
"input.foreground": "#e0def4",
233233
"input.placeholderForeground": "#908caa",
234234
"inputOption.activeBackground": "#ea9a9726",
235+
"inputOption.activeBorder": "#0000",
235236
"inputOption.activeForeground": "#ea9a97",
236237
"inputValidation.errorBackground": "#2a273f",
237238
"inputValidation.errorBorder": "#817c9c4d",

themes/rose-pine-no-italics-color-theme.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@
232232
"input.foreground": "#e0def4",
233233
"input.placeholderForeground": "#908caa",
234234
"inputOption.activeBackground": "#ebbcba26",
235+
"inputOption.activeBorder": "#0000",
235236
"inputOption.activeForeground": "#ebbcba",
236237
"inputValidation.errorBackground": "#1f1d2e",
237238
"inputValidation.errorBorder": "#6e6a8666",

0 commit comments

Comments
 (0)