Created
May 16, 2019 22:10
-
-
Save WesleiRamos/8c279db630c8e158576b0c35a0bab541 to your computer and use it in GitHub Desktop.
JSON View monokai theme like sublime text for Chrome Extension
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 { | |
color: rgb(248, 248, 242); | |
background: rgb(44, 44, 39); | |
white-space: pre; | |
font-family: monospace; | |
} | |
a, a:visited { | |
color: rgb(143, 216, 239); | |
} | |
.property { | |
color: rgb(248, 248, 242); | |
font-weight: bold; | |
} | |
.type-null { | |
color: rgb(161, 124, 255); | |
} | |
.type-boolean { | |
color: rgb(161, 124, 255); | |
} | |
.type-number { | |
color: rgb(161, 124, 255); | |
} | |
.type-string { | |
color: rgb(227, 219, 115); | |
} | |
.callback-function { | |
color: gray; | |
} | |
.collapser:after { | |
color: rgb(217, 36, 110); | |
content: "-"; | |
} | |
.collapsed > .collapser:after { | |
content: "+"; | |
} | |
.ellipsis:after { | |
color: rgb(217, 36, 110); | |
content: " … "; | |
} | |
.collapsible { | |
margin-left: 2em; | |
} | |
.hoverable { | |
padding-top: 1px; | |
padding-bottom: 1px; | |
padding-left: 2px; | |
padding-right: 2px; | |
border-radius: 2px; | |
} | |
.hovered { | |
background-color: rgba(235, 238, 249, 0.1); | |
} | |
.collapser { | |
padding-right: 6px; | |
padding-left: 6px; | |
} | |
.toolbox { | |
background: white; | |
color: black; | |
} | |
.toolbox a { | |
color: black; | |
} |
Author
WesleiRamos
commented
May 16, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment