update badge colors (#16252)

This commit is contained in:
Alan Ren
2021-07-19 13:26:07 -07:00
committed by GitHub
parent e0cad0231d
commit 9cbcf9e2c6
2 changed files with 5 additions and 1 deletions

View File

@@ -37,6 +37,10 @@
"dropdown.foreground": "#fffffe",
"dropdown.border": "#888888",
//badge
"badge.background": "#4A4A4A",
"badge.foreground": "#ffffff",
//Input Control
"input.background": "#212121",
"input.border": "#888888",

View File

@@ -38,7 +38,7 @@
"dropdown.border": "#888888",
//badge
"badge.background": "#777777",
"badge.background": "#4A4A4A",
"badge.foreground": "#ffffff",
//Input Control