skip to Main Content

How to change Xcode Theme?
I don’t want to use the basic theme anymore.
I’m using imac, and I want the exact way.

2

Answers


    1. First, you have to download the theme. Only ‘.xccolortheme’ format files are possible.
      If you search "xcode them download" on Google, you’ll find a lot.

    2. You must enter the terminal and enter the command.

    cd ~/Library/Developer/Xcode/UserData/FontAndColorThemes/
    mkdir FontAndColorThemes
    open .
    
    1. Put the downloaded file in this folder.

    2. Open Xcode and enter Editor -> Theme to see your downloaded theme.
      enter image description here

    Login or Signup to reply.
  1. Just go to the preferences from the the Xcode menu (command+,) and use the Themes tab. So you can set any kind of style you like (predefined, downloaded or completly custom)

    Demo

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search