Created
June 14, 2018 15:24
-
-
Save amcdnl/262b1b1751d0f241055bbcfd82fa2283 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
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