Skip to content

Instantly share code, notes, and snippets.

@dk0r
Last active August 29, 2017 02:05
Show Gist options
  • Save dk0r/6dea76a50777ed1ed430d10543b03176 to your computer and use it in GitHub Desktop.
Save dk0r/6dea76a50777ed1ed430d10543b03176 to your computer and use it in GitHub Desktop.
export default {
background: '#ffffff',
primaryText: '#525252',
subtleText: '#9a9a9a',
rowUnderlay: 'rgba(154, 154, 154, 0.25)',
borderColor: '#cccccc',
grayBackground: '#f9fafb',
link: '#007aff',
yellow(a): `rgba(255,196,35,${a})`
}
import colors from './colors'
let yellow = colors.yellow(0.75)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment