aboutsummaryrefslogtreecommitdiff
path: root/imports/codemirror/theme/erlang-dark.css
diff options
context:
space:
mode:
authorJose Antonio Marquez2012-07-17 14:01:12 -0700
committerJose Antonio Marquez2012-07-17 14:01:12 -0700
commitf40c8c58638da8fcd9a7abb06b8f2a4c6ba995bd (patch)
treecb1ff6a31b144fe4f584f778d5691f06362b227e /imports/codemirror/theme/erlang-dark.css
parent17d464e5bd224cdd8940855409359b411325f1df (diff)
parent4f737b24c19ddc02d20f9783b8b080fc6ef11142 (diff)
downloadninja-f40c8c58638da8fcd9a7abb06b8f2a4c6ba995bd.tar.gz
Merge branch 'refs/heads/Ninja-Master' into Document
Diffstat (limited to 'imports/codemirror/theme/erlang-dark.css')
-rw-r--r--imports/codemirror/theme/erlang-dark.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/imports/codemirror/theme/erlang-dark.css b/imports/codemirror/theme/erlang-dark.css
new file mode 100644
index 00000000..486b1c47
--- /dev/null
+++ b/imports/codemirror/theme/erlang-dark.css
@@ -0,0 +1,21 @@
1.cm-s-erlang-dark { background: #002240; color: white; }
2.cm-s-erlang-dark div.CodeMirror-selected { background: #b36539 !important; }
3.cm-s-erlang-dark .CodeMirror-gutter { background: #002240; border-right: 1px solid #aaa; }
4.cm-s-erlang-dark .CodeMirror-gutter-text { color: #d0d0d0; }
5.cm-s-erlang-dark .CodeMirror-cursor { border-left: 1px solid white !important; }
6
7.cm-s-erlang-dark span.cm-atom { color: #845dc4; }
8.cm-s-erlang-dark span.cm-attribute { color: #ff80e1; }
9.cm-s-erlang-dark span.cm-bracket { color: #ff9d00; }
10.cm-s-erlang-dark span.cm-builtin { color: #eeaaaa; }
11.cm-s-erlang-dark span.cm-comment { color: #7777ff; }
12.cm-s-erlang-dark span.cm-def { color: #ee77aa; }
13.cm-s-erlang-dark span.cm-error { color: #9d1e15; }
14.cm-s-erlang-dark span.cm-keyword { color: #ffee80; }
15.cm-s-erlang-dark span.cm-meta { color: #50fefe; }
16.cm-s-erlang-dark span.cm-number { color: #ffd0d0; }
17.cm-s-erlang-dark span.cm-operator { color: #dd1111; }
18.cm-s-erlang-dark span.cm-string { color: #3ad900; }
19.cm-s-erlang-dark span.cm-tag { color: #9effff; }
20.cm-s-erlang-dark span.cm-variable { color: #50fe50; }
21.cm-s-erlang-dark span.cm-variable-2 { color: #ee00ee; }