mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 16:49:06 +01:00
Fix input border contrast in v2 themes (#172951)
* Fix v2 light theme input contrast * Fix dark v2 theme border contrast
This commit is contained in:
@@ -20,14 +20,14 @@
|
||||
"button.secondaryForeground": "#3b3b3b",
|
||||
"button.secondaryHoverBackground": "#00000034",
|
||||
"checkbox.background": "#f8f8f8",
|
||||
"checkbox.border": "#0000001a",
|
||||
"checkbox.border": "#CECECE",
|
||||
"descriptionForeground": "#3b3b3b",
|
||||
"diffEditor.insertedLineBackground": "#23863633",
|
||||
"diffEditor.insertedTextBackground": "#2386364d",
|
||||
"diffEditor.removedLineBackground": "#da363333",
|
||||
"diffEditor.removedTextBackground": "#da36334d",
|
||||
"dropdown.background": "#ffffff",
|
||||
"dropdown.border": "#0000001a",
|
||||
"dropdown.border": "#CECECE",
|
||||
"dropdown.foreground": "#3b3b3b",
|
||||
"dropdown.listBackground": "#ffffff",
|
||||
"editor.background": "#ffffff",
|
||||
@@ -56,7 +56,7 @@
|
||||
"foreground": "#3b3b3b",
|
||||
"icon.foreground": "#3b3b3b",
|
||||
"input.background": "#ffffff",
|
||||
"input.border": "#0000001a",
|
||||
"input.border": "#CECECE",
|
||||
"input.foreground": "#3b3b3b",
|
||||
"input.placeholderForeground": "#00000079",
|
||||
"inputOption.activeBackground": "#005fb841",
|
||||
@@ -96,7 +96,7 @@
|
||||
"scrollbarSlider.hoverBackground": "#6e768145",
|
||||
"searchEditor.textInputBorder": "#CECECE",
|
||||
"settings.dropdownBackground": "#ffffff",
|
||||
"settings.dropdownBorder": "#0000001a",
|
||||
"settings.dropdownBorder": "#CECECE",
|
||||
"settings.headerForeground": "#1f1f1f",
|
||||
"settings.modifiedItemIndicator": "#bb800966",
|
||||
"settings.numberInputBorder": "#CECECE",
|
||||
|
||||
Reference in New Issue
Block a user