Last active
June 24, 2017 09:03
-
-
Save anthony2025/91f56c4ce7362cfccd1bab25c92496ae to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const solarized = { | |
base03: '#002B36', | |
base02: '#073642', | |
base01: '#586E75', | |
base00: '#657B83', | |
base0: '#839496', | |
base1: '#93A1A1', | |
base2: '#EEE8D5', | |
base3: '#FDF6E3', | |
yellow: '#B58900', | |
orange: '#CB4B16', | |
red: '#DC322F', | |
magenta: '#D33682', | |
violet: '#6C71C4', | |
blue: '#268BD2', | |
cyan: '#2AA198', | |
green: '#859900' | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment