Last active
June 21, 2021 11:57
-
-
Save jos3s/724a23d4284e019af6fa480fe3ee1f9c to your computer and use it in GitHub Desktop.
Revisions
-
jos3s revised this gist
Jun 21, 2021 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -7,11 +7,11 @@ export const theme={ gray:{ dark:"#737380", medium:"#A8A8B3", light:"#DBDCDD", }, white:{ medium:"#F8F8F8", light:"#FEFEFE", }, pink:{ medium:"#E559F9", -
jos3s created this gist
Jun 21, 2021 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,21 @@ 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", } } }