Xcode Theme inspired from One Dark (Atom Theme) and Xcode Default Presentation(Dark) theme.
- 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.
- Download
Yolo.xcolortheme
- Move
Yolo.xccolortheme
to~/Library/Developer/Xcode/UserData/FontAndColorThemes
. - This theme use Fira Code, for Full Experience, install
Fira Code
, use this instruction. - Apply Yolo on Xcode Prefences -> Fonts & Colors -> select Yolo Theme.
- Restart Xcode
you can install Yolo Theme will install script, make sure your current directory is this repo
- Run this on terminal
chmod +x install.command
./install.command
- Apply Yolo on Xcode Prefences -> Fonts & Colors -> select Yolo Theme.
- Restart Xcode
- Run this on terminal
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, for Full Experience, install
Fira Code
, use this instruction. - Apply Yolo on Xcode Prefences -> Fonts & Colors -> select Yolo Theme.
- Restart Xcode
Example code by RxSwift