mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 08:08:39 +01:00
Fix #53908 - make settings tree themeable, add default colors
This commit is contained in:
@@ -10,6 +10,8 @@
|
||||
"editor.selectionHighlightBackground": "#ADD6FF26",
|
||||
"list.dropBackground": "#383B3D",
|
||||
"activityBarBadge.background": "#007ACC",
|
||||
"sideBarTitle.foreground": "#BBBBBB"
|
||||
"sideBarTitle.foreground": "#BBBBBB",
|
||||
"settings.textInputBackground": "#292929",
|
||||
"settings.numberInputBackground": "#292929"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user