Uh oh!
There was an error while loading. Please reload this page.
feat(opencode): support light appearance for all catppuccin themes - #10559
feat(opencode): support light appearance for all catppuccin themes #10559chrinkis wants to merge 2 commits into
Conversation
Hey! Your PR title Please update it to start with one of:
Where See CONTRIBUTING.md for details. |
The following comment was made by an LLM, it may be inaccurate: Potential Duplicate Found:
Reason: This PR appears to be directly related to the current PR #10559. Both address adding light appearance support for Catppuccin themes (frappe, macchiato, and latte). Since the current PR closes issue #10512, PR #10513 may be addressing the same or overlapping functionality related to Catppuccin light theme support. |
rekram1-node
commented
Jan 25, 2026
Please provide before & after screenshots as per guidelines |
chrinkis
commented
Jan 25, 2026
Sorry, the light theme I use is already used in catppuccin, so I though it was trivial. The screenshots are all in light appearance. The dark remains exactly the same. Catppuccin FrappeBefore![]() After![]() ![]() Catppuccin macchiatoBefore![]() After![]() ![]() |
chrinkis
commented
Jan 27, 2026
@rekram1-node are those I provided ok? |
f1ae801 to
08fa7f7CompareClosing this pull request because it has had no updates for more than 60 days. If you plan to continue working on it, feel free to reopen or open a new PR. |






What does this PR do?
This PR defines the light appearance for
catppuccin-frappeandcatppuccin-macchiato.Catppuccin defines only one light palette, catppuccin-latte.
The light appearance of those two themes is exactly the same as the
catppuccin's, so the hardoced colors were borrowed from there.Closes#10512.
How did you verify your code works?
I tested it through
bun dev.