halfmoonui / halfmoon

Halfmoon is a highly customizable, drop-in Bootstrap replacement. It comes with three built-in core themes, with dark mode support for all themes and components.
https://www.gethalfmoon.com
MIT License
3.01k stars 118 forks source link

set color mode instead of toggle js #122

Open makerio90 opened 2 years ago

makerio90 commented 2 years ago

the core js lib allowed you to toggle the mode. however many times you want it to force into a mode like halfmoon.setMode("light") for example. if it's in dark mode, set it to light mode, if it's light mode, do nothing.

makerio90 commented 2 years ago

i see how it's done in the core. might do a or in the morning

makerio90 commented 2 years ago

fixed #123