mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:28:52 +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,7 +20,7 @@
|
||||
"button.secondaryForeground": "#cccccc",
|
||||
"button.secondaryHoverBackground": "#ffffff15",
|
||||
"checkbox.background": "#313131",
|
||||
"checkbox.border": "#ffffff15",
|
||||
"checkbox.border": "#ffffff1f",
|
||||
"debugToolBar.background": "#181818",
|
||||
"descriptionForeground": "#8b949e",
|
||||
"diffEditor.insertedLineBackground": "#23863633",
|
||||
@@ -28,7 +28,7 @@
|
||||
"diffEditor.removedLineBackground": "#da363333",
|
||||
"diffEditor.removedTextBackground": "#da36334d",
|
||||
"dropdown.background": "#313131",
|
||||
"dropdown.border": "#ffffff17",
|
||||
"dropdown.border": "#ffffff1f",
|
||||
"dropdown.foreground": "#cccccc",
|
||||
"dropdown.listBackground": "#313131",
|
||||
"editor.background": "#1f1f1f",
|
||||
@@ -53,7 +53,7 @@
|
||||
"foreground": "#cccccc",
|
||||
"icon.foreground": "#cccccc",
|
||||
"input.background": "#ffffff0f",
|
||||
"input.border": "#ffffff17",
|
||||
"input.border": "#ffffff1f",
|
||||
"input.foreground": "#cccccc",
|
||||
"input.placeholderForeground": "#ffffff79",
|
||||
"inputOption.activeBackground": "#2489db82",
|
||||
@@ -88,7 +88,7 @@
|
||||
"scrollbarSlider.background": "#6e768133",
|
||||
"scrollbarSlider.hoverBackground": "#6e768145",
|
||||
"settings.dropdownBackground": "#313131",
|
||||
"settings.dropdownBorder": "#ffffff17",
|
||||
"settings.dropdownBorder": "#ffffff1f",
|
||||
"settings.headerForeground": "#ffffff",
|
||||
"settings.modifiedItemIndicator": "#bb800966",
|
||||
"sideBar.background": "#181818",
|
||||
|
||||
Reference in New Issue
Block a user