diff options
Diffstat (limited to 'js/code-editor/codemirror-ninja/theme/xq-dark-ninja.css')
-rw-r--r-- | js/code-editor/codemirror-ninja/theme/xq-dark-ninja.css | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/js/code-editor/codemirror-ninja/theme/xq-dark-ninja.css b/js/code-editor/codemirror-ninja/theme/xq-dark-ninja.css new file mode 100644 index 00000000..4ccf2052 --- /dev/null +++ b/js/code-editor/codemirror-ninja/theme/xq-dark-ninja.css | |||
@@ -0,0 +1,54 @@ | |||
1 | /* <copyright> | ||
2 | This file contains proprietary software owned by Motorola Mobility, Inc.<br/> | ||
3 | No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/> | ||
4 | (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. | ||
5 | </copyright> */ | ||
6 | |||
7 | /* adopted from CodeMirror 2.23 (http://codemirror.net/) */ | ||
8 | |||
9 | /* | ||
10 | Copyright (C) 2011 by MarkLogic Corporation | ||
11 | Author: Mike Brevoort <mike@brevoort.com> | ||
12 | |||
13 | Permission is hereby granted, free of charge, to any person obtaining a copy | ||
14 | of this software and associated documentation files (the "Software"), to deal | ||
15 | in the Software without restriction, including without limitation the rights | ||
16 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
17 | copies of the Software, and to permit persons to whom the Software is | ||
18 | furnished to do so, subject to the following conditions: | ||
19 | |||
20 | The above copyright notice and this permission notice shall be included in | ||
21 | all copies or substantial portions of the Software. | ||
22 | |||
23 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
24 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
25 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
26 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
27 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
28 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
29 | THE SOFTWARE. | ||
30 | */ | ||
31 | .cm-s-xq-dark { background: #0a001f; color: #f8f8f8; } | ||
32 | .cm-s-xq-dark span.CodeMirror-selected { background: #044259 !important; } | ||
33 | .cm-s-xq-dark .CodeMirror-gutter { background: #0a001f; border-right: 1px solid #aaa; } | ||
34 | .cm-s-xq-dark .CodeMirror-gutter-text { color: #f8f8f8; } | ||
35 | .cm-s-xq-dark .CodeMirror-cursor { border-left: 1px solid white !important; } | ||
36 | |||
37 | .cm-s-xq-dark span.cm-keyword {color: #FFBD40;} | ||
38 | .cm-s-xq-dark span.cm-atom {color: #6C8CD5;} | ||
39 | .cm-s-xq-dark span.cm-number {color: #164;} | ||
40 | .cm-s-xq-dark span.cm-def {color: #FFF; text-decoration:underline;} | ||
41 | .cm-s-xq-dark span.cm-variable {color: #FFF;} | ||
42 | .cm-s-xq-dark span.cm-variable-2 {color: #EEE;} | ||
43 | .cm-s-xq-dark span.cm-variable-3 {color: #DDD;} | ||
44 | .cm-s-xq-dark span.cm-property {} | ||
45 | .cm-s-xq-dark span.cm-operator {} | ||
46 | .cm-s-xq-dark span.cm-comment {color: gray;} | ||
47 | .cm-s-xq-dark span.cm-string {color: #9FEE00;} | ||
48 | .cm-s-xq-dark span.cm-meta {color: yellow;} | ||
49 | .cm-s-xq-dark span.cm-error {color: #f00;} | ||
50 | .cm-s-xq-dark span.cm-qualifier {color: #FFF700;} | ||
51 | .cm-s-xq-dark span.cm-builtin {color: #30a;} | ||
52 | .cm-s-xq-dark span.cm-bracket {color: #cc7;} | ||
53 | .cm-s-xq-dark span.cm-tag {color: #FFBD40;} | ||
54 | .cm-s-xq-dark span.cm-attribute {color: #FFF700;} | ||