ForEvolve / bootstrap-dark

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

Bootstrap 5 supported #52

Closed Nexucis closed 1 year ago

Nexucis commented 2 years ago

Hi,

I'm wondering if you would like to support Bootstrap 5 in this repo or in another ?

Thanks for your work :).

Carl-Hugo commented 2 years ago

I do not have any short-term plan for supporting Bootstrap 5 at the moment as there are just so many things I can do in a day.

@Nexucis Are you only using only the "dark theme" (a.k.a. Bootstrap but dark) or are you using the toggling between dark and light as well, see even the new experimental preferred color scheme feature?

Nexucis commented 2 years ago

thanks for your answer @Carl-Hugo :). Yes I'm using a toggling between dark and light theme. Thanks for the tips :). I will look at it !

Carl-Hugo commented 2 years ago

I know of a project if you were only looking only for a dark theme @Nexucis, but that won't help you that much since you use toggling. Moreover, you'll probably need to update your HTML code to migrate from Bootstrap v4 to v5; I did not assess that workload yet, so it might be more trivial than it was from v3 to v4.

I just realized there are many experiments branches that I've tried to automate that process; the experimental branch I was referring to is experiments/creating-my-own-plugin-to-remove-duplicates. One of the four scenarios does not work due to missing/empty color variables in Bootstrap; see 1.2.x (preview) Release notes for more info. How it works is explained in the README as well. EDIT: See also #51

That said, once that work is done, it should be reasonably easy to port it to v5, and Bootstrap v6 should support dark themes natively.

Carl-Hugo commented 1 year ago

Closing this as I have no plan to support other versions of Bootstrap.