fix: Fix breadcrumb theme
This commit is contained in:
parent
bbd8a2d72e
commit
e2d6fd5104
2 changed files with 5 additions and 6 deletions
|
@ -108,10 +108,6 @@
|
|||
"menubar.selectionForeground": {
|
||||
"alpha": 100,
|
||||
"value": null
|
||||
},
|
||||
"settings.headerForeground": {
|
||||
"alpha": 100,
|
||||
"value": null
|
||||
}
|
||||
},
|
||||
"changelog": {
|
||||
|
|
|
@ -823,7 +823,7 @@
|
|||
"gitDecoration.untrackedResourceForeground": "{{variant.scheme.base.green}}90",
|
||||
"gitDecoration.ignoredResourceForeground": "{{variant.scheme.sidebarForeground}}90",
|
||||
"peekViewResult.selectionBackground": "{{variant.scheme.sidebarForeground}}70",
|
||||
"settings.modifiedItemForeground": "{{commons.accents.Teal}}",
|
||||
"breadcrumb.background": "{{variant.scheme.background}}",
|
||||
"breadcrumb.foreground": "{{variant.scheme.sidebarForeground}}",
|
||||
"breadcrumb.focusForeground": "{{variant.scheme.foreground}}",
|
||||
"breadcrumb.activeSelectionForeground": "{{commons.accents.Teal}}",
|
||||
|
@ -842,6 +842,9 @@
|
|||
"settings.numberInputBackground": "{{variant.scheme.backgroundAlt}}",
|
||||
"settings.textInputForeground": "{{variant.scheme.foreground}}",
|
||||
"settings.textInputBackground": "{{variant.scheme.backgroundAlt}}",
|
||||
"settings.headerForeground": "{{commons.accents.Teal}}"
|
||||
"settings.headerForeground": "{{commons.scheme.foreground}}",
|
||||
"settings.modifiedItemIndicator": "{{commons.accents.Teal}}",
|
||||
"settings.checkboxBackground": "{{variant.scheme.backgroundAlt}}",
|
||||
"settings.checkboxForeground": "{{variant.scheme.foreground}}"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue