Created
February 24, 2020 04:36
-
-
Save jsmanifest/46b67b04e90e7634b22194a23cc11b2b to your computer and use it in GitHub Desktop.
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 characters
{ | |
"name": "blood", | |
"header": { | |
"color": "#fff", | |
"fontStyle": "italic", | |
"fontFamily": "Roboto, sans-serif" | |
}, | |
"background": { "backgroundColor": "#C53719", "color": "#fff" }, | |
"button": { "backgroundColor": "maroon", "color": "#fff" }, | |
"color": "#fff", | |
"primary": "#C53719", | |
"secondary": "maroon", | |
"textColor": "#fff" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment