-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,23 @@ | ||
# Atom One Dark theme for Xcode | ||
# One Dark theme for Xcode | ||
|
||
This is a port of the original [Atom One Dark](https://github.com/atom/one-dark-syntax) theme for Xcode. | ||
|
||
## Installation | ||
|
||
You can install the theme using [Alcatraz](http://alcatraz.io). | ||
|
||
Or you can do it manually by downloading [One Dark.dvtcolortheme](https://raw.githubusercontent.com/bojan/xcode-one-dark/master/One%20Dark.dvtcolortheme) and copying it to: | ||
You can install the theme by downloading [One Dark.xccolortheme](https://raw.githubusercontent.com/bojan/xcode-one-dark/master/One%20Dark.xccolortheme) and copying it to: | ||
|
||
~/Library/Developer/Xcode/UserData/FontAndColorThemes | ||
|
||
Note: Create the folder if it doesn't exist. | ||
Note: If the folder doesn't exist, create it manually. | ||
|
||
The theme uses the excellent open-source font [Fira Code](https://github.com/tonsky/FiraCode). | ||
|
||
## Screenshots | ||
|
||
- [Alamofire](https://github.com/Alamofire/Alamofire) | ||
|
||
The theme uses the open-source font [Inconsolata](http://www.levien.com/type/myfonts/inconsolata.html). | ||
![Alamofire - One Dark](https://raw.githubusercontent.com/bojan/xcode-one-dark/master/screenshot-alamofire.png) | ||
|
||
## Screenshot | ||
- [Marshal](https://github.com/utahiosmac/Marshal) | ||
|
||
![One Dark for Xcode](https://raw.githubusercontent.com/bojan/xcode-one-dark/master/One%20Dark%20Screenshot.png) | ||
![Marshal - One Dark](https://raw.githubusercontent.com/bojan/xcode-one-dark/master/screenshot-marshal.png) |