Created
February 17, 2021 08:47
-
-
Save HoukasaurusRex/cb5ad2fa0693165f008f7ac36918f332 to your computer and use it in GitHub Desktop.
JSONView theme based on the Night Owl theme for VSCode
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: consolas; | |
color: white; | |
background: #011627; | |
font-size: 12px; | |
} | |
.property { | |
color: #7fdbca; | |
font-weight: bold; | |
} | |
.type-null { | |
color: #ff5874; | |
} | |
.type-boolean { | |
color: #c5e478; | |
} | |
.type-number { | |
color: #c5e478; | |
} | |
.type-string { | |
color: #c789d6; | |
} | |
a { | |
color: #80CBC4; | |
} | |
.callback-function { | |
color: #c789d6; | |
} | |
.collapser:after { | |
content: "-"; | |
} | |
.collapsed > .collapser:after { | |
content: "+"; | |
} | |
.ellipsis:after { | |
content: " … "; | |
} | |
.collapsible { | |
margin-left: 2em; | |
} | |
.hoverable { | |
padding: 1px 2px 1px 2px; | |
border-radius: 3px; | |
} | |
.hovered { | |
background-color: rgba(255, 255, 255, .05); | |
} | |
.collapser { | |
padding-right: 6px; | |
padding-left: 6px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you have the JSONView extension for Chrome and are having trouble finding a good theme, feel free to take this one I based on Sarah Drasner's Night Owl theme