diff options
author | Jose Antonio Marquez | 2012-01-27 12:05:17 -0800 |
---|---|---|
committer | Jose Antonio Marquez | 2012-01-27 12:05:17 -0800 |
commit | 3a754133dbc138390503341fd2e9beba3e43aa4b (patch) | |
tree | cdeae7d7dd9a30d7b4fab5afb7efad68d4ec7508 /js/codemirror/theme/elegant.css | |
parent | b89a7ee8b956c96a1dcee995ea840feddc5d4b27 (diff) | |
download | ninja-3a754133dbc138390503341fd2e9beba3e43aa4b.tar.gz |
Merged old FileIO
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;} | ||