issue-184: Add solarized-dark and solarized-light themes #185
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!185
Loading…
Reference in a new issue
No description provided.
Delete branch "feature/issue-184/add-solarized-dark-and-solarized-light-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?
Adds two new Solarized theme variants to
themes/, following the theme-schema format of the existingpaper.jsonandcatppuccin-latte.jsonfiles (added in #183).What & why: New themes are a new capability for this repo — the working tree already contained the two theme files; this change commits them so they're available alongside the existing themes. Both use Ethan Schoonover's Solarized palette (base03–base3 accent ramps), with
solarized-darktuned for dark backgrounds (user message bgbase02, custom bg#103d4a) andsolarized-lightfor light backgrounds (user bgbase2, custom bg#e6e1cf).Files added:
themes/solarized-dark.json— Solarized dark theme (vars + colors mapped per the theme schema)themes/solarized-light.json— Solarized light theme (vars + colors mapped per the theme schema)Closes #184