Skip to content

Instantly share code, notes, and snippets.

@chetanraj
Created October 8, 2020 10:06
Show Gist options
  • Save chetanraj/623def0c70b97b28d775aabbf795d878 to your computer and use it in GitHub Desktop.
Save chetanraj/623def0c70b97b28d775aabbf795d878 to your computer and use it in GitHub Desktop.
export const theme = {
breakpoints: [32, 48, 64],
space: [0, 4, 8, 16, 24, 32, 48, 64, 128, 256, 512],
fontSizes: [12, 14, 16, 18, 20, 24, 36, 48, 80, 96],
fontWeights: [100, 200, 300, 400, 500, 600, 700, 800, 900],
lineHeights: {
normal: 1,
title: 1.25,
paragraph: 1.5
},
letterSpacings: {
normal: 'normal'
},
colors: {
black: '#000',
white: '#fff',
transparent: 'transparent',
background: '',
blue: '',
lightblue: '',
lighterblue: '',
lightestblue: '',
gray: '',
darkgray: '',
red: ''
},
radii: ['0px', '2px', '4px', '8px', '16px', '48px']
// ... and many things
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment