justice icon indicating copy to clipboard operation
justice copied to clipboard

Theme support

Open okor opened this issue 10 years ago • 2 comments

Goals:

  • Share style variable between SCSS and JS.
  • Allow theme customization

okor avatar May 17 '15 15:05 okor

@necolas @TheoBearman

https://github.com/okor/justice/issues/7 and https://github.com/okor/justice/issues/26 are essentially the same. Closing both and consolidating to this single issue for clarity. Please have any further discussion here.

okor avatar May 17 '15 15:05 okor

First pass here: https://github.com/okor/justice/commits/themes

To try it out, clone repo / install depends and fire up grunt. Open examples/simple.html in your browser. Edit src/theme.json to your liking.

This will update the build with a color theme of your choosing. Build process is kinda ugly so I'm open to improvements via PR's.

okor avatar May 17 '15 15:05 okor