Created
July 13, 2019 22:15
-
-
Save torcado194/f9f3a0867f002f8e10ee4a9c07a75514 to your computer and use it in GitHub Desktop.
glitch.com custom theme
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
.CodeMirror-code .cm-variable-2 { | |
color: #9bf0f9; | |
} | |
.CodeMirror-code .cm-def { | |
color: #76f3b5; | |
} | |
.CodeMirror-code .cm-meta { | |
color: #9ea9ff; | |
} | |
.CodeMirror-code .cm-keyword { | |
color: #ad89e4; | |
} | |
.CodeMirror-code .cm-operator { | |
color: #ff6897; | |
} | |
.CodeMirror-code .cm-property { | |
color: #7d9eff; | |
} | |
.CodeMirror-code .cm-string-2{ | |
color: #ff8762; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment