Fix disabledForeground color in 2026 Dark theme

This commit is contained in:
mrleemurray
2026-03-05 11:37:45 +00:00
parent 79fbc6b378
commit a29d3c0f6f

View File

@@ -5,7 +5,7 @@
"type": "dark",
"colors": {
"foreground": "#bfbfbf",
"disabledForeground": "#666666",
"disabledForeground": "#555555",
"errorForeground": "#f48771",
"descriptionForeground": "#8C8C8C",
"icon.foreground": "#8C8C8C",