mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
mrw: only set status bar color for our default theme (light & dark)
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
"editor.selectionHighlightBackground": "#ADD6FF4D",
|
||||
"editorSuggestWidget.background": "#F3F3F3",
|
||||
"activityBarBadge.background": "#007ACC",
|
||||
"sideBarTitle.foreground": "#6F6F6F"
|
||||
"sideBarTitle.foreground": "#6F6F6F",
|
||||
"statusBar.multiFolderBackground": "#2c4681"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user