jbt / docker

Documentation generator
http://jbt.github.com/docker
MIT License
233 stars 56 forks source link

custom themes #43

Open morficus opened 11 years ago

morficus commented 11 years ago

It would be pretty neat if there was a way to provide a style sheet to allow the creation of custom schemes.

jasonseney commented 10 years ago

This wouldn't be too difficult to add. The current colourScheme variable is simply the name of a css file in the res folder. Would need to update the Docker.prototype.copySharedResources function and the options to allow a file path instead of the colour scheme name.