sandoche / Darkmode.js

🌓 Add a dark-mode / night-mode to your website in a few seconds
https://darkmodejs.learn.uno
MIT License
2.72k stars 176 forks source link

Darkmode body color? #33

Closed SteepNet closed 4 years ago

SteepNet commented 4 years ago

Hi! How do I set the background body color I need? default color = #000000 need = #222222

SteepNet commented 4 years ago

this project die? no more support?

sandoche commented 4 years ago

In options:

var options = {
  backgroundColor: '#fff'
}

This is the default background support try maybe #DDDDDD

SteepNet commented 4 years ago

In options:

var options = {
  backgroundColor: '#fff'
}

This is the default background support try maybe #DDDDDD

Yes it works fine mixColor: '#DDDDDD'