Skip to content

Instantly share code, notes, and snippets.

@orodrigogo
Created May 2, 2022 18:33
Show Gist options
  • Save orodrigogo/2af39eb2f6f3339c91ec0e8a86033621 to your computer and use it in GitHub Desktop.
Save orodrigogo/2af39eb2f6f3339c91ec0e8a86033621 to your computer and use it in GitHub Desktop.
export const theme = {
colors: {
brand: '#8257E5',
background: '#09090A',
surface_primary: '#18181B',
surface_secondary: '#27272A',
text_primary: '#F4F4F5',
text_secondary: '#A1A1AA',
text_on_brand_color: '#FFFFFF',
stroke: '#52525B'
},
fonts: {
regular: 'Inter_400Regular',
medium: 'Inter_500Medium',
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment