diff options
author | Valerio Virgillito | 2012-07-09 17:04:31 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-07-09 17:04:31 -0700 |
commit | 2b2b5fbb4b6a786daa4e9d4ee9eba9ac78924842 (patch) | |
tree | 64cb3e09a8daeb340261dd7f3869c73f7b90b643 /js/code-editor/codemirror-ninja/theme/xq-dark-ninja.css | |
parent | cee0deca695359ab468bd06d0e05ed3b2010b338 (diff) | |
parent | 2eb84584f44b8c774479d1af2ee1d810597474cf (diff) | |
download | ninja-2b2b5fbb4b6a786daa4e9d4ee9eba9ac78924842.tar.gz |
Merge pull request #380 from ananyasen/codemirror-custom-theme-removal
Codemirror custom theme removal
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 | 79 |
1 files changed, 0 insertions, 79 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 deleted file mode 100644 index 60043953..00000000 --- a/js/code-editor/codemirror-ninja/theme/xq-dark-ninja.css +++ /dev/null | |||
@@ -1,79 +0,0 @@ | |||
1 | /* <copyright> | ||
2 | Copyright (c) 2012, Motorola Mobility LLC. | ||
3 | All Rights Reserved. | ||
4 | |||
5 | Redistribution and use in source and binary forms, with or without | ||
6 | modification, are permitted provided that the following conditions are met: | ||
7 | |||
8 | * Redistributions of source code must retain the above copyright notice, | ||
9 | this list of conditions and the following disclaimer. | ||
10 | |||
11 | * Redistributions in binary form must reproduce the above copyright notice, | ||
12 | this list of conditions and the following disclaimer in the documentation | ||
13 | and/or other materials provided with the distribution. | ||
14 | |||
15 | * Neither the name of Motorola Mobility LLC nor the names of its | ||
16 | contributors may be used to endorse or promote products derived from this | ||
17 | software without specific prior written permission. | ||
18 | |||
19 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" | ||
20 | AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | ||
21 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | ||
22 | ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE | ||
23 | LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR | ||
24 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF | ||
25 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS | ||
26 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN | ||
27 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) | ||
28 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | ||
29 | POSSIBILITY OF SUCH DAMAGE. | ||
30 | </copyright> */ | ||
31 | |||
32 | /* adopted from CodeMirror 2.23 (http://codemirror.net/) */ | ||
33 | |||
34 | /* | ||
35 | Copyright (C) 2011 by MarkLogic Corporation | ||
36 | Author: Mike Brevoort <mike@brevoort.com> | ||
37 | |||
38 | Permission is hereby granted, free of charge, to any person obtaining a copy | ||
39 | of this software and associated documentation files (the "Software"), to deal | ||
40 | in the Software without restriction, including without limitation the rights | ||
41 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
42 | copies of the Software, and to permit persons to whom the Software is | ||
43 | furnished to do so, subject to the following conditions: | ||
44 | |||
45 | The above copyright notice and this permission notice shall be included in | ||
46 | all copies or substantial portions of the Software. | ||
47 | |||
48 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
49 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
50 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
51 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
52 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
53 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
54 | THE SOFTWARE. | ||
55 | */ | ||
56 | .cm-s-xq-dark { background: #0a001f; color: #f8f8f8; } | ||
57 | .cm-s-xq-dark span.CodeMirror-selected { background: #044259 !important; } | ||
58 | .cm-s-xq-dark .CodeMirror-gutter { background: #0a001f; border-right: 1px solid #aaa; } | ||
59 | .cm-s-xq-dark .CodeMirror-gutter-text { color: #f8f8f8; } | ||
60 | .cm-s-xq-dark .CodeMirror-cursor { border-left: 1px solid white !important; } | ||
61 | |||
62 | .cm-s-xq-dark span.cm-keyword {color: #FFBD40;} | ||
63 | .cm-s-xq-dark span.cm-atom {color: #6C8CD5;} | ||
64 | .cm-s-xq-dark span.cm-number {color: #164;} | ||
65 | .cm-s-xq-dark span.cm-def {color: #FFF; text-decoration:underline;} | ||
66 | .cm-s-xq-dark span.cm-variable {color: #FFF;} | ||
67 | .cm-s-xq-dark span.cm-variable-2 {color: #EEE;} | ||
68 | .cm-s-xq-dark span.cm-variable-3 {color: #DDD;} | ||
69 | .cm-s-xq-dark span.cm-property {} | ||
70 | .cm-s-xq-dark span.cm-operator {} | ||
71 | .cm-s-xq-dark span.cm-comment {color: gray;} | ||
72 | .cm-s-xq-dark span.cm-string {color: #9FEE00;} | ||
73 | .cm-s-xq-dark span.cm-meta {color: yellow;} | ||
74 | .cm-s-xq-dark span.cm-error {color: #f00;} | ||
75 | .cm-s-xq-dark span.cm-qualifier {color: #FFF700;} | ||
76 | .cm-s-xq-dark span.cm-builtin {color: #30a;} | ||
77 | .cm-s-xq-dark span.cm-bracket {color: #cc7;} | ||
78 | .cm-s-xq-dark span.cm-tag {color: #FFBD40;} | ||
79 | .cm-s-xq-dark span.cm-attribute {color: #FFF700;} | ||