Skip to content

Commit bf77729

Browse files
authored
fix(theme): darken muted text in catppuccin tui themes (#20161)
1 parent 93fad99 commit bf77729

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

packages/opencode/src/cli/cmd/tui/context/theme/catppuccin-frappe.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@
6262
"light": "frappeText"
6363
},
6464
"textMuted": {
65-
"dark": "frappeSubtext1",
66-
"light": "frappeSubtext1"
65+
"dark": "frappeOverlay2",
66+
"light": "frappeOverlay2"
6767
},
6868
"background": {
6969
"dark": "frappeBase",

packages/opencode/src/cli/cmd/tui/context/theme/catppuccin-macchiato.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@
6262
"light": "macText"
6363
},
6464
"textMuted": {
65-
"dark": "macSubtext1",
66-
"light": "macSubtext1"
65+
"dark": "macOverlay2",
66+
"light": "macOverlay2"
6767
},
6868
"background": {
6969
"dark": "macBase",

packages/opencode/src/cli/cmd/tui/context/theme/catppuccin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"success": { "dark": "darkGreen", "light": "lightGreen" },
6464
"info": { "dark": "darkTeal", "light": "lightTeal" },
6565
"text": { "dark": "darkText", "light": "lightText" },
66-
"textMuted": { "dark": "darkSubtext1", "light": "lightSubtext1" },
66+
"textMuted": { "dark": "darkOverlay2", "light": "lightOverlay2" },
6767
"background": { "dark": "darkBase", "light": "lightBase" },
6868
"backgroundPanel": { "dark": "darkMantle", "light": "lightMantle" },
6969
"backgroundElement": { "dark": "darkCrust", "light": "lightCrust" },

0 commit comments

Comments
 (0)