A simple Chroma theme based on GitHub's Dark color scheme!
The theme being analyzed is a simple Chroma theme based on GitHub’s Dark color scheme. It is designed to provide a better dark highlighting theme with Hugo. Users are encouraged to open Issues or Pull Requests for improvements. It can be used with the chroma CLI and with Hugo.
To install the theme, follow these steps:
chroma -f html.<style> tags.dist/gh-dark-chroma.css into the cleared space.To use the theme with Hugo, follow these steps:
gh-dark-chroma.css.zip.markup.highlight.noClasses to false in your Hugo config.To build the theme, follow these steps:
npm run build inside the project’s root directory.npm update -S before running the build to use the latest GitHub styles.dist/gh-dark-chroma.css after a successful build.This is a simple Chroma theme based on GitHub’s Dark color scheme. It is designed to provide a better dark highlighting theme for Hugo. The theme can be installed and used with the chroma CLI and with Hugo. The installation process requires specifying the output format as HTML, clearing out the styles from the generated output, and including the downloaded stylesheet. The theme can be built by running a few commands in the project’s root directory.