Skip to content

C4Labs/C4XcodeColorTheme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

C4 Xcode Color Theme

A custom C4-colored theme for Xcode.

preview

Installation

Using Git

Use this method if you want to keep up to date with changes.

git clone https://github.com/C4Framework/C4XcodeColorTheme
cd C4XcodeColorTheme
mkdir -p ~/Library/Developer/Xcode/UserData/FontAndColorThemes/
cp C4.dvtcolortheme ~/Library/Developer/Xcode/UserData/FontAndColorThemes/

After executing these commands restart Xcode, go to preferences and select the C4 theme.

To update to the latest version:

cd C4XcodeColorTheme
git pull
cp C4.dvtcolortheme ~/Library/Developer/Xcode/UserData/FontAndColorThemes

Manually

  1. Download the .zip file.
  2. Create the themes folder: ~/Library/Developer/Xcode/UserData/FontAndColorThemes/.
  3. Move C4.dvtcolortheme to the themes folder.
  4. Restart Xcode and select the theme in Preferences, Fonts & Colors

Releases

No releases published

Packages

No packages published