This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | patch | `v6.0.0` -> `v6.0.1` | --- ### Release Notes <details> <summary>actions/checkout (actions/checkout)</summary> ### [`v6.0.1`](https://redirect.github.com/actions/checkout/compare/v6.0.0...v6.0.1) [Compare Source](https://redirect.github.com/actions/checkout/compare/v6.0.0...v6.0.1) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) in timezone Europe/Helsinki, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/ivuorinen/everforest-resources). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zMi4yIiwidXBkYXRlZEluVmVyIjoiNDIuMzIuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUvZ2l0aHViLWFjdGlvbiIsInJlbm92YXRlL2dpdGh1Yi1yZWxlYXNlIiwidHlwZS9wYXRjaCJdfQ==--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Everforest Resources
Unofficial hub for Everforest color scheme resources. Generator-first approach for terminals, CLI tools, editors, and web.
Quick Start
# Generate all themes
npm run generate
# Install CLI configurations
./install.sh cli
# Verify installation
ENGINE=docker ./verify.sh
Supported Tools
Terminals
WezTerm, Alacritty, Kitty, Windows Terminal, Ghostty
CLI Tools
Starship, FZF, Delta, Tmux, Fish, LS_COLORS, and 20+ more
Editors
Neovim, VS Code, JetBrains IDEs, Zed, Sublime Text
Theme Variants
6 variants total: dark/light × hard/medium/soft
Development
npm run lint # Lint code
npm run generate # Generate themes
npm run validate # Validate outputs
npm run ci # Full CI pipeline
Contributing
- Edit only
palettes/everforest.jsonandtemplate.txtfiles - Run
npm run generate - Commit palette + template + generated files
- Follow conventional commits
Important: Never edit generated files directly. All outputs are generated from templates.
CI Requirements
All checks must pass: lint + build + snapshots + commitlint + cli-verify
Acknowledgements
This project is based on the beautiful Everforest color scheme created by sainnhe.
- Original Everforest theme: https://github.com/sainnhe/everforest
- Original author: @sainnhe
Thank you to sainnhe for creating such an elegant and well-balanced color scheme that works beautifully across so many different tools and environments. This resource hub exists to make it easier for developers to apply the Everforest theme consistently across their entire development workflow.
The color palette definitions in this project are derived from the original Everforest theme specifications.