fix: Fix statubar item hover background
This commit is contained in:
parent
8f5abbd3a2
commit
c19ab432b0
1 changed files with 2 additions and 1 deletions
|
@ -725,6 +725,7 @@
|
|||
"statusBar.foreground": "{{variant.scheme.statusbarForeground}}",
|
||||
"statusBar.debuggingBackground": "{{variant.scheme.base.purple}}",
|
||||
"statusBar.debuggingForeground": "{{variant.scheme.base.white}}",
|
||||
"statusBarItem.hoverBackground": "{{variant.scheme.comments}}20",
|
||||
"activityBar.background": "{{variant.scheme.backgroundAlt}}",
|
||||
"activityBar.border": "{{variant.scheme.contrastBorder}}60",
|
||||
"activityBar.foreground": "{{variant.scheme.foreground}}",
|
||||
|
@ -819,4 +820,4 @@
|
|||
"gitDecoration.ignoredResourceForeground": "{{variant.scheme.sidebarForeground}}90",
|
||||
"peekViewResult.selectionBackground": "{{variant.scheme.sidebarForeground}}70"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue