Skip to content

Instantly share code, notes, and snippets.

@KolbySisk
Created February 25, 2020 21:18
Show Gist options
  • Save KolbySisk/f48c8a106e21b676ed43e1c5744ef289 to your computer and use it in GitHub Desktop.
Save KolbySisk/f48c8a106e21b676ed43e1c5744ef289 to your computer and use it in GitHub Desktop.
Theme JSON
{
"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