Skip to content

Commit

Permalink
fix: remove transparent background for input warnings (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmn451 authored Jan 21, 2025
1 parent 9712c74 commit b312831
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"Christian Klaussner (https://github.com/klaussner)",
"Anton Shpigunov (https://github.com/shpigunov)",
"Piotr Więckiewicz (https://github.com/piotrwieckiewicz)",
"Andrew Malchuk (https://github.com/amalchuk)"
"Andrew Malchuk (https://github.com/amalchuk)",
"lmn451 (https://github.com/lmn451)"
],
"publisher": "jdinhlife",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion themes/gruvbox-dark-hard.json
Original file line number Diff line number Diff line change
Expand Up @@ -886,7 +886,7 @@
"inputValidation.infoBorder": "#83a598",
"inputValidation.infoBackground": "#45858880",
"inputValidation.warningBorder": "#fabd2f",
"inputValidation.warningBackground": "#d7992180",
"inputValidation.warningBackground": "#d79921",
"inputOption.activeBorder": "#ebdbb260",
// SCROLL BAR
"scrollbar.shadow": "#1d2021",
Expand Down
2 changes: 1 addition & 1 deletion themes/gruvbox-dark-medium.json
Original file line number Diff line number Diff line change
Expand Up @@ -886,7 +886,7 @@
"inputValidation.infoBorder": "#83a598",
"inputValidation.infoBackground": "#45858880",
"inputValidation.warningBorder": "#fabd2f",
"inputValidation.warningBackground": "#d7992180",
"inputValidation.warningBackground": "#d79921",
"inputOption.activeBorder": "#ebdbb260",
// SCROLL BAR
"scrollbar.shadow": "#282828",
Expand Down
2 changes: 1 addition & 1 deletion themes/gruvbox-dark-soft.json
Original file line number Diff line number Diff line change
Expand Up @@ -886,7 +886,7 @@
"inputValidation.infoBorder": "#83a598",
"inputValidation.infoBackground": "#45858880",
"inputValidation.warningBorder": "#fabd2f",
"inputValidation.warningBackground": "#d7992180",
"inputValidation.warningBackground": "#d79921",
"inputOption.activeBorder": "#ebdbb260",
// SCROLL BAR
"scrollbar.shadow": "#32302f",
Expand Down
2 changes: 1 addition & 1 deletion themes/gruvbox-light-hard.json
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,7 @@
"inputValidation.infoBorder": "#076678",
"inputValidation.infoBackground": "#45858880",
"inputValidation.warningBorder": "#b57614",
"inputValidation.warningBackground": "#d7992180",
"inputValidation.warningBackground": "#d79921",
"inputOption.activeBorder": "#3c383660",
// SCROLL BAR
"scrollbar.shadow": "#f9f5d7",
Expand Down
2 changes: 1 addition & 1 deletion themes/gruvbox-light-medium.json
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,7 @@
"inputValidation.infoBorder": "#076678",
"inputValidation.infoBackground": "#45858880",
"inputValidation.warningBorder": "#b57614",
"inputValidation.warningBackground": "#d7992180",
"inputValidation.warningBackground": "#d79921",
"inputOption.activeBorder": "#3c383660",
// SCROLL BAR
"scrollbar.shadow": "#fbf1c7",
Expand Down
2 changes: 1 addition & 1 deletion themes/gruvbox-light-soft.json
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,7 @@
"inputValidation.infoBorder": "#076678",
"inputValidation.infoBackground": "#45858880",
"inputValidation.warningBorder": "#b57614",
"inputValidation.warningBackground": "#d7992180",
"inputValidation.warningBackground": "#d79921",
"inputOption.activeBorder": "#3c383660",
// SCROLL BAR
"scrollbar.shadow": "#f2e5bc",
Expand Down

0 comments on commit b312831

Please sign in to comment.