sasikiran / Material-Theme-for-Xcode

Material design color schemes for Xcode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

Port of Mattia Astorino's Material Theme for Sublime Text 3

alt text

alt text

Installation instructions
  1. Create the themes directory if it doesn't exist

     $ mkdir ~/Library/Developer/Xcode/UserData/FontAndColorThemes
    
  2. Copy color theme files to this new folder

     $ cp MaterialTheme.xccolortheme ~/Library/Developer/Xcode/UserData/FontAndColorThemes
     $ cp MaterialTheme Darker.xccolortheme ~/Library/Developer/Xcode/UserData/FontAndColorThemes
    
  3. Make the files executable

     $ chmod +x ~/Library/Developer/Xcode/UserData/FontAndColorThemes/MaterialTheme.xccolortheme
     $ chmod +x ~/Library/Developer/Xcode/UserData/FontAndColorThemes/MaterialTheme Darker.xccolortheme
    
  4. Restart Xcode.


Recommended fonts

The theme looks at it's best if you use one of these fonts:

  1. Fira Code

  2. Roboto Mono

  3. Consolas

About

Material design color schemes for Xcode

License:MIT License