Last active
October 5, 2024 15:40
-
-
Save tomhermans/10162a71344ddb6aecffed66188514f7 to your computer and use it in GitHub Desktop.
This file contains 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 characters
{ | |
"colors": { | |
"primary-color": "#ff2222", | |
"secondary-color": "#77878d" | |
}, | |
"fonts": { | |
"primary-font": "chalkduster", | |
"secondary-font": "Times New Roman, serif" | |
}, | |
"typesize": { | |
"fontsize": "3" | |
}, | |
"radii": { | |
"radius-small": 2, | |
"radius-medium": 8, | |
"radius-large": 10 | |
} | |
} |
This file contains 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 characters
{ | |
"colors": { | |
"primary-color": "#ff2222", | |
"secondary-color": "#77878d" | |
}, | |
"fonts": { | |
"primary-font": "chalkduster", | |
"secondary-font": "Times New Roman, serif" | |
}, | |
"typesize": { | |
"fontsize": "3" | |
}, | |
"radii": { | |
"radius-small": 2, | |
"radius-medium": 8, | |
"radius-large": 16 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment