shiki-extra-themes
v0.0.6
Published
Extra themes for Shiki.
Downloads
4
Readme
shiki-extra-themes
Extra themes for Shiki. Tested on Shiki v0.14.6.
Available themes
| Theme | Source | Version |
| ---------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- | ---------------------------------------- |
| tomorrow-night
| Tomorrow Night by Chris Kempson | ccf6666d888198d341b26b3a99d0bc96500ad503 |
Development
Install fnm (if necessary).
fnm install && fnm use && node --version
npm install
npx degit chriskempson/tomorrow-theme#ccf6666d888198d341b26b3a99d0bc96500ad503 tomorrow-theme
npm run build
npm run format
npm pack --dry-run
Deployment
npm version patch
npm version minor
npm version major
- Commit and push changes.
- Create a tag on GitHub Desktop.
- Check Codeberg.
npm login
npm publish
- Check npm.