issue-182: Add paper and catppuccin-latte themes #183
No reviewers
Labels
No labels
bug
chore
documentation
enhancement
feature
ready
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
david/pi-extensions-and-skills!183
Loading…
Reference in a new issue
No description provided.
Delete branch "feature/issue-182/add-paper-and-catppuccin-latte-themes"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What & why
Adds two new pi TUI themes conforming to the pi theme schema:
paper— a light, muted "paper" palette: off-white surfaces/panels, warm neutral text, and desaturated accent colors (green, red, orange, blue, purple, teal) for a calm, low-contrast reading experience.catppuccin-latte— the popular Catppuccin Latte light color scheme adapted to pi's theme schema, using the full Catppuccin palette (rosewater, flamingo, pink, mauve, red, maroon, peach, yellow, green, teal, sky, sapphire, blue, lavender, text/subtext/overlay/surface/base tones).Both files declare all required theme fields:
vars,colors(accent, borders, status colors, markdown rendering, diff highlighting, syntax highlighting, thinking-level colors), andexport(page/card/info backgrounds for HTML export).Files
Added:
themes/paper.json— new light "paper" themethemes/catppuccin-latte.json— new Catppuccin Latte themeCloses #182