Update badge colors in light/dark modern themes (#189503)

* Update badge background and foreground colors for Light/Dark Modern themes

* Fix hc-dark
This commit is contained in:
David Dossett
2023-08-02 15:00:24 -07:00
committed by GitHub
parent bc9375dedc
commit f78157b2b5
3 changed files with 5 additions and 9 deletions

View File

@@ -10,8 +10,8 @@
"activityBar.inactiveForeground": "#0000009e",
"activityBarBadge.background": "#005FB8",
"activityBarBadge.foreground": "#ffffff",
"badge.background": "#005FB8",
"badge.foreground": "#ffffff",
"badge.background": "#CCCCCC",
"badge.foreground": "#3b3b3b",
"button.background": "#005FB8",
"button.border": "#0000001a",
"button.foreground": "#ffffff",
@@ -37,8 +37,6 @@
"editorGutter.deletedBackground": "#f85149",
"editorGutter.modifiedBackground": "#005FB8",
"editorIndentGuide.background": "#D3D3D3",
"editorInlayHint.background": "#8b949e1b",
"editorInlayHint.typeBackground": "#8b949e1b",
"editorLineNumber.activeForeground": "#171184",
"editorLineNumber.foreground": "#6e7681",
"editorOverviewRuler.border": "#0000001a",