Skip to content
New issue

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

add support for other color schemes #27

Closed
mattstratton opened this issue Sep 25, 2016 · 0 comments
Closed

add support for other color schemes #27

mattstratton opened this issue Sep 25, 2016 · 0 comments
Assignees

Comments

@mattstratton
Copy link
Owner

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.

@mattstratton mattstratton added this to the v.2.0 milestone Sep 25, 2016
@mattstratton mattstratton self-assigned this Sep 25, 2016
mattstratton added a commit that referenced this issue Oct 7, 2016
Allows for setting either the orange or blue overall color scheme in `config.toml`.

Fixes #27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant