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/night.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/night.css')
-rw-r--r-- | js/codemirror/theme/night.css | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/js/codemirror/theme/night.css b/js/codemirror/theme/night.css new file mode 100644 index 00000000..a84ec4f2 --- /dev/null +++ b/js/codemirror/theme/night.css | |||
@@ -0,0 +1,20 @@ | |||
1 | /* Loosely based on the Midnight Textmate theme */ | ||
2 | |||
3 | .cm-s-night { background: #0a001f; color: #f8f8f8; } | ||
4 | .cm-s-night span.CodeMirror-selected { background: #a8f !important; } | ||
5 | .cm-s-night .CodeMirror-gutter { background: #0a001f; border-right: 1px solid #aaa; } | ||
6 | .cm-s-night .CodeMirror-gutter-text { color: #f8f8f8; } | ||
7 | .cm-s-night .CodeMirror-cursor { border-left: 1px solid white !important; } | ||
8 | |||
9 | .cm-s-night span.cm-comment { color: #6900a1; } | ||
10 | .cm-s-night span.cm-atom { color: #845dc4; } | ||
11 | .cm-s-night span.cm-number, .cm-s-night span.cm-attribute { color: #ffd500; } | ||
12 | .cm-s-night span.cm-keyword { color: #599eff; } | ||
13 | .cm-s-night span.cm-string { color: #37f14a; } | ||
14 | .cm-s-night span.cm-meta { color: #7678e2; } | ||
15 | .cm-s-night span.cm-variable-2, .cm-s-night span.cm-tag { color: #99b2ff; } | ||
16 | .cm-s-night span.cm-variable-3, .cm-s-night span.cm-def { color: white; } | ||
17 | .cm-s-night span.cm-error { color: #9d1e15; } | ||
18 | .cm-s-night span.cm-bracket { color: #8da6ce; } | ||
19 | .cm-s-night span.cm-comment { color: #6900a1; } | ||
20 | .cm-s-night span.cm-builtin, .cm-s-night span.cm-special { color: #ff9e59; } | ||