fix(theme): darken muted text in catppuccin tui themes (#20161)
This commit is contained in:
@@ -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" },
|
||||||
|
|||||||
Reference in New Issue
Block a user