2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

MacはダークモードだがChromeはダークモードにしない方法

Last updated at Posted at 2020-12-02

結論

ターミナルにて

defaults write com.google.Chrome NSRequiresAquaSystemAppearance -bool yes

を入力後、Chromeを再起動。以上!

なぜこの設定を行いたかったか

MacOSの夜になると自動ダークモード表示は基本的に好きなのですが、Chromeの開発者ツールは常に明るく表示させたかったのです。

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?