/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 codeigniter/js/ace/theme-twilight.js

  • Committer: Erik Wikström
  • Date: 2013-04-09 09:09:31 UTC
  • mfrom: (21 lenasys)
  • mto: (21.1.1 lenasys)
  • mto: This revision was merged to the branch mainline in revision 22.
  • Revision ID: wikxen@gmail.com-20130409090931-9jcs9kzg8et0912g
Remerged! Changed password hashes to VARCHAR(32)

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/twilight', ['require', 'exports', 'module' , 'ace/lib/dom'], function(require, exports, module) {
32
 
 
33
 
exports.isDark = true;
34
 
exports.cssClass = "ace-twilight";
35
 
exports.cssText = ".ace-twilight .ace_gutter {\
36
 
background: #232323;\
37
 
color: #E2E2E2\
38
 
}\
39
 
.ace-twilight .ace_print-margin {\
40
 
width: 1px;\
41
 
background: #232323\
42
 
}\
43
 
.ace-twilight .ace_scroller {\
44
 
background-color: #141414\
45
 
}\
46
 
.ace-twilight .ace_text-layer {\
47
 
color: #F8F8F8\
48
 
}\
49
 
.ace-twilight .ace_cursor {\
50
 
border-left: 2px solid #A7A7A7\
51
 
}\
52
 
.ace-twilight .ace_overwrite-cursors .ace_cursor {\
53
 
border-left: 0px;\
54
 
border-bottom: 1px solid #A7A7A7\
55
 
}\
56
 
.ace-twilight .ace_marker-layer .ace_selection {\
57
 
background: rgba(221, 240, 255, 0.20)\
58
 
}\
59
 
.ace-twilight.ace_multiselect .ace_selection.ace_start {\
60
 
box-shadow: 0 0 3px 0px #141414;\
61
 
border-radius: 2px\
62
 
}\
63
 
.ace-twilight .ace_marker-layer .ace_step {\
64
 
background: rgb(102, 82, 0)\
65
 
}\
66
 
.ace-twilight .ace_marker-layer .ace_bracket {\
67
 
margin: -1px 0 0 -1px;\
68
 
border: 1px solid rgba(255, 255, 255, 0.25)\
69
 
}\
70
 
.ace-twilight .ace_marker-layer .ace_active-line {\
71
 
background: rgba(255, 255, 255, 0.031)\
72
 
}\
73
 
.ace-twilight .ace_gutter-active-line {\
74
 
background-color: rgba(255, 255, 255, 0.031)\
75
 
}\
76
 
.ace-twilight .ace_marker-layer .ace_selected-word {\
77
 
border: 1px solid rgba(221, 240, 255, 0.20)\
78
 
}\
79
 
.ace-twilight .ace_invisible {\
80
 
color: rgba(255, 255, 255, 0.25)\
81
 
}\
82
 
.ace-twilight .ace_keyword,\
83
 
.ace-twilight .ace_meta {\
84
 
color: #CDA869\
85
 
}\
86
 
.ace-twilight .ace_constant,\
87
 
.ace-twilight .ace_constant.ace_character,\
88
 
.ace-twilight .ace_constant.ace_character.ace_escape,\
89
 
.ace-twilight .ace_constant.ace_other,\
90
 
.ace-twilight .ace_markup.ace_heading,\
91
 
.ace-twilight .ace_support.ace_constant {\
92
 
color: #CF6A4C\
93
 
}\
94
 
.ace-twilight .ace_invalid.ace_illegal {\
95
 
color: #F8F8F8;\
96
 
background-color: rgba(86, 45, 86, 0.75)\
97
 
}\
98
 
.ace-twilight .ace_invalid.ace_deprecated {\
99
 
text-decoration: underline;\
100
 
font-style: italic;\
101
 
color: #D2A8A1\
102
 
}\
103
 
.ace-twilight .ace_support {\
104
 
color: #9B859D\
105
 
}\
106
 
.ace-twilight .ace_fold {\
107
 
background-color: #AC885B;\
108
 
border-color: #F8F8F8\
109
 
}\
110
 
.ace-twilight .ace_support.ace_function {\
111
 
color: #DAD085\
112
 
}\
113
 
.ace-twilight .ace_markup.ace_list,\
114
 
.ace-twilight .ace_storage {\
115
 
color: #F9EE98\
116
 
}\
117
 
.ace-twilight .ace_entity.ace_name.ace_function,\
118
 
.ace-twilight .ace_meta.ace_tag,\
119
 
.ace-twilight .ace_variable {\
120
 
color: #AC885B\
121
 
}\
122
 
.ace-twilight .ace_string {\
123
 
color: #8F9D6A\
124
 
}\
125
 
.ace-twilight .ace_string.ace_regexp {\
126
 
color: #E9C062\
127
 
}\
128
 
.ace-twilight .ace_comment {\
129
 
font-style: italic;\
130
 
color: #5F5A60\
131
 
}\
132
 
.ace-twilight .ace_variable {\
133
 
color: #7587A6\
134
 
}\
135
 
.ace-twilight .ace_xml-pe {\
136
 
color: #494949\
137
 
}\
138
 
.ace-twilight .ace_markup.ace_underline {\
139
 
text-decoration: underline\
140
 
}\
141
 
.ace-twilight .ace_indent-guide {\
142
 
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQImWMQERH5zzBz5sz/AA5EBAYqeZXWAAAAAElFTkSuQmCC) right repeat-y\
143
 
}";
144
 
 
145
 
var dom = require("../lib/dom");
146
 
dom.importCssString(exports.cssText, exports.cssClass);
147
 
});