问题描述
我下载了xcode 10 beta并将其安装在我的macbook上,该macbook运行在maco 10.13.4 High Sierra上。我试图在xcode 10上启用黑暗模式,但我可以找到如何做到这一点?有什么建议,有可能吗?
upd:据我所知,xcode获取系统外观值并以该模式呈现,因此必须可以使用终端中的某些命令
与您的XCode无关,与 macOS 相关,该功能可从 10.14 Mojave开始 ,有关详细信息,请访问
第3步。
第4步。
接下来,查看Appearance 旁边的第二个选项。只需选择它即可激活macOS上的暗模式。
禁用黑暗模式
按照上述3步进行操作,最后取消选择第二个选项就在Appearance旁边。
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 it ? Any suggestions, is it possible ?
upd: as i understand, xcode gets the system appearance value and renders in that mode, so it must be possible with some command in terminal
is not related to your XCode its related to macOS , the feature available from 10.14 Mojave onwards , for detail info you get from here
Mojave Release date
Mojave: New features
Dark mode
A Dark Mode is nothing new - there has been a Dark Mode available since El Capitan, but it only changed the appearance of menu bar and Dock. However, the new Dark Mode is what everyone had been calling for.
In High Sierra, Dark Mode adjusts the colour of the menu bar and dock, but little else. The Dock's translucent background becomes darker, the menu bar's drop-down menus are darker (although still translucent).
Not all third-party apps offer support for the dark menu bar, and even some Apple apps, such as Safari, currently feature a bright translucent sidebar.
The Dark Mode in Mojave, will be applied to all elements of the interface, in every app, system-wide. Users can choose whether to turn it on
for enable and disable the Dark Mode for reference purpose I taken the answer from here
Short answer
Step 1.
Step 2.
Step 3.
step 4.
Disable the dark mode
follow the above 3steps and finally deselect the second option that’s right next to Appearance.
这篇关于是否可以在High Sierra上的xcode 10上启用暗模式?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!