/yolo-theme

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

Primary LanguageShell

Yolo Xcode Theme

Xcode Theme inspired from One Dark (Atom Theme) 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, for Full Experience, install Fira Code, use this instruction.
  • 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
chmod +x install.command
./install.command
  • Apply Yolo on Xcode Prefences -> Fonts & Colors -> select Yolo Theme.
  • Restart Xcode

Using Curl

  • 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

Example code by RxSwift

example-1

example-2

example-3