How to enable dark mode in chromium #650
-
Hy everyone, |
Beta Was this translation helpful? Give feedback.
Answered by
felix-ebbe
May 23, 2025
Replies: 1 comment
-
To answer my own question:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
felix-ebbe
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To answer my own question:
There is a script called
start_chromium-browser
in the ~/scripts folder. Here you have to add--enable-features=WebContentsForceDark
and--force-dark-mode
to the flags variable like so: