clenemt / docdash

:zap: Lodash inspired JSDoc 3 template/theme
http://clenemt.github.io/docdash/
Other
824 stars 201 forks source link

config for theme / accent color? #76

Closed crobinson42 closed 4 years ago

crobinson42 commented 4 years ago

I was wondering if docdash has the option or would accept a PR to config the theme accent color?

ar2rsawseen commented 4 years ago

Hello, you can just inject your own CSS file overwriting default colors and other styles to achieve your own "theme" :)

In your config just provide something like (relative to static folder):

"scripts": ["./styles/theme-green.css"],
crobinson42 commented 4 years ago

Ah! Thanks - sometimes you totally overlook such a simple solution ;-)