shiki-pygments-themes
v0.0.1
Published
Extra themes for Shiki based on Pygments styles.
Downloads
3
Readme
shiki-pygments-themes
Extra themes for Shiki based on Pygments styles.
Available themes
| Theme | Source | Version |
| ---------------------------- | -------------------------------------------------------------------------------------------------------------------- | ---------------------------------------- |
| tomorrow-night
| Tomorrow Night by Chris Kempson | c6ca1a308e7e93cb18a54f93bf964f56e4d07acf |
Development
Install fnm (if necessary).
fnm install && fnm use && node --version
npm install
npm run lint
npm run format
npm pack --dry-run
Deployment
npm version patch
npm version minor
npm version major
- Update the package version in the Documentation URL at the top of the README file.
- Commit and push changes.
- Create a tag on GitHub Desktop.
- Check Codeberg.
npm login
npm publish
- Check npm.