Skip to content

Instantly share code, notes, and snippets.

@micha149
Created September 28, 2012 08:33
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save micha149/3798658 to your computer and use it in GitHub Desktop.
Save micha149/3798658 to your computer and use it in GitHub Desktop.
Solarized Dark Color Theme for Google Chromes JSON View
body {
white-space: pre;
font-family: "Espresso Sans Mono", monospace;
font-size: 14px;
background: #002b36;
color: #657b83;
}
.property {
font-weight: normal;
}
.type-null {
color: #268bd2;
}
.type-boolean {
color: #268bd2;
}
.type-number {
color: #dc322f;
}
.type-string,
.type-string + a {
color: #859900;
}
.callback-function {
color: #cb4b16;
}
.collapser:after {
content: "-";
}
.collapsed > .collapser:after {
content: "+";
}
.ellipsis:after {
content: " … ";
}
.collapsible {
margin-left: 2em;
}
.hoverable {
padding-top: 1px;
padding-bottom: 1px;
padding-left: 2px;
padding-right: 2px;
border-radius: 2px;
}
.hovered {
background-color: #fdf6e3;
color: #839496;
}
.collapser {
padding-right: 10px;
padding-left: 6px;
}
@chrisvasey
Copy link

I still use this every time I set up a new Chrome profile, thanks!

@micha149
Copy link
Author

micha149 commented Jun 8, 2020

Haha. Didn't know that this still exists. I'm glad if it's helpful!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment