All Projects → wendyliga → yolo-theme

wendyliga / yolo-theme

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

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to yolo-theme

calamity-atom
A purple dark theme with medium to high contrast for the Atom editor ⚛️
Stars: ✭ 12 (-50%)
Mutual labels:  syntax-theme, atom, dark
Operator Mono Atom
Free Operator Mono clone for Atom
Stars: ✭ 120 (+400%)
Mutual labels:  atom, ligatures
syntax-atom-ui
An Atom UI theme inspired by Framer’s popular code editor.
Stars: ✭ 26 (+8.33%)
Mutual labels:  atom, dark
Atom Panda Syntax
Panda syntax theme for Atom.
Stars: ✭ 122 (+408.33%)
Mutual labels:  syntax-theme, atom
syntax-atom
An Atom dark theme inspired by Framer’s popular code editor.
Stars: ✭ 22 (-8.33%)
Mutual labels:  atom, dark
firewatch-syntax
A Firewatch inspired Atom red syntax theme
Stars: ✭ 48 (+100%)
Mutual labels:  syntax-theme, atom
Fizzy
🍇 🍓 🍊 A lovely, bright and lively syntax theme for Atom.
Stars: ✭ 29 (+20.83%)
Mutual labels:  syntax-theme, atom
Gloom
A dark and gloomy pastel color syntax theme for Atom.
Stars: ✭ 182 (+658.33%)
Mutual labels:  syntax-theme, atom
soft-era-atom-syntax
🌸 soft era for Atom ~ Light pastel syntax theme for soft, warm, cozy, cute coding. 🌱
Stars: ✭ 24 (+0%)
Mutual labels:  syntax-theme, atom
OneDarkJekyll
Use Atom's One Dark syntax colors in your Jekyll powered blog! It's LESS file which can be compiled to a - Pygments, Rouge compatible - stylesheet from Atom editor's One Dark syntax theme (and any theme based on it, for example One Dark Vivid, Firewatch, etc.).
Stars: ✭ 26 (+8.33%)
Mutual labels:  syntax-theme, atom
pen-paper-coffee-syntax
Light Atom syntax theme designed for writing texts in markdown.
Stars: ✭ 55 (+129.17%)
Mutual labels:  syntax-theme, atom
nord-atom-syntax
An arctic, north-bluish clean and elegant Atom syntax theme.
Stars: ✭ 72 (+200%)
Mutual labels:  syntax-theme, atom
electron-highlighter-syntax
Syntax theme for Atom editor
Stars: ✭ 16 (-33.33%)
Mutual labels:  syntax-theme, atom
aurora-future-vscode-theme
💜 A futuristic vscode theme.
Stars: ✭ 27 (+12.5%)
Mutual labels:  dark
mkdocs-windmill-dark
Outstanding mkdocs theme with a focus on navigation and usability
Stars: ✭ 24 (+0%)
Mutual labels:  dark
atom-genesis-ui
Custom UI theme for Atom text editor (retired)
Stars: ✭ 34 (+41.67%)
Mutual labels:  atom
atom-open-this
Open file under cursor like `gf`(Vim), `C-x C-f`(Emacs)
Stars: ✭ 20 (-16.67%)
Mutual labels:  atom
set-syntax
An Atom package that creates easy Command Palette commands for setting the syntax of the current file
Stars: ✭ 24 (+0%)
Mutual labels:  atom
atom-linter-xo
Linter for XO
Stars: ✭ 90 (+275%)
Mutual labels:  atom
Simple-Social-Network
Micro Social Network developed in PHP, MySQL, BOOTSTRAP 3 and VUE.JS 2
Stars: ✭ 18 (-25%)
Mutual labels:  atom

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].