Created
September 28, 2012 08:33
-
-
Save micha149/3798658 to your computer and use it in GitHub Desktop.
Solarized Dark Color Theme for Google Chromes JSON View
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
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; | |
} |
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
I still use this every time I set up a new Chrome profile, thanks!