An open API service indexing awesome lists of open source software.

https://github.com/jasonm23/xcode-themes

XCode themes with Sauce
https://github.com/jasonm23/xcode-themes

xcode-color-theme

Last synced: 5 months ago
JSON representation

XCode themes with Sauce

Awesome Lists containing this project

README

          

> Hi all, Please consider donating to this or any of my many of opensource projects.
>
> Buy Me a Coffee at ko-fi.com

# XCode Themes

This is a collection of XCode themes [I've found elsewhere on GitHub](https://github.com/hdoria/xcode-themes) and a few I've made too.

All of them are modified to use [Nerd
fonts](https://nerdfonts.com/) - [SauceCodePro ExtraLight](https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts/SourceCodePro) because I
love it.

_The original unmodified source for many of these themes is available at [https://github.com/hdoria/xcode-themes](https://github.com/hdoria/xcode-themes)._

# Usage

To install a theme in XCode just copy a `.xccolortheme` to XCode's themes folder (`$HOME/Library/Developer/Xcode/UserData/FontAndColorThemes/` it may need to be created).

To copy all:

```
git clone https://github.com/jasonm23/xcode-themes
cd xcode-themes
mkdir -p ~/Library/Developer/Xcode/UserData/FontAndColorThemes/
cp *.xccolortheme ~/Library/Developer/Xcode/UserData/FontAndColorThemes/
```

### Basically

![Basically](screenshots/Basically.png)

### Blackboard

![Blackboard](screenshots/Blackboard.png)

### Brown

![Brown](screenshots/Brown.png)

### Civil

![Civil](screenshots/Civil.png)

### Coal Graal

![Coal Graal](screenshots/Coal.Graal.png)

### Cobalt

![Cobalt](screenshots/Cobalt.png)

### Cocoa.Frooties

![Cocoa.Frooties](screenshots/Cocoa.Frooties.png)

### Def.fun

![Def.fun](screenshots/Def.fun.png)

### Default Mod1

![Default Mod1](screenshots/Default.Mod1.png)

### Dracula

![Dracula](screenshots/Dracula.png)

### Dusk v2

![Dusk v2](screenshots/Dusk.v2.png)

### Dusky

![Dusky](screenshots/Dusky.png)

### Dusty Blue

![Dusty Blue](screenshots/Dusty.Blue.png)

### Dusty desert

![Dusty desert](screenshots/Dusty.desert.png)

### EGOv2 (Darker)

![EGOv2 (Darker)](screenshots/EGOv2.\(Darker\).png)

### EGOv2

![EGOv2](screenshots/EGOv2.png)

### Eppz

![Eppz](screenshots/Eppz.png)

### Flat Theme Dark

![Flat Theme Dark](screenshots/Flat.Theme.Dark.png)

### Flat Theme Light

![Flat Theme Light](screenshots/Flat.Theme.Light.png)

### GitHub

![GitHub](screenshots/GitHub.png)

### Glitter Bomb

![Glitter Bomb](screenshots/Glitter.Bomb.png)

### Gruvbox

![Gruvbox](screenshots/Gruvbox.png)

### Humane

![Humane](screenshots/Humane.png)

### Kellys

![Kellys](screenshots/Kellys.png)

### Kimbie (Dark)

![Kimbie (Dark)](screenshots/Kimbie.\(Dark\).png)

### Locust

![Locust](screenshots/Locust.png)

### Mangold

![Mangold](screenshots/Mangold.png)

### Midnight neon

![Midnight neon](screenshots/Midnight.neon.png)

### Monoguy

![Monoguy](screenshots/Monoguy.png)

### Monokai

![Monokai](screenshots/Monokai.png)

### Moodnight v2

![Moodnight v2](screenshots/Moodnight.v2.png)

### Morrowind

![Morrowind](screenshots/Morrowind.png)

### Night

![Night](screenshots/Night.png)

### ObjectiveSheep

![ObjectiveSheep](screenshots/ObjectiveSheep.png)

### ObsidianCode

![ObsidianCode](screenshots/ObsidianCode.png)

### Pastel Dark

![Pastel Dark](screenshots/Pastel.Dark.png)

### Pastel Grey

![Pastel Grey](screenshots/Pastel.Grey.png)

### Present XLarge

![Present XLarge](screenshots/Present.XLarge.png)

### Present

![Present](screenshots/Present.png)

### Printf

![Printf](screenshots/Printf.png)

### Quiet Light

![Quiet Light](screenshots/Quiet.Light.png)

### Raspberry Sorbet

![Raspberry Sorbet](screenshots/Raspberry.Sorbet.png)

### Rearden Steel

![Rearden Steel](screenshots/Rearden.Steel.png)

### Resesif

![Resesif](screenshots/Resesif.png)

### Salander

![Salander](screenshots/Salander.png)

### Scratch Art

![Scratch Art](screenshots/Scratch.Art.png)

### SecondGear

![SecondGear](screenshots/SecondGear.png)

### Sidewalk Chalk Mod1

![Sidewalk Chalk Mod1](screenshots/Sidewalk.Chalk.Mod1.png)

### Sidewalk Chalk

![Sidewalk Chalk](screenshots/Sidewalk.Chalk.png)

### Solarize Dark

![Solarize Dark](screenshots/Solarize.Dark.png)

### Solarize Light

![Solarize Light](screenshots/Solarize.Light.png)

### Solarized Dark

![Solarized Dark](screenshots/Solarized.Dark.png)

### Solarized Light

![Solarized Light](screenshots/Solarized.Light.png)

### Space Gray

![Space Gray](screenshots/Space.Gray.png)

### Spacedust

![Spacedust](screenshots/Spacedust.png)

### Tomorrow Night

![Tomorrow Night](screenshots/Tomorrow.Night.png)

### Twilight

![Twilight](screenshots/Twilight.png)

### Underthesea

![Underthesea](screenshots/Underthesea.png)

### Wentworth

![Wentworth](screenshots/Wentworth.png)

### WWDC2016

![WWDC2016](screenshots/WWDC2016.png)

### XCasts

![XCasts](screenshots/XCasts.png)

### Yo

![Yo](screenshots/Yo.png)

# Contributing

If you'd like to contribute a theme to this repo, contributions are welcome, however please follow these guidelines.

- The theme screenshot/preview should match the style of screenshots already here.

- Have window dimensions of 1920x2036px
- Only show Swift code
- Only show code editor
- Screenshot with shadows enabled.

(If you want to match exactly the code is [this](https://github.com/cutbox/CutBox/blob/1.3.5/CutBox/CutBox/Source/App/SearchAndPreview/SearchPreviewView.swift#L89-L125))

- The all fonts in the theme must be `SauceCodeProNerdFontComplete---ExtraLight - 18.0` to get merged.