diff options
Diffstat (limited to 'js/codemirror/theme/elegant.css')
-rw-r--r-- | js/codemirror/theme/elegant.css | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/js/codemirror/theme/elegant.css b/js/codemirror/theme/elegant.css deleted file mode 100644 index 171683fa..00000000 --- a/js/codemirror/theme/elegant.css +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
1 | .cm-s-elegant span.cm-number, .cm-s-elegant span.cm-string, .cm-s-elegant span.cm-atom {color: #762;} | ||
2 | .cm-s-elegant span.cm-comment {color: #262;font-style: italic;} | ||
3 | .cm-s-elegant span.cm-meta {color: #555;font-style: italic;} | ||
4 | .cm-s-elegant span.cm-variable {color: black;} | ||
5 | .cm-s-elegant span.cm-variable-2 {color: #b11;} | ||
6 | .cm-s-elegant span.cm-qualifier {color: #555;} | ||
7 | .cm-s-elegant span.cm-keyword {color: #730;} | ||
8 | .cm-s-elegant span.cm-builtin {color: #30a;} | ||
9 | .cm-s-elegant span.cm-error {background-color: #fdd;} | ||