Is it possible to enable Dark Mode on Xcode 10 on High Sierra?

前端 未结 7 1149
隐瞒了意图╮
隐瞒了意图╮ 2021-01-11 13:00

I downloaded xcode 10 beta and installed it on my macbook which is running on macOs 10.13.4 High Sierra. I tried to enable dark mode on xcode 10, but i could find how to do

7条回答
  •  -上瘾入骨i
    2021-01-11 13:47

    It'll become very ugly if you force to enable dark mode on High Sierra, and I have changed the color scheme before...

    global

    defaults write -g NSWindowDarkChocolate -bool TRUE

    Xcode only

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

提交回复
热议问题