
You also looked into Chrome://flags page but couldn’t find any preference to get rid of the dark mode. You didn’t like the dark mode and you tried to disable it using Chrome Settings but unfortunately you didn’t find any option to turn off the forced dark mode. The titlebar, toolbar, menus and everything else automatically turned dark or Black without your permission as shown in following screenshot: You upgraded to new version of Google Chrome in Windows 10 operating system and you noticed that suddenly Google Chrome started using new Dark Mode or Dark Theme in its UI (User Interface).

Also if you want to use built-in Dark Mode in Windows 10 but don’t want to apply Dark Mode automatically to Google Chrome, this tutorial will also help you. See the Desktop Entry Specification for more details.SUMMARY: If Google Chrome suddenly turned Dark and you are forced to use Google Chrome in Dark Mode and you want to get rid of this new Dark Mode in Chrome, this tutorial will help you. Please close all Google Chrome windows to apply changes. You can use sed to do this automatically: sed -i 's /usr/bin/google-chrome-stable /usr/bin/google-chrome-stable -enable-features=WebUIDarkMode -force-dark-mode g' /usr/share/applications/sktopĭone. You need to open ~/.local/share/applications/sktop on a text editor and where you find something like Exec=/usr/bin/google-chrome-stable %U change it to Exec=/usr/bin/google-chrome-stable -enable-features=WebUIDarkMode -force-dark-mode %U. The new command will start Chrome on dark mode. Now you need to modify the Exec key inside Chrome's desktop entry file to change the command that runs this program. cp /usr/share/applications/sktop ~/.local/share/applications/sktop

That means you have to copy the original file to your desktop entries directory.

You need to create a personal desktop entry for Chrome, so you can edit it and make changes permanent for your user. desktop extension.ĭesktop files managed by your package manager are located in /usr/share/applications (they will be recreated every time the corresponding package updates) and desktop files managed by your user are located in ~/.local/share/applications - this is where you should create personal desktop entries, and desktop files here override the package manager ones. Please close all Google Chrome windows to apply changes.Ī definitive solution would be to edit Chrome's desktop entry file so that every time you launch Chrome using the applications menu, it will run in dark mode.Ī desktop entry file describes how a particular program is to be launched, and they have the. Sed -i 's /usr/bin/google-chrome-stable /usr/bin/google-chrome-stable -enable-features=WebUIDarkMode -force-dark-mode g' ~/.local/share/applications/sktop Short answer cp /usr/share/applications/sktop ~/.local/share/applications/sktop
