项目作者: wendyliga

项目描述 :
Xcode Theme insipired from One Dark (Atom Theme) and Xcode Default Presentation(Dark) theme.
高级语言: Shell
项目地址: git://github.com/wendyliga/yolo-theme.git
创建时间: 2019-09-23T02:11:02Z
项目社区:https://github.com/wendyliga/yolo-theme

开源协议:

下载


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
    1. chmod +x install.command
    2. ./install.command
  • Apply Yolo on Xcode Prefences -> Fonts & Colors -> select Yolo Theme.
  • Restart Xcode

Using Curl

  • Run this on terminal
  1. 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