<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.runerealm.org/index.php?action=history&amp;feed=atom&amp;title=MediaWiki%3ATest.less%2Facesyntax.less</id>
	<title>MediaWiki:Test.less/acesyntax.less - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.runerealm.org/index.php?action=history&amp;feed=atom&amp;title=MediaWiki%3ATest.less%2Facesyntax.less"/>
	<link rel="alternate" type="text/html" href="https://wiki.runerealm.org/index.php?title=MediaWiki:Test.less/acesyntax.less&amp;action=history"/>
	<updated>2026-04-26T08:40:36Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.1</generator>
	<entry>
		<id>https://wiki.runerealm.org/index.php?title=MediaWiki:Test.less/acesyntax.less&amp;diff=34827&amp;oldid=prev</id>
		<title>Alex: Created page with &quot;/* =======================================        syntax highlight in ace editor    ======================================= */  // This is taken from https://ace.c9.io/tool/mode_creator.html //----- Theme monokai -----//  // define the following commented vars in the file that is importing /acesyntax.less //@code-bg:               ; //@gutter-bg:             ; @gutter-active-line-bg: lighten(@gutter-bg, 10%); //@gutter-text:           ; @active-line-bg:        lighten(@c...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.runerealm.org/index.php?title=MediaWiki:Test.less/acesyntax.less&amp;diff=34827&amp;oldid=prev"/>
		<updated>2024-10-16T23:11:20Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;=======================================        syntax highlight in ace editor    =======================================: &lt;/span&gt;  // This is taken from https://ace.c9.io/tool/mode_creator.html //----- Theme monokai -----//  // define the following commented vars in the file that is importing /acesyntax.less //@code-bg:               ; //@gutter-bg:             ; @gutter-active-line-bg: lighten(@gutter-bg, 10%); //@gutter-text:           ; @active-line-bg:        lighten(@c...&amp;quot;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;/* =======================================&lt;br /&gt;
       syntax highlight in ace editor&lt;br /&gt;
   ======================================= */&lt;br /&gt;
&lt;br /&gt;
// This is taken from https://ace.c9.io/tool/mode_creator.html&lt;br /&gt;
//----- Theme monokai -----//&lt;br /&gt;
&lt;br /&gt;
// define the following commented vars in the file that is importing /acesyntax.less&lt;br /&gt;
//@code-bg:               ;&lt;br /&gt;
//@gutter-bg:             ;&lt;br /&gt;
@gutter-active-line-bg: lighten(@gutter-bg, 10%);&lt;br /&gt;
//@gutter-text:           ;&lt;br /&gt;
@active-line-bg:        lighten(@code-bg, 5%);&lt;br /&gt;
@selection-bg:          lighten(@code-bg, 10%);&lt;br /&gt;
@indent-guide:          lighten(@code-bg, 10%);&lt;br /&gt;
&lt;br /&gt;
// adding this class for specificity&lt;br /&gt;
.wikiEditor-ui,&lt;br /&gt;
.ve-ui-mwAceEditorWidget {&lt;br /&gt;
&lt;br /&gt;
    .ace-tm .ace_print-margin {&lt;br /&gt;
        width: 1px;&lt;br /&gt;
        background: #555651;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    .ace-tm {&lt;br /&gt;
        color: #F8F8F2;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    .ace-tm .ace_cursor {&lt;br /&gt;
        color: #F8F8F0;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    .ace-tm .ace_marker-layer .ace_selection {&lt;br /&gt;
        background: @selection-bg;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    .ace-tm.ace_multiselect .ace_selection.ace_start {&lt;br /&gt;
        box-shadow: 0 0 3px 0px @selection-bg;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    .ace-tm .ace_marker-layer .ace_step {&lt;br /&gt;
        background: rgb(102, 82, 0);&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    .ace-tm .ace_marker-layer .ace_bracket {&lt;br /&gt;
        margin: -1px 0 0 -1px;&lt;br /&gt;
        border: 1px solid #49483E;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    .ace-tm .ace_marker-layer .ace_active-line {&lt;br /&gt;
        background: @active-line-bg;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    .ace-tm .ace_gutter-active-line {&lt;br /&gt;
        background-color: @gutter-active-line-bg;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    .ace-tm .ace_marker-layer .ace_selected-word {&lt;br /&gt;
        border: 1px solid #49483E;&lt;br /&gt;
        background: #49483E;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    .ace-tm .ace_invisible {&lt;br /&gt;
        color: #52524d;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    .ace-tm .ace_entity.ace_name.ace_tag,&lt;br /&gt;
    .ace-tm .ace_keyword,&lt;br /&gt;
    .ace-tm .ace_meta.ace_tag,&lt;br /&gt;
    .ace-tm .ace_storage {&lt;br /&gt;
        color: #F92672;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    .ace-tm .ace_punctuation,&lt;br /&gt;
    .ace-tm .ace_punctuation.ace_tag {&lt;br /&gt;
        color: #fff;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    .ace-tm .ace_constant.ace_character,&lt;br /&gt;
    .ace-tm .ace_constant.ace_language,&lt;br /&gt;
    .ace-tm .ace_constant.ace_numeric,&lt;br /&gt;
    .ace-tm .ace_constant.ace_other {&lt;br /&gt;
        color: #AE81FF;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    .ace-tm .ace_invalid {&lt;br /&gt;
        color: #F8F8F0;&lt;br /&gt;
        background-color: #F92672;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    .ace-tm .ace_invalid.ace_deprecated {&lt;br /&gt;
        color: #F8F8F0;&lt;br /&gt;
        background-color: #AE81FF;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    .ace-tm .ace_support.ace_constant,&lt;br /&gt;
    .ace-tm .ace_support.ace_function {&lt;br /&gt;
        color: #66D9EF;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    .ace-tm .ace_fold {&lt;br /&gt;
        background-color: #A6E22E;&lt;br /&gt;
        border-color: #F8F8F2;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    .ace-tm .ace_storage.ace_type,&lt;br /&gt;
    .ace-tm .ace_support.ace_class,&lt;br /&gt;
    .ace-tm .ace_support.ace_type {&lt;br /&gt;
        color: #66D9EF;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    .ace-tm .ace_entity.ace_name.ace_function,&lt;br /&gt;
    .ace-tm .ace_entity.ace_other,&lt;br /&gt;
    .ace-tm .ace_entity.ace_other.ace_attribute-name,&lt;br /&gt;
    .ace-tm .ace_variable {&lt;br /&gt;
        color: #A6E22E;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    .ace-tm .ace_variable.ace_parameter {&lt;br /&gt;
        color: #FD971F;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    .ace-tm .ace_string {&lt;br /&gt;
        color: #E6DB74;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    .ace-tm .ace_keyword.ace_operator {&lt;br /&gt;
        color: #949eaa;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    .ace-tm .ace_comment {&lt;br /&gt;
        color: #949eaa;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
    .ace-tm .ace_indent-guide {&lt;br /&gt;
        background: none;&lt;br /&gt;
        border-right: solid 1px @indent-guide;&lt;br /&gt;
        margin-left: -1px;&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Alex</name></author>
	</entry>
</feed>