/lenasys/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/trunk

« back to all changes in this revision

Viewing changes to js/ace/theme-pastel_on_dark.js

  • Committer: gustav.hartvigsson at gmail
  • Date: 2013-04-02 12:13:01 UTC
  • mfrom: (4.2.7 hitlerhorabajs)
  • Revision ID: gustav.hartvigsson@gmail.com-20130402121301-ytfzuo7y6cku9s3o
Merge from implemenation group 2:s branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* ***** BEGIN LICENSE BLOCK *****
2
 
 * Distributed under the BSD license:
3
 
 *
4
 
 * Copyright (c) 2010, Ajax.org B.V.
5
 
 * All rights reserved.
6
 
 * 
7
 
 * Redistribution and use in source and binary forms, with or without
8
 
 * modification, are permitted provided that the following conditions are met:
9
 
 *     * Redistributions of source code must retain the above copyright
10
 
 *       notice, this list of conditions and the following disclaimer.
11
 
 *     * Redistributions in binary form must reproduce the above copyright
12
 
 *       notice, this list of conditions and the following disclaimer in the
13
 
 *       documentation and/or other materials provided with the distribution.
14
 
 *     * Neither the name of Ajax.org B.V. nor the
15
 
 *       names of its contributors may be used to endorse or promote products
16
 
 *       derived from this software without specific prior written permission.
17
 
 * 
18
 
 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
19
 
 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
20
 
 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
21
 
 * DISCLAIMED. IN NO EVENT SHALL AJAX.ORG B.V. BE LIABLE FOR ANY
22
 
 * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
23
 
 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
24
 
 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
25
 
 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
26
 
 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
27
 
 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28
 
 *
29
 
 * ***** END LICENSE BLOCK ***** */
30
 
 
31
 
define('ace/theme/pastel_on_dark', ['require', 'exports', 'module' , 'ace/lib/dom'], function(require, exports, module) {
32
 
 
33
 
exports.isDark = true;
34
 
exports.cssClass = "ace-pastel-on-dark";
35
 
exports.cssText = ".ace-pastel-on-dark .ace_gutter {\
36
 
background: #353030;\
37
 
color: #8F938F\
38
 
}\
39
 
.ace-pastel-on-dark .ace_print-margin {\
40
 
width: 1px;\
41
 
background: #353030\
42
 
}\
43
 
.ace-pastel-on-dark .ace_scroller {\
44
 
background-color: #2C2828\
45
 
}\
46
 
.ace-pastel-on-dark .ace_text-layer {\
47
 
color: #8F938F\
48
 
}\
49
 
.ace-pastel-on-dark .ace_cursor {\
50
 
border-left: 2px solid #A7A7A7\
51
 
}\
52
 
.ace-pastel-on-dark .ace_overwrite-cursors .ace_cursor {\
53
 
border-left: 0px;\
54
 
border-bottom: 1px solid #A7A7A7\
55
 
}\
56
 
.ace-pastel-on-dark .ace_marker-layer .ace_selection {\
57
 
background: rgba(221, 240, 255, 0.20)\
58
 
}\
59
 
.ace-pastel-on-dark.ace_multiselect .ace_selection.ace_start {\
60
 
box-shadow: 0 0 3px 0px #2C2828;\
61
 
border-radius: 2px\
62
 
}\
63
 
.ace-pastel-on-dark .ace_marker-layer .ace_step {\
64
 
background: rgb(102, 82, 0)\
65
 
}\
66
 
.ace-pastel-on-dark .ace_marker-layer .ace_bracket {\
67
 
margin: -1px 0 0 -1px;\
68
 
border: 1px solid rgba(255, 255, 255, 0.25)\
69
 
}\
70
 
.ace-pastel-on-dark .ace_marker-layer .ace_active-line {\
71
 
background: rgba(255, 255, 255, 0.031)\
72
 
}\
73
 
.ace-pastel-on-dark .ace_gutter-active-line {\
74
 
background-color: rgba(255, 255, 255, 0.031)\
75
 
}\
76
 
.ace-pastel-on-dark .ace_marker-layer .ace_selected-word {\
77
 
border: 1px solid rgba(221, 240, 255, 0.20)\
78
 
}\
79
 
.ace-pastel-on-dark .ace_invisible {\
80
 
color: rgba(255, 255, 255, 0.25)\
81
 
}\
82
 
.ace-pastel-on-dark .ace_keyword,\
83
 
.ace-pastel-on-dark .ace_meta {\
84
 
color: #757aD8\
85
 
}\
86
 
.ace-pastel-on-dark .ace_constant,\
87
 
.ace-pastel-on-dark .ace_constant.ace_character,\
88
 
.ace-pastel-on-dark .ace_constant.ace_character.ace_escape,\
89
 
.ace-pastel-on-dark .ace_constant.ace_other {\
90
 
color: #4FB7C5\
91
 
}\
92
 
.ace-pastel-on-dark .ace_keyword.ace_operator {\
93
 
color: #797878\
94
 
}\
95
 
.ace-pastel-on-dark .ace_constant.ace_character {\
96
 
color: #AFA472\
97
 
}\
98
 
.ace-pastel-on-dark .ace_constant.ace_language {\
99
 
color: #DE8E30\
100
 
}\
101
 
.ace-pastel-on-dark .ace_constant.ace_numeric {\
102
 
color: #CCCCCC\
103
 
}\
104
 
.ace-pastel-on-dark .ace_invalid,\
105
 
.ace-pastel-on-dark .ace_invalid.ace_illegal {\
106
 
color: #F8F8F8;\
107
 
background-color: rgba(86, 45, 86, 0.75)\
108
 
}\
109
 
.ace-pastel-on-dark .ace_invalid.ace_deprecated {\
110
 
text-decoration: underline;\
111
 
font-style: italic;\
112
 
color: #D2A8A1\
113
 
}\
114
 
.ace-pastel-on-dark .ace_fold {\
115
 
background-color: #757aD8;\
116
 
border-color: #8F938F\
117
 
}\
118
 
.ace-pastel-on-dark .ace_support.ace_function {\
119
 
color: #AEB2F8\
120
 
}\
121
 
.ace-pastel-on-dark .ace_string {\
122
 
color: #66A968\
123
 
}\
124
 
.ace-pastel-on-dark .ace_string.ace_regexp {\
125
 
color: #E9C062\
126
 
}\
127
 
.ace-pastel-on-dark .ace_comment {\
128
 
color: #A6C6FF\
129
 
}\
130
 
.ace-pastel-on-dark .ace_variable {\
131
 
color: #BEBF55\
132
 
}\
133
 
.ace-pastel-on-dark .ace_variable.ace_language {\
134
 
color: #C1C144\
135
 
}\
136
 
.ace-pastel-on-dark .ace_xml-pe {\
137
 
color: #494949\
138
 
}\
139
 
.ace-pastel-on-dark .ace_markup.ace_underline {\
140
 
text-decoration: underline\
141
 
}\
142
 
.ace-pastel-on-dark .ace_indent-guide {\
143
 
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQImWPQ0dD4z9DR0fEfAA+vBBPqhbn1AAAAAElFTkSuQmCC) right repeat-y\
144
 
}";
145
 
 
146
 
var dom = require("../lib/dom");
147
 
dom.importCssString(exports.cssText, exports.cssClass);
148
 
});