diff options
author | Pierre Frisch | 2011-12-22 07:25:50 -0800 |
---|---|---|
committer | Valerio Virgillito | 2012-01-27 11:18:17 -0800 |
commit | b89a7ee8b956c96a1dcee995ea840feddc5d4b27 (patch) | |
tree | 0f3136ab0ecdbbbed6a83576581af0a53124d6f1 /js/codemirror/theme/elegant.css | |
parent | 2401f05d1f4b94d45e4568b81fc73e67b969d980 (diff) | |
download | ninja-b89a7ee8b956c96a1dcee995ea840feddc5d4b27.tar.gz |
First commit of Ninja to ninja-internal
Signed-off-by: Valerio Virgillito <rmwh84@motorola.com>
Diffstat (limited to 'js/codemirror/theme/elegant.css')
-rw-r--r-- | js/codemirror/theme/elegant.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/js/codemirror/theme/elegant.css b/js/codemirror/theme/elegant.css new file mode 100644 index 00000000..171683fa --- /dev/null +++ b/js/codemirror/theme/elegant.css | |||
@@ -0,0 +1,9 @@ | |||
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;} | ||