Skip to content

Instantly share code, notes, and snippets.

@jos3s
Last active June 21, 2021 11:57
Show Gist options
  • Save jos3s/724a23d4284e019af6fa480fe3ee1f9c to your computer and use it in GitHub Desktop.
Save jos3s/724a23d4284e019af6fa480fe3ee1f9c to your computer and use it in GitHub Desktop.
export const theme={
colors:{
black:"#29292E",
shadow:"#050206",
purple:"#835AFD",
danger:"#E73F5D",
gray:{
dark:"#737380",
medium:"#A8A8B3",
light:"#DBDCDD",
},
white:{
medium:"#F8F8F8",
light:"#FEFEFE",
},
pink:{
medium:"#E559F9",
light:"#D67EE2",
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment