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

https://github.com/wendyliga/yolo-theme

Xcode Theme insipired from One Dark (Atom Theme) and Xcode Default Presentation(Dark) theme.
https://github.com/wendyliga/yolo-theme

atom dark ligatures syntax-theme theme xcode

Last synced: 10 months ago
JSON representation

Xcode Theme insipired from One Dark (Atom Theme) and Xcode Default Presentation(Dark) theme.

Awesome Lists containing this project

README

          

# Yolo Xcode Theme

Xcode Theme inspired from [One Dark (Atom Theme)](https://github.com/atom/one-dark-syntax) and Xcode Default Presentation(Dark) theme.

# Benefit
- Use Ligatures, so lots of characters combination is simplified.
- Dark side will never let you down.
- Distinguishable Color for Class, Function, Constants, and Type Name.

# Installation
## Using Download
- Download `Yolo.xcolortheme`
- Move `Yolo.xccolortheme` to `~/Library/Developer/Xcode/UserData/FontAndColorThemes`.
- This theme use [Fira Code](https://github.com/tonsky/FiraCode), for Full Experience, install `Fira Code`, use this [instruction](https://github.com/tonsky/FiraCode/wiki/Installing#macos).
- Apply Yolo on Xcode Prefences -> Fonts & Colors -> select Yolo Theme.
- Restart Xcode

## Using Script
you can install Yolo Theme will install script, make sure your current directory is this repo

- Run this on terminal
```shell
chmod +x install.command
./install.command
```
- Apply Yolo on Xcode Prefences -> Fonts & Colors -> select Yolo Theme.
- Restart Xcode

## Using Curl
- Run this on terminal

```shell
mkdir -p ~/Library/Developer/Xcode/UserData/FontAndColorThemes && curl https://raw.githubusercontent.com/wendyliga/yolo-theme/master/Yolo.xccolortheme -o ~/Library/Developer/Xcode/UserData/FontAndColorThemes/Yolo.xccolortheme
```

- This theme use [Fira Code](https://github.com/tonsky/FiraCode), for Full Experience, install `Fira Code`, use this [instruction](https://github.com/tonsky/FiraCode/wiki/Installing#macos).
- Apply Yolo on Xcode Prefences -> Fonts & Colors -> select Yolo Theme.
- Restart Xcode

# Example

Example code by [RxSwift](https://github.com/ReactiveX/RxSwift)

![example-1](https://github.com/wendyliga/yolo/blob/master/example/1.jpg?raw=true)

![example-2](https://github.com/wendyliga/yolo/blob/master/example/2.jpg?raw=true)

![example-3](https://github.com/wendyliga/yolo/blob/master/example/3.jpg?raw=true)