Bootstrap 4 dark theme that supports togging dark/light themes as well. There is no fluff, it changes the color of Bootstrap and that's it, no new thing to learn or unlearn, just Bootstrap, but Dark!
MIT License
299
stars
44
forks
source link
Combined dark/light CSS files without duplicated code #51
1.2.0 (preview)
This is a prerelease version that could contain bugs.
bootstrap-dark-prefers-light.css
which default to Bootstrap dark and display the light colors if the user'sprefers-color-scheme: light
.bootstrap-light-prefers-dark.css
which default to Bootstrap and display the dark colors if the user'sprefers-color-scheme: dark
.bootstrap-prefers-dark-color-only.css
which is only the colors ofbootstrap-prefers-dark.css
. This is autogenerated byclean_non_color_attr.js
.bootstrap-prefers-light-color-only.css
which is only the colors ofbootstrap-prefers-light.css
. This is autogenerated byclean_non_color_attr.js
.clean_non_color_attr.js
gulp plugin (based ongulp-css-remove-attributes
).Completed state
bootstrap-light-prefers-dark.css
)bootstrap-light-prefers-dark.css
)bootstrap-dark-prefers-light.css
)bootstrap-dark-prefers-light.css
)Known issues
null
in Bootstrap and overridden in Bootstrap-dark.