lilactown / punk

A data REBL built for the web
Eclipse Public License 2.0
148 stars 5 forks source link

Theming #5

Open lilactown opened 5 years ago

lilactown commented 5 years ago

The CSS that is currently embedded in the CLJS code should be extracted into a CSS file, so that users can replace it with their own. This would allow custom themes to be developed outside of the Punk codebase.

lilactown commented 5 years ago

I've extracted all of the styles into a punk.css file that is included in releases now. This can be swapped out to provide different look & feels as the user likes.

How exactly themes should be configured needs to be thought out a little bit more and documented.