feat(opencode): support light appearance for all catppuccin themes#10513
feat(opencode): support light appearance for all catppuccin themes#10513chrinkis wants to merge 2 commits intoanomalyco:devfrom
Conversation
|
The following comment was made by an LLM, it may be inaccurate: Based on my search, I found related PRs that address dark/light mode appearance functionality: Potentially Related PRs:
These PRs appear to be related to appearance/theme functionality but are focused on different aspects (general appearance settings vs. specific catppuccin theme light palette support). PR #10513 is more specific to implementing light appearance for catppuccin-frappe and catppuccin-macchiato themes, so they may be complementary rather than duplicates. |
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.