We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Idea is that you can choose from a few, such as "orange", "blue", "pink", etc.
Implementation idea? Multiple CSS files (one for each scheme) and load the proper one based upon config.toml.
config.toml
Seems like this could be a nightmare to keep updated, although imports could help I think...
like each one (blue.css, etc) first imports the variables, then it's own custom variables, and then the main CSS.
blue.css
The text was updated successfully, but these errors were encountered:
d6b721e
Add support for color themes
a2fa7d1
Allows for setting either the orange or blue overall color scheme in `config.toml`. Fixes #27
mattstratton
No branches or pull requests
Idea is that you can choose from a few, such as "orange", "blue", "pink", etc.
Implementation idea? Multiple CSS files (one for each scheme) and load the proper one based upon
config.toml
.Seems like this could be a nightmare to keep updated, although imports could help I think...
like each one (
blue.css
, etc) first imports the variables, then it's own custom variables, and then the main CSS.The text was updated successfully, but these errors were encountered: