Skip to content

Instantly share code, notes, and snippets.

@amcdnl
Created June 14, 2018 15:24
Show Gist options
  • Save amcdnl/262b1b1751d0f241055bbcfd82fa2283 to your computer and use it in GitHub Desktop.
Save amcdnl/262b1b1751d0f241055bbcfd82fa2283 to your computer and use it in GitHub Desktop.
export const lightTheme: Theme = {
name: 'light',
properties: {
'--background': '#EFF0F4',
'--on-background': '#0F0F0F',
'--primary': '#389BFF',
'--on-primary': '#fff',
'--secondary': '#B2B4B7',
'--on-secondary': '#fff',
'--surface': '#fff',
'--on-surface': '#0F0F0F',
'--error': '#EB5945',
'--on-error': '#fff',
'--warning': '#F6BB42',
'--on-warning': '#fff'
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment