Skip to content

Instantly share code, notes, and snippets.

@torcado194
Created July 13, 2019 22:15
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 torcado194/f9f3a0867f002f8e10ee4a9c07a75514 to your computer and use it in GitHub Desktop.
Save torcado194/f9f3a0867f002f8e10ee4a9c07a75514 to your computer and use it in GitHub Desktop.
glitch.com custom theme
.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