Skip to content

Commit a1900bb

Browse files
authored
Add README
1 parent a1130e6 commit a1900bb

1 file changed

Lines changed: 48 additions & 0 deletions

File tree

README.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
# 🎨 My Xcode theme - Sundell's Colors
2+
3+
This repository contains the Xcode theme that I use. Feel free to use it or modify it to your liking 👍
4+
5+
![](Preview.png)
6+
7+
## Installing using Marathon
8+
9+
The easiest way to install this Xcode theme is using **[Marathon](https://github.com/johnsundell/marathon):**
10+
11+
1. Install the latest version of Marathon if you haven't already:
12+
```
13+
$ git clone https://github.com/johnsundell/marathon.git
14+
$ cd Marathon && make
15+
```
16+
17+
2. Run the install script which will install [Adobe's Source Code Pro](https://github.com/adobe-fonts/source-code-pro) font & this Xcode theme for you:
18+
```
19+
marathon run johnsundell/xcodetheme
20+
```
21+
22+
## Installing manually
23+
24+
You can also choose to do things manually if you want:
25+
26+
1. Clone this repo:
27+
```
28+
$ git clone https://github.com/johnsundell/xcodetheme.git
29+
```
30+
31+
2. Create a folder at this path if it doesn't exist already:
32+
```
33+
~/Library/Developer/Xcode/UserData/FontAndColorThemes
34+
```
35+
36+
3. Copy the file `SundellsColors.xccolortheme` into the above folder.
37+
38+
4. Download the latest release of Source Code Pro from [its repo](https://github.com/adobe-fonts/source-code-pro).
39+
40+
5. Unzip the font archive and move the files in the `TTF` folder to `~/Library/Fonts`.
41+
42+
6. Should've used the install script, right? 😉
43+
44+
## Attributions
45+
46+
This Xcode theme is the result of years of tweaks and modifications to some version of a "Solarized" theme. I have no idea where I got the
47+
original material for this theme from, but if you recognize some aspect of this theme as coming from something you made, feel free to open
48+
an issue and I'll gladly add attributions to you 🙂

0 commit comments

Comments
 (0)