
It runs on a server with a daily cron job. It merges all the schemes found in the iTerm2-Color-Schemes/windowsterminal using the GitHub API, then combines it with src/custom-colour-schemes.json in /app. The json list is generated by the Express server in /server. There's CI with CircleCI and there's visual regression tests with Percy too. There's a few unit test using Jest that you can develop using yarn unit:watch. You can use yarn cy:open to open and develop using the Dashboard and run test suite with yarn cy:run. You can run all the tests with yarn test:dev.Į2E tests are run with cypress.
#How to install windows terminal themes install
Install using yarn and run using yarn start, this should start both the React app and Express server. Sonoran Gothic and Sonoran Sunrise by d-mckee.Cyberpunk2077 by killshot13 (Michael R.).Bubbles, DraculaPlus, Material Darker, and OneStar by jos3s.If you'd like to receive credit, or know who should, please add it to app/src/credits.json.

Just add them to the list in app/src/custom-colour-schemes.json. If not, new themes can be add added with a pull request.

Ideally for the ecosystem new themes should be proposed to iTerm2-Color-Schemes (where most of these themes come from), then everyone can benefit.
#How to install windows terminal themes how to
The official docs for Windows Terminal seem to very thoroughly explain how to change the settings, but essentially: This site let's you preview and then copy a theme you like (or download a json file with all of them). Use the project at v How to use the themes Preview and copy themes for the new Windows Terminal.
