Last active
December 6, 2018 17:46
-
-
Save chamoysvoice/89193ef47adbed8b3342 to your computer and use it in GitHub Desktop.
JSON View monokai theme for Chrome Extension
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
body { | |
white-space: pre; | |
font-family: monospace; | |
font-size: 1.2em; /* I like big fonts, if you don't remove this line */ | |
background: #272822; | |
color: #f8f8f2; | |
} | |
.property { | |
font-weight: auto; | |
} | |
.type-null { | |
color: #f92672; | |
} | |
.type-boolean { | |
color: #66d9ef; | |
} | |
.type-number { | |
color: #66d9ef; | |
} | |
.type-string { | |
color: #A6e22e; | |
} | |
.callback-function { | |
color: #66d9ef; | |
} | |
.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: #75715E; | |
} | |
.collapser { | |
padding-right: 6px; | |
padding-left: 6px; | |
} | |
a{ | |
color:#e6db74; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Great Job!
The colors perfectly match my monokai theme in Atom.
The theme is for JSONView