Created
April 4, 2020 01:25
-
-
Save Falconiere/8eb8e77b26374f177f1bdd7875f5bbd8 to your computer and use it in GitHub Desktop.
Generice theme file for react apps
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
const main = { | |
colors: { | |
primary: '#222327', | |
light: '#bdbbbc', | |
gray: '#898a8f', | |
white: '#ffffff', | |
black: '#121212', | |
green: '#1db954', | |
transparent: 'transparent' | |
}, | |
fontSize: { | |
xsm: '12px', | |
sm: '16px', | |
md: '18px', | |
lg: '24px', | |
xlg: '28px', | |
xxlg: '32px', | |
xxxlg: '38px' | |
} | |
} | |
export const themes = { | |
main: main | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment