diff options
author | Valerio Virgillito | 2012-02-15 17:04:39 -0800 |
---|---|---|
committer | Valerio Virgillito | 2012-02-15 17:04:39 -0800 |
commit | fe71cb9aa1700199c0089166ad54fc56eb760644 (patch) | |
tree | b0c7c24b1f45a079e1c09312ca716e3d35aecad4 /imports/codemirror/theme/elegant.css | |
parent | 747616980cad14f0b65fbcc7f497ed9680a39d29 (diff) | |
parent | d366c0bd1af6471511217ed574083e15059519b5 (diff) | |
download | ninja-fe71cb9aa1700199c0089166ad54fc56eb760644.tar.gz |
Merge branch 'refs/heads/master' into components
Diffstat (limited to 'imports/codemirror/theme/elegant.css')
-rwxr-xr-x | imports/codemirror/theme/elegant.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/imports/codemirror/theme/elegant.css b/imports/codemirror/theme/elegant.css new file mode 100755 index 00000000..29afa982 --- /dev/null +++ b/imports/codemirror/theme/elegant.css | |||
@@ -0,0 +1,10 @@ | |||
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;} | ||
10 | .cm-s-elegant span.cm-link {color: #762;} | ||