Skip to content

Instantly share code, notes, and snippets.

@wyudong
Last active November 4, 2016 02:17
Show Gist options
  • Save wyudong/b19df18aa8c8a145563c to your computer and use it in GitHub Desktop.
Save wyudong/b19df18aa8c8a145563c to your computer and use it in GitHub Desktop.
Base16 (Ocean) color scheme for Xcode

Base 16 Ocean

.base00 { color: #2b303b; } background
.base01 { color: #343d46; }
.base02 { color: #4f5b66; } selection
.base03 { color: #65737e; } comment, invisible
.base04 { color: #a7adba; } cursor
.base05 { color: #c0c5ce; } plain text
.base06 { color: #dfe1e8; } constants
.base07 { color: #eff1f5; }
.base08 { color: #bf616a; }
.base09 { color: #d08770; }
.base0A { color: #ebcb8b; }
.base0B { color: #a3be8c; }
.base0C { color: #96b5b4; }
.base0D { color: #8fa1b3; }
.base0E { color: #b48ead; }
.base0F { color: #ab7967; }
@wyudong
Copy link
Author

wyudong commented Nov 4, 2016

Color Scheme for WebStorm

color-cheatsheet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment