Skip to content

Instantly share code, notes, and snippets.

@llaughlin
Last active August 25, 2023 18:35
Show Gist options
  • Save llaughlin/5630156b718c1c5e6a08025f4eb789d7 to your computer and use it in GitHub Desktop.
Save llaughlin/5630156b718c1c5e6a08025f4eb789d7 to your computer and use it in GitHub Desktop.
JSON Viewer Pro
#rbrahul-awesome-json{
font-size: 10pt;
}
.property{
color: #86AED6;
}
.json-literal-numeric{
color: #D6AED6;
}
.json-literal-url {
color: #DBCF80;
}
.json-literal-string{
color:#AED686;
}
.json-literal{
color:#D7AF87;
}
.json-literal-boolean{
color: #4e94ce;
}
.json-dict {
border: solid 1px #5d6d7eaa;
border-radius: 5px;
background-color: #7771;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment