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": "#ffffff80",
"activityBarBadge.background": "#0078d4",
"activityBarBadge.foreground": "#ffffff",
"badge.background": "#0078d4",
"badge.foreground": "#ffffff",
"badge.background": "#4D4D4D",
"badge.foreground": "#f2f2f2",
"button.background": "#0078d4",
"button.border": "#ffffff12",
"button.foreground": "#ffffff",
@@ -36,8 +36,6 @@
"editorGutter.addedBackground": "#2ea043",
"editorGutter.deletedBackground": "#f85149",
"editorGutter.modifiedBackground": "#0078d4",
"editorInlayHint.background": "#8b949e1b",
"editorInlayHint.typeBackground": "#8b949e1b",
"editorLineNumber.activeForeground": "#cccccc",
"editorLineNumber.foreground": "#6e7681",
"editorOverviewRuler.border": "#010409",