Dark Mode Toggle

dark mode using inversion, double-hit Esc for toggle button

Author
Alistair1231
Daily installs
0
Total installs
1
Ratings
0 0 0
Version
0.2.1
Created
2025-03-16
Updated
2025-03-16
Size
3.4 KB
License
GPL-3.0
Applies to
All sites

Dark Mode Toggle

I got frustrated with how complex and unreliable existing dark mode methods were, so I made a very simple one myself. It simply inverts the colors of the page, while keeping images and videos the same.

Double-Hit Esc to shortly display the toggle button. Dark Mode state is saved in window.localStorage.darkMode for persistence.

Style loads very early to avoid white flash.

Button:

Before:

After: