Summary
PCBuildSage supports custom JSON UI themes in data/themes/ that skin both the Next.js Web App and the interactive Terminal CLI.
Desired Themes to Add
How to Contribute
- Create a JSON file under
data/themes/<theme-name>.json.
- Define hex color tokens and ANSI terminal colors.
- Validate WCAG AA contrast ratio standards locally:
- Submit a PR! See
CONTRIBUTING.md for field specifications.
Summary
PCBuildSage supports custom JSON UI themes in
data/themes/that skin both the Next.js Web App and the interactive Terminal CLI.Desired Themes to Add
catppuccin-mocha.json(Dark pastel theme)nord-dark.json(Arctic blue dark theme)dracula.json(Vibrant dark purple theme)gruvbox-dark.json(Retro warm dark theme)How to Contribute
data/themes/<theme-name>.json.CONTRIBUTING.mdfor field specifications.