mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 00:59:03 +01:00
Add experimental default dark/light v2 themes (#167104)
* Add experimental default dark/light themes * Update themes and name * Add colorizer test results * Update accent color * Fix status bar no folder background issue * Fix tree indent strokes * Update lighter layer * Fix breadcrumbs * Update accent * Update light lights and dark links * Update colorizer test
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
"$schema": "vscode://schemas/color-theme",
|
||||
"name": "Light (Visual Studio)",
|
||||
"colors": {
|
||||
"activityBarItem.profilesBackground": "#4d4d4d",
|
||||
"editor.background": "#FFFFFF",
|
||||
"editor.foreground": "#000000",
|
||||
"editor.inactiveSelectionBackground": "#E5EBF1",
|
||||
|
||||
Reference in New Issue
Block a user