mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:28:52 +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": "#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",
|
||||
|
||||
Reference in New Issue
Block a user