Xcode - Dark theme for the whole UI

后端 未结 7 2243
一整个雨季
一整个雨季 2021-01-01 10:47

How can one make Xcode\'s UI completely dark?

There must be a way to have a dark theme for Xcode (like Visual Studio has it for example). I\'m not only talking about

相关标签:
7条回答
  • 2021-01-01 11:11

    Don't think Xcode can do that. You might want to consider the excellent Appcode IDE though.

    0 讨论(0)
  • 2021-01-01 11:13

    In Preferences → Accessibility there is a checkbox Invert colors. Of course, it doesn't give a nice dark theme, but I found it quite useful when working in darkness. The whole system interface with this checkbox on looks funny.

    0 讨论(0)
  • 2021-01-01 11:14

    System wide dark mode is announced in macOS 10.14 Mojave in WWDC 18. You can also enable dark mode for XCode 10. Dark mode in interface builder.

    Here is the link for XCode 10 beta

    0 讨论(0)
  • 2021-01-01 11:15

    You can reference to this article:

    https://medium.com/@guilhermerambo/how-to-enable-real-dark-mode-on-os-x-macos-14966f9f7d24

    Install a dark mode in system service,it make Xcode most control dark,it's not perfect, but works.

    Hope Apple implement it someday.

    0 讨论(0)
  • 2021-01-01 11:24

    In Xcode 9 or below you can include the last the theme Dark,

    https://gist.github.com/andresilvagomez/94854ed5320fac2b3b5790e63efc516e

    Execute this command

    open ~/Library/Developer/Xcode/UserData/FontAndColorThemes/

    and create this file there

    Default (Dark).xccolortheme

    and paste the content inside of URL

    0 讨论(0)
  • 2021-01-01 11:25

    This works in Xcode 9:

    Xcode --> Preferences.. --> Fonts & Colors tab --> Choose your them (Dusk / Midnight)

    0 讨论(0)
提交回复
热议问题