Skip to content

Instantly share code, notes, and snippets.

@flyingfang
Created October 13, 2017 03:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flyingfang/e062faa69fe43e29c28dd01f4f5d1ff4 to your computer and use it in GitHub Desktop.
Save flyingfang/e062faa69fe43e29c28dd01f4f5d1ff4 to your computer and use it in GitHub Desktop.
body {
white-space: pre;
background: #272822;
color: #D7005E;
font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, sans-serif;
}
a:link, a:visited {
color: #66D9EF;
}
a:hover {
color: #FFFFFF;
}
a:active {
color: #D7005E;
}
.property {
color: #A3E200;
}
.property:after {
color: #D7005E;
}
.type-null {
color: #AB80FE;
}
.type-boolean {
color: #AB80FE;
}
.type-number {
color: #AB80FE;
}
.type-string {
color: #E6DB74;
}
.callback-function {
color: #66D9EF;
}
.collapsible {
margin-left: 2em;
}
.collapser {
top: 0px;
padding-right: 6px;
padding-left: 6px;
color: #8A8A8B;
}
.collapser:after {
content: "\25BC";
}
.collapsed > .collapser:after {
content: "\25B6";
}
.ellipsis : {
color: #66D9EF;
}
.ellipsis:after {
content: "\2026";
color: #66D9EF;
}
.hoverable {
padding-top: 1px;
padding-bottom: 1px;
padding-left: 2px;
padding-right: 2px;
border-radius: 2px;
}
.hovered {
background-color: #3E3D31;
}
.selected {
outline-style: dashed;
outline-color: #FFFFFF !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment