# Dark mode without extensions
If you're on a bright website like https://microsoft.github.io/monaco-editor/monarch.html that doesn't have dark mode, and you want it to be dark, use devtools to add this:
html {
filter: invert(1) hue-rotate(180deg) brightness(0.5)
}