summaryrefslogtreecommitdiff
path: root/public/vendor/codemirror/theme/ambiance.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/vendor/codemirror/theme/ambiance.css')
-rwxr-xr-xpublic/vendor/codemirror/theme/ambiance.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/public/vendor/codemirror/theme/ambiance.css b/public/vendor/codemirror/theme/ambiance.css
index afcf15a3..3ab9b254 100755
--- a/public/vendor/codemirror/theme/ambiance.css
+++ b/public/vendor/codemirror/theme/ambiance.css
@@ -2,6 +2,9 @@
/* Color scheme */
+.cm-s-ambiance .cm-header {color: blue;}
+.cm-s-ambiance .cm-quote { color: #24C2C7; }
+
.cm-s-ambiance .cm-keyword { color: #cda869; }
.cm-s-ambiance .cm-atom { color: #CF7EA9; }
.cm-s-ambiance .cm-number { color: #78CF8A; }
@@ -20,8 +23,6 @@
.cm-s-ambiance .cm-bracket { color: #24C2C7; }
.cm-s-ambiance .cm-tag { color: #fee4ff }
.cm-s-ambiance .cm-attribute { color: #9B859D; }
-.cm-s-ambiance .cm-header {color: blue;}
-.cm-s-ambiance .cm-quote { color: #24C2C7; }
.cm-s-ambiance .cm-hr { color: pink; }
.cm-s-ambiance .cm-link { color: #F4C20B; }
.cm-s-ambiance .cm-special { color: #FF9D00; }