-
-
Notifications
You must be signed in to change notification settings - Fork 171
feat(port): add vivid port #250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds support for Vivid, a Rust-based LS colorizer for terminal output, with both Dark and Dark Soft theme variants.
- Implements theme templates for Vivid with comprehensive file type and directory styling configurations
- Adds installation documentation with two options: bundled themes and manual installation
- Generates output files in the packages/vivid directory for distribution
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
| src/ports/vivid/index.ts | TypeScript implementation to generate Vivid theme files from templates, including color hash stripping logic |
| src/ports/vivid/templates/aura-theme-dark.yml | Template for dark variant theme with accent color mappings and file type styling rules |
| src/ports/vivid/templates/aura-theme-dark-soft.yml | Template for dark soft variant with muted colors and identical styling structure |
| src/ports/vivid/templates/README.md | Installation instructions template with curl commands and shell configuration examples |
| packages/vivid/aura-theme-dark.yml | Generated dark theme output file with resolved color values |
| packages/vivid/aura-theme-dark-soft.yml | Generated dark soft theme output file with muted color values |
| packages/vivid/README.md | Generated installation documentation with contributor information |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Description
This PR: Adds support for vivid, an LS colorizer written in Rust.
Assets
Checklist
PR Submitter Notes