Skip to content

Instantly share code, notes, and snippets.

@anthony2025
Last active June 24, 2017 09:03
Show Gist options
  • Save anthony2025/91f56c4ce7362cfccd1bab25c92496ae to your computer and use it in GitHub Desktop.
Save anthony2025/91f56c4ce7362cfccd1bab25c92496ae to your computer and use it in GitHub Desktop.
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