inspired by material design dark theme guide and bootswatch
- run
grunt build:dark
- compiled css file will at
dark/bootstrap.min.css
- run
python3 -m http.server
- visit
http://127.0.0.1:8080/dark/
Each theme consists of two LESS files.
variable.less
: which is included by default in Bootstrap, allows you to customize these settings.
skin.less
: introduces more extensive structural changes.
[ ] customize selection input/ checkbox
[ ] add css transition delay to nav bar hover event
https://github.com/thomaspark/bootswatch/tree/v3.2.0
https://github.com/twbs/bootstrap/tree/v3.3.5