Rotonde / rotonde-client

Rotonde Base Client
https://client-neauoire.hashbase.io/
MIT License
227 stars 49 forks source link

night mode #135

Closed eelfroth closed 7 years ago

eelfroth commented 7 years ago

this adds the command night_mode which inverts all colors (except for media attachments) night_mode

0x0ade commented 7 years ago

Looks great! I'd love it if the command added / removed the night_mode class to body so that custom.css could adapt to this.

Something I'm worrying about, though, is if it's possible for custom.css to override night_mode.css (latter gets added after custom.css). Maybe custom_night_mode.css would be the solution here?

eelfroth commented 7 years ago

oh, yeah you're right. that seems like a much better solution going to try that!

composition4 commented 7 years ago

loading custom.css again after night_mode.css (permitting proper cascade) would be a simpler and better UX solution.