Ubuntu 19.10でGoogle Chromeをダークモードにして起動させる方法を紹介します。
Google Chromeの設定からテーマをクラシックにしておきます。
Ubuntuで端末 (ターミナル)を起動します。
以下のコマンドを実行します。
エディタ geditでファイルgoogle-chrome.desktopを開きます。
sudo -H gedit /usr/share/applications/google-chrome.desktop
項目 [Desktop Entry]にある
Exec=/usr/bin/google-chrome-stable %Uを以下のように変更します。
Exec=/usr/bin/google-chrome-stable %U --enable-features=WebUIDarkMode --force-dark-mode
項目 [Desktop Action new-window]にある
Exec=/usr/bin/google-chrome-stableを以下のように変更します。
Exec=/usr/bin/google-chrome-stable --enable-features=WebUIDarkMode --force-dark-mode
編集したファイル google-chrome.desktopを保存し、エディタgeditを終了します。
パソコンを再起動させます。
Google Cromeを起動させるとダークモードが有効になっています。
元に戻すときは、エディタgeditでファイルgoogle-chrome.desktopを開き、いらない部分を消して保存し、パソコンを再起動してください。
参考