mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user