Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
终端中是否有办法在不影响其他环境的情况下为单个应用打开/关闭暗模式?我在我的 Mac 上使用日历,外观很糟糕。其他应用在深色模式下看起来很棒。我只想为那个应用禁用它。
从Terminal,运行以下命令:
Terminal
defaults write com.apple.iCal NSRequiresAquaSystemAppearance true
要还原更改:
defaults write com.apple.iCal NSRequiresAquaSystemAppearance false