fix(theme): darken muted text in catppuccin tui themes (#20161)

This commit is contained in:
Kit Langton
2026-03-30 21:06:05 -04:00
committed by GitHub
parent 93fad99f7f
commit bf777298c8
3 changed files with 5 additions and 5 deletions
@@ -62,8 +62,8 @@
"light": "frappeText" "light": "frappeText"
}, },
"textMuted": { "textMuted": {
"dark": "frappeSubtext1", "dark": "frappeOverlay2",
"light": "frappeSubtext1" "light": "frappeOverlay2"
}, },
"background": { "background": {
"dark": "frappeBase", "dark": "frappeBase",
@@ -62,8 +62,8 @@
"light": "macText" "light": "macText"
}, },
"textMuted": { "textMuted": {
"dark": "macSubtext1", "dark": "macOverlay2",
"light": "macSubtext1" "light": "macOverlay2"
}, },
"background": { "background": {
"dark": "macBase", "dark": "macBase",
@@ -63,7 +63,7 @@
"success": { "dark": "darkGreen", "light": "lightGreen" }, "success": { "dark": "darkGreen", "light": "lightGreen" },
"info": { "dark": "darkTeal", "light": "lightTeal" }, "info": { "dark": "darkTeal", "light": "lightTeal" },
"text": { "dark": "darkText", "light": "lightText" }, "text": { "dark": "darkText", "light": "lightText" },
"textMuted": { "dark": "darkSubtext1", "light": "lightSubtext1" }, "textMuted": { "dark": "darkOverlay2", "light": "lightOverlay2" },
"background": { "dark": "darkBase", "light": "lightBase" }, "background": { "dark": "darkBase", "light": "lightBase" },
"backgroundPanel": { "dark": "darkMantle", "light": "lightMantle" }, "backgroundPanel": { "dark": "darkMantle", "light": "lightMantle" },
"backgroundElement": { "dark": "darkCrust", "light": "lightCrust" }, "backgroundElement": { "dark": "darkCrust", "light": "lightCrust" },