Created
February 25, 2020 21:18
-
-
Save KolbySisk/f48c8a106e21b676ed43e1c5744ef289 to your computer and use it in GitHub Desktop.
Theme JSON
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": { | |
"background": "#FBFBFB", | |
"border": "#F4F4F4", | |
"active": "#F8C924", | |
"inactive": "#C0C0C0" | |
}, | |
"constants": { | |
"borderRadius": 6 | |
}, | |
"overrides": { | |
"star": { | |
"root": { | |
"border": "solid 1px #000" | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment