summaryrefslogtreecommitdiff
path: root/public/vendor/codemirror/theme/monokai.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/vendor/codemirror/theme/monokai.css')
-rwxr-xr-xpublic/vendor/codemirror/theme/monokai.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/public/vendor/codemirror/theme/monokai.css b/public/vendor/codemirror/theme/monokai.css
index d70bb86f..cea775f6 100755
--- a/public/vendor/codemirror/theme/monokai.css
+++ b/public/vendor/codemirror/theme/monokai.css
@@ -20,9 +20,11 @@
.cm-s-monokai span.cm-variable {color: #f8f8f2;}
.cm-s-monokai span.cm-variable-2 {color: #9effff;}
+.cm-s-monokai span.cm-variable-3 {color: #66d9ef;}
.cm-s-monokai span.cm-def {color: #fd971f;}
.cm-s-monokai span.cm-bracket {color: #f8f8f2;}
.cm-s-monokai span.cm-tag {color: #f92672;}
+.cm-s-monokai span.cm-header {color: #ae81ff;}
.cm-s-monokai span.cm-link {color: #ae81ff;}
.cm-s-monokai span.cm-error {background: #f92672; color: #f8f8f0;}