mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeEditor
synced 2024-11-28 00:50:33 +00:00
151 lines
5 KiB
JavaScript
151 lines
5 KiB
JavaScript
|
/* ***** BEGIN LICENSE BLOCK *****
|
||
|
* Distributed under the BSD license:
|
||
|
*
|
||
|
* Copyright (c) 2010, Ajax.org B.V.
|
||
|
* All rights reserved.
|
||
|
*
|
||
|
* Redistribution and use in source and binary forms, with or without
|
||
|
* modification, are permitted provided that the following conditions are met:
|
||
|
* * Redistributions of source code must retain the above copyright
|
||
|
* notice, this list of conditions and the following disclaimer.
|
||
|
* * Redistributions in binary form must reproduce the above copyright
|
||
|
* notice, this list of conditions and the following disclaimer in the
|
||
|
* documentation and/or other materials provided with the distribution.
|
||
|
* * Neither the name of Ajax.org B.V. nor the
|
||
|
* names of its contributors may be used to endorse or promote products
|
||
|
* derived from this software without specific prior written permission.
|
||
|
*
|
||
|
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
||
|
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
||
|
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||
|
* DISCLAIMED. IN NO EVENT SHALL AJAX.ORG B.V. BE LIABLE FOR ANY
|
||
|
* DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
||
|
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
||
|
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
||
|
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||
|
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
||
|
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||
|
*
|
||
|
* ***** END LICENSE BLOCK ***** */
|
||
|
|
||
|
define('ace/theme/katzenmilch', ['require', 'exports', 'module' , 'ace/lib/dom'], function(require, exports, module) {
|
||
|
|
||
|
exports.isDark = false;
|
||
|
exports.cssClass = "ace-katzenmilch";
|
||
|
exports.cssText = ".ace-katzenmilch .ace_gutter,\
|
||
|
/* THIS THEME WAS AUTOGENERATED BY Theme.tmpl.css (UUID: ) */\
|
||
|
.ace-katzenmilch .ace_gutter {\
|
||
|
background: #e8e8e8;\
|
||
|
color: #333\
|
||
|
}\
|
||
|
.ace-katzenmilch .ace_print-margin {\
|
||
|
width: 1px;\
|
||
|
background: #e8e8e8\
|
||
|
}\
|
||
|
.ace-katzenmilch {\
|
||
|
background-color: #f3f2f3;\
|
||
|
color: rgba(15, 0, 9, 1.0)\
|
||
|
}\
|
||
|
.ace-katzenmilch .ace_cursor {\
|
||
|
border-left: 2px solid #100011\
|
||
|
}\
|
||
|
.ace-katzenmilch .ace_overwrite-cursors .ace_cursor {\
|
||
|
border-left: 0px;\
|
||
|
border-bottom: 1px solid #100011\
|
||
|
}\
|
||
|
.ace-katzenmilch .ace_marker-layer .ace_selection {\
|
||
|
background: rgba(100, 5, 208, 0.27)\
|
||
|
}\
|
||
|
.ace-katzenmilch.ace_multiselect .ace_selection.ace_start {\
|
||
|
box-shadow: 0 0 3px 0px #f3f2f3;\
|
||
|
border-radius: 2px\
|
||
|
}\
|
||
|
.ace-katzenmilch .ace_marker-layer .ace_step {\
|
||
|
background: rgb(198, 219, 174)\
|
||
|
}\
|
||
|
.ace-katzenmilch .ace_marker-layer .ace_bracket {\
|
||
|
margin: -1px 0 0 -1px;\
|
||
|
border: 1px solid #000000\
|
||
|
}\
|
||
|
.ace-katzenmilch .ace_marker-layer .ace_active-line {\
|
||
|
background: rgb(232, 242, 254)\
|
||
|
}\
|
||
|
.ace-katzenmilch .ace_gutter-active-line {\
|
||
|
background-color: rgb(232, 242, 254)\
|
||
|
}\
|
||
|
.ace-katzenmilch .ace_marker-layer .ace_selected-word {\
|
||
|
border: 1px solid rgba(100, 5, 208, 0.27)\
|
||
|
}\
|
||
|
.ace-katzenmilch .ace_fold {\
|
||
|
background-color: rgba(2, 95, 73, 0.97);\
|
||
|
border-color: rgba(15, 0, 9, 1.0)\
|
||
|
}\
|
||
|
.ace-katzenmilch .ace_keyword {\
|
||
|
color: #674Aa8;\
|
||
|
rbackground-color: rgba(163, 170, 216, 0.055)\
|
||
|
}\
|
||
|
.ace-katzenmilch .ace_constant.ace_language {\
|
||
|
color: #7D7e52;\
|
||
|
rbackground-color: rgba(189, 190, 130, 0.059)\
|
||
|
}\
|
||
|
.ace-katzenmilch .ace_constant.ace_numeric {\
|
||
|
color: rgba(79, 130, 123, 0.93);\
|
||
|
rbackground-color: rgba(119, 194, 187, 0.059)\
|
||
|
}\
|
||
|
.ace-katzenmilch .ace_constant.ace_character,\
|
||
|
.ace-katzenmilch .ace_constant.ace_other {\
|
||
|
color: rgba(2, 95, 105, 1.0);\
|
||
|
rbackground-color: rgba(127, 34, 153, 0.063)\
|
||
|
}\
|
||
|
.ace-katzenmilch .ace_support.ace_function {\
|
||
|
color: #9D7e62;\
|
||
|
rbackground-color: rgba(189, 190, 130, 0.039)\
|
||
|
}\
|
||
|
.ace-katzenmilch .ace_support.ace_class {\
|
||
|
color: rgba(239, 106, 167, 1.0);\
|
||
|
rbackground-color: rgba(239, 106, 167, 0.063)\
|
||
|
}\
|
||
|
.ace-katzenmilch .ace_storage {\
|
||
|
color: rgba(123, 92, 191, 1.0);\
|
||
|
rbackground-color: rgba(139, 93, 223, 0.051)\
|
||
|
}\
|
||
|
.ace-katzenmilch .ace_invalid {\
|
||
|
color: #DFDFD5;\
|
||
|
rbackground-color: #CC1B27\
|
||
|
}\
|
||
|
.ace-katzenmilch .ace_string {\
|
||
|
color: #5a5f9b;\
|
||
|
rbackground-color: rgba(170, 175, 219, 0.035)\
|
||
|
}\
|
||
|
.ace-katzenmilch .ace_comment {\
|
||
|
font-style: italic;\
|
||
|
color: rgba(64, 79, 80, 0.67);\
|
||
|
rbackground-color: rgba(95, 15, 255, 0.0078)\
|
||
|
}\
|
||
|
.ace-katzenmilch .ace_entity.ace_name.ace_function,\
|
||
|
.ace-katzenmilch .ace_variable {\
|
||
|
color: rgba(2, 95, 73, 0.97);\
|
||
|
rbackground-color: rgba(34, 255, 73, 0.12)\
|
||
|
}\
|
||
|
.ace-katzenmilch .ace_variable.ace_language {\
|
||
|
color: #316fcf;\
|
||
|
rbackground-color: rgba(58, 175, 255, 0.039)\
|
||
|
}\
|
||
|
.ace-katzenmilch .ace_variable.ace_parameter {\
|
||
|
font-style: italic;\
|
||
|
color: rgba(51, 150, 159, 0.87);\
|
||
|
rbackground-color: rgba(5, 214, 249, 0.043)\
|
||
|
}\
|
||
|
.ace-katzenmilch .ace_entity.ace_other.ace_attribute-name {\
|
||
|
color: rgba(73, 70, 194, 0.93);\
|
||
|
rbackground-color: rgba(73, 134, 194, 0.035)\
|
||
|
}\
|
||
|
.ace-katzenmilch .ace_entity.ace_name.ace_tag {\
|
||
|
color: #3976a2;\
|
||
|
rbackground-color: rgba(73, 166, 210, 0.039)\
|
||
|
}";
|
||
|
|
||
|
var dom = require("../lib/dom");
|
||
|
dom.importCssString(exports.cssText, exports.cssClass);
|
||
|
});
|