From cec8b8983ea0d5765f0a73305e3c62c274680e3b Mon Sep 17 00:00:00 2001 From: Bojan Dimovski Date: Fri, 30 Jun 2017 15:09:09 +0200 Subject: [PATCH] Update the readme. --- README.md | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 90a077f..4f176a5 100644 --- a/README.md +++ b/README.md @@ -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)