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.
- Host: GitHub
- URL: https://github.com/wendyliga/yolo-theme
- Owner: wendyliga
- Created: 2019-09-23T02:11:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-12-28T15:47:57.000Z (about 4 years ago)
- Last Synced: 2025-04-26T11:49:42.573Z (10 months ago)
- Topics: atom, dark, ligatures, syntax-theme, theme, xcode
- Language: Shell
- Homepage:
- Size: 666 KB
- Stars: 27
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)


