define the color in theme files (#18529)

This commit is contained in:
Alan Ren
2022-02-22 16:03:58 -08:00
committed by GitHub
parent 19c7971630
commit e2b4dd5a79
2 changed files with 2 additions and 0 deletions

View File

@@ -53,6 +53,7 @@
//List and trees
"list.hoverBackground": "#444444",
"list.activeSelectionIconForeground": "#FFF",
"pickerGroup.border": "#0078d7",
"input.placeholderForeground": "#a6a6a6",
"editorGroupHeader.tabsBackground": "#444444",

View File

@@ -53,6 +53,7 @@
//List and tree
"list.hoverBackground": "#dcdcdc",
"list.activeSelectionIconForeground": "#FFF",
"pickerGroup.border": "#0078d7",
"editorGroupHeader.tabsBackground": "#f4f4f4",