Skip to content

Instantly share code, notes, and snippets.

@Falconiere
Created April 4, 2020 01:25
Show Gist options
  • Save Falconiere/8eb8e77b26374f177f1bdd7875f5bbd8 to your computer and use it in GitHub Desktop.
Save Falconiere/8eb8e77b26374f177f1bdd7875f5bbd8 to your computer and use it in GitHub Desktop.
Generice theme file for react apps
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