diff options
author | Eric Guzman | 2012-02-16 00:22:43 -0800 |
---|---|---|
committer | Eric Guzman | 2012-02-16 00:22:43 -0800 |
commit | 82b1a273219f0ae3d119e156c7acccdbe478f441 (patch) | |
tree | 74c45e5e3afc6706b2f7a7918807f72c54cdcfc5 /imports/codemirror/theme/eclipse.css | |
parent | af20ca9b11133dd5cefb9275dbe8fb101c3380d0 (diff) | |
parent | 966f0adaf1d4b7f2dd5a6e31643df58bff713884 (diff) | |
download | ninja-82b1a273219f0ae3d119e156c7acccdbe478f441.tar.gz |
Merge branch 'refs/heads/TreeComponents' into PresetsPanel
Diffstat (limited to 'imports/codemirror/theme/eclipse.css')
-rwxr-xr-x | imports/codemirror/theme/eclipse.css | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/imports/codemirror/theme/eclipse.css b/imports/codemirror/theme/eclipse.css new file mode 100755 index 00000000..41f6fcbd --- /dev/null +++ b/imports/codemirror/theme/eclipse.css | |||
@@ -0,0 +1,25 @@ | |||
1 | .cm-s-eclipse span.cm-meta {color: #FF1717;} | ||
2 | .cm-s-eclipse span.cm-keyword { font-weight: bold; color: #7F0055; } | ||
3 | .cm-s-eclipse span.cm-atom {color: #219;} | ||
4 | .cm-s-eclipse span.cm-number {color: #164;} | ||
5 | .cm-s-eclipse span.cm-def {color: #00f;} | ||
6 | .cm-s-eclipse span.cm-variable {color: black;} | ||
7 | .cm-s-eclipse span.cm-variable-2 {color: #0000C0;} | ||
8 | .cm-s-eclipse span.cm-variable-3 {color: #0000C0;} | ||
9 | .cm-s-eclipse span.cm-property {color: black;} | ||
10 | .cm-s-eclipse span.cm-operator {color: black;} | ||
11 | .cm-s-eclipse span.cm-comment {color: #3F7F5F;} | ||
12 | .cm-s-eclipse span.cm-string {color: #2A00FF;} | ||
13 | .cm-s-eclipse span.cm-string-2 {color: #f50;} | ||
14 | .cm-s-eclipse span.cm-error {color: #f00;} | ||
15 | .cm-s-eclipse span.cm-qualifier {color: #555;} | ||
16 | .cm-s-eclipse span.cm-builtin {color: #30a;} | ||
17 | .cm-s-eclipse span.cm-bracket {color: #cc7;} | ||
18 | .cm-s-eclipse span.cm-tag {color: #170;} | ||
19 | .cm-s-eclipse span.cm-attribute {color: #00c;} | ||
20 | .cm-s-eclipse span.cm-link {color: #219;} | ||
21 | |||
22 | .cm-s-eclipse .CodeMirror-matchingbracket { | ||
23 | border:1px solid grey; | ||
24 | color:black !important;; | ||
25 | } | ||