Skip to content

Instantly share code, notes, and snippets.

@jeanverster
Created November 5, 2019 16:46
Show Gist options
  • Save jeanverster/ff9260514d08fb63b25dd6fc5b3ac0c0 to your computer and use it in GitHub Desktop.
Save jeanverster/ff9260514d08fb63b25dd6fc5b3ac0c0 to your computer and use it in GitHub Desktop.
modes: {
dark: {
text: '#fff',
background: '#000',
primary: '#0cf',
secondary: '#f0e',
},
cyan: {
text: '#023',
background: '#0ff',
primary: '#03c',
secondary: '#01a',
},
gray: {
text: '#eef',
background: '#333336',
primary: '#09f',
secondary: '#0bf',
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment