How to enable Dark Mode for Xcode 10 [duplicate]

时光总嘲笑我的痴心妄想 提交于 2019-11-28 06:09:52

On macOS 10.13 High Sierra and earlier

The Dark Mode is only available on macOS 10.14 Mojave.

On macOS 10.14 Mojave and later

1. On Installation: You'll get asked for the appearance as part of the installation of Mojave.

2. After Installation: If you want to change it afterwards go to System Preferences > General and change the Appearance.

If you use macOS Mojave (10.14.+), you can enable Dark Mode only for Xcode 10 using this command line.

defaults write com.apple.dt.Xcode NSWindowDarkChocolate -bool true

Workaround:

defaults write com.apple.dt.Xcode _NSSystemAppearanceOverride DarkAppearance

Source (Steve Troughton-Smith's tweet)

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!