Fix active tab foreground in dark+ v2 (#174991)

This commit is contained in:
David Dossett
2023-02-21 11:10:51 -08:00
committed by GitHub
parent 5dc060974d
commit e123385d1d

View File

@@ -111,7 +111,7 @@
"tab.activeBackground": "#1f1f1f",
"tab.activeBorder": "#1f1f1f",
"tab.activeBorderTop": "#0078d4",
"tab.activeForeground": "#cccccc",
"tab.activeForeground": "#ffffff",
"tab.border": "#ffffff15",
"tab.hoverBackground": "#1f1f1f",
"tab.inactiveBackground": "#181818",