Created
April 27, 2021 13:22
-
-
Save morcegon/90910d4d9c460f16eeca9b5b1ed577b7 to your computer and use it in GitHub Desktop.
JSON Viewer - Nord Theme
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
.CodeMirror { | |
font-family: "Fira Code", monaco, Consolas, Menlo, Courier, monospace; | |
font-size: 12px; | |
line-height: 1.5em; | |
} | |
.CodeMirror pre { | |
color: #ECEFF4; | |
} | |
.CodeMirror.cm-s-solarized.cm-s-dark, .cm-s-solarized.cm-s-dark .CodeMirror-gutters { | |
background-color: #2E3440; | |
} | |
.cm-s-solarized .cm-property { | |
color: #88C0D0; | |
} | |
.cm-s-solarized .cm-atom { | |
color: #81A1C1; | |
} | |
.cm-s-solarized .cm-number { | |
color: #B48EAD; | |
} | |
.cm-s-solarized .cm-string { | |
color: #A3BE8C; | |
} | |
.cm-s-solarized .cm-comment { | |
color: #4C566A; | |
} | |
.cm-s-solarized.cm-s-dark .CodeMirror-linenumber { | |
color: #4C566A; | |
} | |
.CodeMirror-foldmarker { | |
color: #BF616A; | |
text-shadow: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment