Fix default content color (was using emphasized color instead of base).

This commit is contained in:
Justin Hileman 2011-04-05 01:17:11 -04:00
parent e7cbaf4558
commit ab2b9e513f

View file

@ -13,22 +13,22 @@ By Justin Hileman - http://justinhileman.com
Sometimes Coda doesn't get the text and background colors right on import. Sometimes Coda doesn't get the text and background colors right on import.
If that happens, use these values: If that happens, use these values:
* text: #586e75 * text: #657b83
* bg: #fdf6e3 * bg: #fdf6e3
* invisible: #eee8d5 * invisible: #eee8d5
And the inverted variants: And the inverted variants:
* text: #93a1a1 * text: #839496
* bg: #002b36 * bg: #002b36
* invisible: #073642 * invisible: #073642
--> -->
<seestyle color="#586e75" inverted-color="#93a1a1" background-color="#fdf6e3" inverted-background-color="#002b36"> <seestyle color="#657b83" inverted-color="#839496" background-color="#fdf6e3" inverted-background-color="#002b36">
<mode id="SEEMode.ActionScript"> <mode id="SEEMode.ActionScript">
<style id="_Default" <style id="_Default"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" background-color="#fdf6e3" inverted-background-color="#002b36" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" background-color="#fdf6e3" inverted-background-color="#002b36" />
<style id="/Actionscript/Classes" <style id="/Actionscript/Classes"
color="#657b83" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#93a1a1" font-style="normal" font-weight="normal" />
<style id="/Actionscript/Functions" <style id="/Actionscript/Functions"
@ -38,13 +38,13 @@ If that happens, use these values:
<style id="/Actionscript/Constants" <style id="/Actionscript/Constants"
color="#CB4B16" inverted-color="#CB4B16" font-style="normal" font-weight="normal" /> color="#CB4B16" inverted-color="#CB4B16" font-style="normal" font-weight="normal" />
<style id="/Actionscript/Properties" <style id="/Actionscript/Properties"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
<style id="/Actionscript/Keywords" <style id="/Actionscript/Keywords"
color="#859900" inverted-color="#859900" font-style="normal" font-weight="normal" /> color="#859900" inverted-color="#859900" font-style="normal" font-weight="normal" />
<style id="/Actionscript/Numbers" <style id="/Actionscript/Numbers"
color="#D33682" inverted-color="#D33682" font-style="normal" font-weight="normal" /> color="#D33682" inverted-color="#D33682" font-style="normal" font-weight="normal" />
<style id="/Actionscript/Operators" <style id="/Actionscript/Operators"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
<style id="/Actionscript/Preprocessor" <style id="/Actionscript/Preprocessor"
color="#93A1A1" inverted-color="#586e75" font-style="normal" font-weight="normal" /> color="#93A1A1" inverted-color="#586e75" font-style="normal" font-weight="normal" />
<style id="/Actionscript/JavadocComment" <style id="/Actionscript/JavadocComment"
@ -60,7 +60,7 @@ If that happens, use these values:
</mode> </mode>
<mode id="SEEMode.Apache"> <mode id="SEEMode.Apache">
<style id="_Default" <style id="_Default"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" background-color="#fdf6e3" inverted-background-color="#002b36" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" background-color="#fdf6e3" inverted-background-color="#002b36" />
<style id="/Apache/Keywords" <style id="/Apache/Keywords"
color="#859900" inverted-color="#859900" font-style="normal" font-weight="normal" /> color="#859900" inverted-color="#859900" font-style="normal" font-weight="normal" />
<style id="/Apache/Block directives" <style id="/Apache/Block directives"
@ -70,7 +70,7 @@ If that happens, use these values:
</mode> </mode>
<mode id="SEEMode.AppleScript"> <mode id="SEEMode.AppleScript">
<style id="_Default" <style id="_Default"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" background-color="#fdf6e3" inverted-background-color="#002b36" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" background-color="#fdf6e3" inverted-background-color="#002b36" />
<style id="/AppleScript/Commands" <style id="/AppleScript/Commands"
color="#859900" inverted-color="#859900" font-style="normal" font-weight="normal" /> color="#859900" inverted-color="#859900" font-style="normal" font-weight="normal" />
<style id="/AppleScript/Variable Assigments" <style id="/AppleScript/Variable Assigments"
@ -98,17 +98,17 @@ If that happens, use these values:
</mode> </mode>
<mode id="SEEMode.ASP-HTML"> <mode id="SEEMode.ASP-HTML">
<style id="_Default" <style id="_Default"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" background-color="#fdf6e3" inverted-background-color="#002b36" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" background-color="#fdf6e3" inverted-background-color="#002b36" />
<style id="/XML/Entities" <style id="/XML/Entities"
color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" /> color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" />
<style id="/ASP-HTML/Inline ASP" <style id="/ASP-HTML/Inline ASP"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
<style id="/ASP-HTML/ASP/VBScript Functions" <style id="/ASP-HTML/ASP/VBScript Functions"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" />
<style id="/ASP-HTML/Keywords" <style id="/ASP-HTML/Keywords"
color="#859900" inverted-color="#859900" font-style="normal" font-weight="normal" /> color="#859900" inverted-color="#859900" font-style="normal" font-weight="normal" />
<style id="/ASP-HTML/ASP Delimiter" <style id="/ASP-HTML/ASP Delimiter"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
<style id="/ASP-HTML/Numbers" <style id="/ASP-HTML/Numbers"
color="#D33682" inverted-color="#D33682" font-style="normal" font-weight="normal" /> color="#D33682" inverted-color="#D33682" font-style="normal" font-weight="normal" />
<style id="/ASP-HTML/FunctionRegex" <style id="/ASP-HTML/FunctionRegex"
@ -122,7 +122,7 @@ If that happens, use these values:
<style id="/ASP-HTML/String" <style id="/ASP-HTML/String"
color="#2AA198" inverted-color="#2AA198" font-style="normal" font-weight="normal" /> color="#2AA198" inverted-color="#2AA198" font-style="normal" font-weight="normal" />
<style id="/ASP-HTML/Inline Javascript" <style id="/ASP-HTML/Inline Javascript"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
<style id="/ASP-HTML/Script Tags" <style id="/ASP-HTML/Script Tags"
color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" /> color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" />
<style id="/Javascript/Keywords" <style id="/Javascript/Keywords"
@ -136,7 +136,7 @@ If that happens, use these values:
<style id="/ASP-HTML/Opening Script Tag" <style id="/ASP-HTML/Opening Script Tag"
color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" /> color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" />
<style id="/XML/Attributes in Tags" <style id="/XML/Attributes in Tags"
color="#93A1A1" inverted-color="#93A1A1" font-style="normal" font-weight="normal" /> color="#586e75" inverted-color="#93A1A1" font-style="normal" font-weight="normal" />
<style id="/XML/Strings in Tags" <style id="/XML/Strings in Tags"
color="#2AA198" inverted-color="#2AA198" font-style="normal" font-weight="normal" /> color="#2AA198" inverted-color="#2AA198" font-style="normal" font-weight="normal" />
<style id="/XML/Single Strings in Tags" <style id="/XML/Single Strings in Tags"
@ -156,23 +156,23 @@ If that happens, use these values:
<style id="/Javascript/SingleString" <style id="/Javascript/SingleString"
color="#2AA198" inverted-color="#2AA198" font-style="normal" font-weight="normal" /> color="#2AA198" inverted-color="#2AA198" font-style="normal" font-weight="normal" />
<style id="/ASP-HTML/Inline VBScript" <style id="/ASP-HTML/Inline VBScript"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
<style id="/ASP-HTML/HTML Comment Tag" <style id="/ASP-HTML/HTML Comment Tag"
color="#93A1A1" inverted-color="#586e75" font-style="italic" font-weight="normal" /> color="#93A1A1" inverted-color="#586e75" font-style="italic" font-weight="normal" />
<style id="/ASP-HTML/Inline CSS" <style id="/ASP-HTML/Inline CSS"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
<style id="/ASP-HTML/Style Tags" <style id="/ASP-HTML/Style Tags"
color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" /> color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" />
<style id="/ASP-HTML/Opening Style Tag" <style id="/ASP-HTML/Opening Style Tag"
color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" /> color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" />
<style id="/CSS/Inside curly brackets" <style id="/CSS/Inside curly brackets"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
<style id="/CSS/CSS Keywords" <style id="/CSS/CSS Keywords"
color="#859900" inverted-color="#859900" font-style="normal" font-weight="normal" /> color="#859900" inverted-color="#859900" font-style="normal" font-weight="normal" />
<style id="/CSS/Attribute state" <style id="/CSS/Attribute state"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
<style id="/CSS/CSS Attributes" <style id="/CSS/CSS Attributes"
color="#93A1A1" inverted-color="#93A1A1" font-style="normal" font-weight="normal" /> color="#586e75" inverted-color="#93A1A1" font-style="normal" font-weight="normal" />
<style id="/CSS/CSS Digits" <style id="/CSS/CSS Digits"
color="#D33682" inverted-color="#D33682" font-style="normal" font-weight="normal" /> color="#D33682" inverted-color="#D33682" font-style="normal" font-weight="normal" />
<style id="/CSS/CSS Colors" <style id="/CSS/CSS Colors"
@ -200,25 +200,25 @@ If that happens, use these values:
<style id="/XML/Escape" <style id="/XML/Escape"
color="#93A1A1" inverted-color="#586e75" font-style="italic" font-weight="normal" /> color="#93A1A1" inverted-color="#586e75" font-style="italic" font-weight="normal" />
<style id="/ASP-HTML/ASP Tags" <style id="/ASP-HTML/ASP Tags"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
<style id="/ASP-HTML/Attributes in HTML Tags" <style id="/ASP-HTML/Attributes in HTML Tags"
color="#93A1A1" inverted-color="#93A1A1" font-style="normal" font-weight="normal" /> color="#586e75" inverted-color="#93A1A1" font-style="normal" font-weight="normal" />
<style id="/ASP-HTML/ASP in Tags" <style id="/ASP-HTML/ASP in Tags"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
<style id="/ASP-HTML/Strings in HTML Tags" <style id="/ASP-HTML/Strings in HTML Tags"
color="#2AA198" inverted-color="#2AA198" font-style="normal" font-weight="normal" /> color="#2AA198" inverted-color="#2AA198" font-style="normal" font-weight="normal" />
<style id="/ASP-HTML/ASP in Strings" <style id="/ASP-HTML/ASP in Strings"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
<style id="/ASP-HTML/Strings in HTML Tags 2" <style id="/ASP-HTML/Strings in HTML Tags 2"
color="#2AA198" inverted-color="#2AA198" font-style="normal" font-weight="normal" /> color="#2AA198" inverted-color="#2AA198" font-style="normal" font-weight="normal" />
<style id="/ASP-HTML/HTML Tags" <style id="/ASP-HTML/HTML Tags"
color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" /> color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" />
<style id="/ASP-HTML/ASP/VBScript Code" <style id="/ASP-HTML/ASP/VBScript Code"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
</mode> </mode>
<mode id="SEEMode.bash"> <mode id="SEEMode.bash">
<style id="_Default" <style id="_Default"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" background-color="#fdf6e3" inverted-background-color="#002b36" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" background-color="#fdf6e3" inverted-background-color="#002b36" />
<style id="/C/Keywords" <style id="/C/Keywords"
color="#859900" inverted-color="#859900" font-style="normal" font-weight="normal" /> color="#859900" inverted-color="#859900" font-style="normal" font-weight="normal" />
<style id="/C/Keywords for Variables" <style id="/C/Keywords for Variables"
@ -246,7 +246,7 @@ If that happens, use these values:
</mode> </mode>
<mode id="SEEMode.C"> <mode id="SEEMode.C">
<style id="_Default" <style id="_Default"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" background-color="#fdf6e3" inverted-background-color="#002b36" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" background-color="#fdf6e3" inverted-background-color="#002b36" />
<style id="/C/Keywords" <style id="/C/Keywords"
color="#859900" inverted-color="#859900" font-style="normal" font-weight="normal" /> color="#859900" inverted-color="#859900" font-style="normal" font-weight="normal" />
<style id="/C/Numbers" <style id="/C/Numbers"
@ -268,7 +268,7 @@ If that happens, use these values:
</mode> </mode>
<mode id="SEEMode.C++"> <mode id="SEEMode.C++">
<style id="_Default" <style id="_Default"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" background-color="#fdf6e3" inverted-background-color="#002b36" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" background-color="#fdf6e3" inverted-background-color="#002b36" />
<style id="/C++/Keywords" <style id="/C++/Keywords"
color="#859900" inverted-color="#859900" font-style="normal" font-weight="normal" /> color="#859900" inverted-color="#859900" font-style="normal" font-weight="normal" />
<style id="/C++/Numbers" <style id="/C++/Numbers"
@ -290,13 +290,13 @@ If that happens, use these values:
</mode> </mode>
<mode id="SEEMode.CFML"> <mode id="SEEMode.CFML">
<style id="_Default" <style id="_Default"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" background-color="#fdf6e3" inverted-background-color="#002b36" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" background-color="#fdf6e3" inverted-background-color="#002b36" />
<style id="/CFML/Output Variables" <style id="/CFML/Output Variables"
color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" /> color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" />
<style id="/XML/Entities" <style id="/XML/Entities"
color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" /> color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" />
<style id="/CFML/Inline CFML Script" <style id="/CFML/Inline CFML Script"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
<style id="/CFML/CFML Script Tags" <style id="/CFML/CFML Script Tags"
color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" /> color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" />
<style id="/CFML/Generic Functions" <style id="/CFML/Generic Functions"
@ -312,9 +312,9 @@ If that happens, use these values:
<style id="/CFML/Functions" <style id="/CFML/Functions"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" />
<style id="/CFML/Opening CFML Script Tag" <style id="/CFML/Opening CFML Script Tag"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
<style id="/XML/Attributes in Tags" <style id="/XML/Attributes in Tags"
color="#93A1A1" inverted-color="#93A1A1" font-style="normal" font-weight="normal" /> color="#586e75" inverted-color="#93A1A1" font-style="normal" font-weight="normal" />
<style id="/XML/Strings in Tags" <style id="/XML/Strings in Tags"
color="#2AA198" inverted-color="#2AA198" font-style="normal" font-weight="normal" /> color="#2AA198" inverted-color="#2AA198" font-style="normal" font-weight="normal" />
<style id="/XML/Single Strings in Tags" <style id="/XML/Single Strings in Tags"
@ -330,19 +330,19 @@ If that happens, use these values:
<style id="/CFML/CFML Strings 2" <style id="/CFML/CFML Strings 2"
color="#2AA198" inverted-color="#2AA198" font-style="normal" font-weight="normal" /> color="#2AA198" inverted-color="#2AA198" font-style="normal" font-weight="normal" />
<style id="/CFML/Inline CSS" <style id="/CFML/Inline CSS"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
<style id="/CFML/Style Tags" <style id="/CFML/Style Tags"
color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" /> color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" />
<style id="/CFML/Opening Style Tag" <style id="/CFML/Opening Style Tag"
color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" /> color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" />
<style id="/CSS/Inside curly brackets" <style id="/CSS/Inside curly brackets"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
<style id="/CSS/CSS Keywords" <style id="/CSS/CSS Keywords"
color="#859900" inverted-color="#859900" font-style="normal" font-weight="normal" /> color="#859900" inverted-color="#859900" font-style="normal" font-weight="normal" />
<style id="/CSS/Attribute state" <style id="/CSS/Attribute state"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
<style id="/CSS/CSS Attributes" <style id="/CSS/CSS Attributes"
color="#93A1A1" inverted-color="#93A1A1" font-style="normal" font-weight="normal" /> color="#586e75" inverted-color="#93A1A1" font-style="normal" font-weight="normal" />
<style id="/CSS/CSS Digits" <style id="/CSS/CSS Digits"
color="#D33682" inverted-color="#D33682" font-style="normal" font-weight="normal" /> color="#D33682" inverted-color="#D33682" font-style="normal" font-weight="normal" />
<style id="/CSS/CSS Colors" <style id="/CSS/CSS Colors"
@ -358,7 +358,7 @@ If that happens, use these values:
<style id="/CSS/URL" <style id="/CSS/URL"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" />
<style id="/CFML/Inline Javascript" <style id="/CFML/Inline Javascript"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
<style id="/CFML/Script Tags" <style id="/CFML/Script Tags"
color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" /> color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" />
<style id="/Javascript/Keywords" <style id="/Javascript/Keywords"
@ -370,7 +370,7 @@ If that happens, use these values:
<style id="/Javascript/FunctionRegex" <style id="/Javascript/FunctionRegex"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" />
<style id="/CFML/Opening Script Tag" <style id="/CFML/Opening Script Tag"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
<style id="/Javascript/AutodocComment" <style id="/Javascript/AutodocComment"
color="#93A1A1" inverted-color="#586e75" font-style="italic" font-weight="normal" /> color="#93A1A1" inverted-color="#586e75" font-style="italic" font-weight="normal" />
<style id="/Javascript/Comment" <style id="/Javascript/Comment"
@ -398,9 +398,9 @@ If that happens, use these values:
<style id="/XML/Escape" <style id="/XML/Escape"
color="#93A1A1" inverted-color="#586e75" font-style="italic" font-weight="normal" /> color="#93A1A1" inverted-color="#586e75" font-style="italic" font-weight="normal" />
<style id="/CFML/CFML Query" <style id="/CFML/CFML Query"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
<style id="/CFML/Query Tags" <style id="/CFML/Query Tags"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
<style id="/SQL/Types" <style id="/SQL/Types"
color="#859900" inverted-color="#859900" font-style="normal" font-weight="normal" /> color="#859900" inverted-color="#859900" font-style="normal" font-weight="normal" />
<style id="/SQL/Functions" <style id="/SQL/Functions"
@ -414,9 +414,9 @@ If that happens, use these values:
<style id="/CFML/Query Comment" <style id="/CFML/Query Comment"
color="#93A1A1" inverted-color="#586e75" font-style="italic" font-weight="normal" /> color="#93A1A1" inverted-color="#586e75" font-style="italic" font-weight="normal" />
<style id="/CFML/Opening Query Tag" <style id="/CFML/Opening Query Tag"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
<style id="/CFML/CFML Attributes in Tags" <style id="/CFML/CFML Attributes in Tags"
color="#93A1A1" inverted-color="#93A1A1" font-style="normal" font-weight="normal" /> color="#586e75" inverted-color="#93A1A1" font-style="normal" font-weight="normal" />
<style id="/CFML/CFML self-closing Tags in Query" <style id="/CFML/CFML self-closing Tags in Query"
color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" /> color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" />
<style id="/CFML/CFML Tags" <style id="/CFML/CFML Tags"
@ -426,7 +426,7 @@ If that happens, use these values:
<style id="/CFML/Output Variables in HTML Tags" <style id="/CFML/Output Variables in HTML Tags"
color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" /> color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" />
<style id="/CFML/Attributes in HTML Tags" <style id="/CFML/Attributes in HTML Tags"
color="#93A1A1" inverted-color="#93A1A1" font-style="normal" font-weight="normal" /> color="#586e75" inverted-color="#93A1A1" font-style="normal" font-weight="normal" />
<style id="/CFML/Strings in HTML Tags" <style id="/CFML/Strings in HTML Tags"
color="#2AA198" inverted-color="#2AA198" font-style="normal" font-weight="normal" /> color="#2AA198" inverted-color="#2AA198" font-style="normal" font-weight="normal" />
<style id="/CFML/Output Variables in HTML Strings" <style id="/CFML/Output Variables in HTML Strings"
@ -436,19 +436,19 @@ If that happens, use these values:
<style id="/CFML/CFML Tags in HTML Tags" <style id="/CFML/CFML Tags in HTML Tags"
color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" /> color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" />
<style id="/CFML/CFML Code" <style id="/CFML/CFML Code"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
</mode> </mode>
<mode id="SEEMode.CSS"> <mode id="SEEMode.CSS">
<style id="_Default" <style id="_Default"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" background-color="#fdf6e3" inverted-background-color="#002b36" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" background-color="#fdf6e3" inverted-background-color="#002b36" />
<style id="/CSS/Inside curly brackets" <style id="/CSS/Inside curly brackets"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
<style id="/CSS/CSS Keywords" <style id="/CSS/CSS Keywords"
color="#859900" inverted-color="#859900" font-style="normal" font-weight="normal" /> color="#859900" inverted-color="#859900" font-style="normal" font-weight="normal" />
<style id="/CSS/Attribute state" <style id="/CSS/Attribute state"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
<style id="/CSS/CSS Attributes" <style id="/CSS/CSS Attributes"
color="#93A1A1" inverted-color="#93A1A1" font-style="normal" font-weight="normal" /> color="#586e75" inverted-color="#93A1A1" font-style="normal" font-weight="normal" />
<style id="/CSS/CSS Digits" <style id="/CSS/CSS Digits"
color="#D33682" inverted-color="#D33682" font-style="normal" font-weight="normal" /> color="#D33682" inverted-color="#D33682" font-style="normal" font-weight="normal" />
<style id="/CSS/CSS Colors" <style id="/CSS/CSS Colors"
@ -466,19 +466,19 @@ If that happens, use these values:
</mode> </mode>
<mode id="SEEMode.ERB"> <mode id="SEEMode.ERB">
<style id="_Default" <style id="_Default"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" background-color="#fdf6e3" inverted-background-color="#002b36" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" background-color="#fdf6e3" inverted-background-color="#002b36" />
<style id="/ERB/Entities" <style id="/ERB/Entities"
color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" /> color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" />
<style id="/ERB/Ruby" <style id="/ERB/Ruby"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
<style id="/ERB/ERB Delimiter" <style id="/ERB/ERB Delimiter"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
<style id="/Ruby/Literals" <style id="/Ruby/Literals"
color="#CB4B16" inverted-color="#CB4B16" font-style="normal" font-weight="normal" /> color="#CB4B16" inverted-color="#CB4B16" font-style="normal" font-weight="normal" />
<style id="/Ruby/Attribute Definitions" <style id="/Ruby/Attribute Definitions"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
<style id="/Ruby/Definitions" <style id="/Ruby/Definitions"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
<style id="/Ruby/Keywords" <style id="/Ruby/Keywords"
color="#859900" inverted-color="#859900" font-style="normal" font-weight="normal" /> color="#859900" inverted-color="#859900" font-style="normal" font-weight="normal" />
<style id="/Ruby/Builtin Functions" <style id="/Ruby/Builtin Functions"
@ -490,7 +490,7 @@ If that happens, use these values:
<style id="/Ruby/Numbers" <style id="/Ruby/Numbers"
color="#D33682" inverted-color="#D33682" font-style="normal" font-weight="normal" /> color="#D33682" inverted-color="#D33682" font-style="normal" font-weight="normal" />
<style id="/Ruby/Symbols" <style id="/Ruby/Symbols"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
<style id="/Ruby/Instance Variables" <style id="/Ruby/Instance Variables"
color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" /> color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" />
<style id="/Ruby/Class Variables" <style id="/Ruby/Class Variables"
@ -538,29 +538,29 @@ If that happens, use these values:
<style id="/ERB/Escape" <style id="/ERB/Escape"
color="#93A1A1" inverted-color="#586e75" font-style="normal" font-weight="normal" /> color="#93A1A1" inverted-color="#586e75" font-style="normal" font-weight="normal" />
<style id="/ERB/Inline CSS" <style id="/ERB/Inline CSS"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
<style id="/ERB/Style Tags" <style id="/ERB/Style Tags"
color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" /> color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" />
<style id="/ERB/Opening Style Tag" <style id="/ERB/Opening Style Tag"
color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" /> color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" />
<style id="/ERB/Attributes in Tags" <style id="/ERB/Attributes in Tags"
color="#93A1A1" inverted-color="#93A1A1" font-style="normal" font-weight="normal" /> color="#586e75" inverted-color="#93A1A1" font-style="normal" font-weight="normal" />
<style id="/ERB/Strings in Tags" <style id="/ERB/Strings in Tags"
color="#2AA198" inverted-color="#2AA198" font-style="normal" font-weight="normal" /> color="#2AA198" inverted-color="#2AA198" font-style="normal" font-weight="normal" />
<style id="/ERB/Inside curly brackets" <style id="/ERB/Inside curly brackets"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
<style id="/CSS/CSS Keywords" <style id="/CSS/CSS Keywords"
color="#859900" inverted-color="#859900" font-style="normal" font-weight="normal" /> color="#859900" inverted-color="#859900" font-style="normal" font-weight="normal" />
<style id="/ERB/CSSComment" <style id="/ERB/CSSComment"
color="#93A1A1" inverted-color="#586e75" font-style="italic" font-weight="normal" /> color="#93A1A1" inverted-color="#586e75" font-style="italic" font-weight="normal" />
<style id="/ERB/CSSRound bracket" <style id="/ERB/CSSRound bracket"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
<style id="/ERB/CSSString" <style id="/ERB/CSSString"
color="#2AA198" inverted-color="#2AA198" font-style="normal" font-weight="normal" /> color="#2AA198" inverted-color="#2AA198" font-style="normal" font-weight="normal" />
<style id="/ERB/CSSSingleString" <style id="/ERB/CSSSingleString"
color="#2AA198" inverted-color="#2AA198" font-style="normal" font-weight="normal" /> color="#2AA198" inverted-color="#2AA198" font-style="normal" font-weight="normal" />
<style id="/ERB/Inline Javascript" <style id="/ERB/Inline Javascript"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
<style id="/ERB/Script Tags" <style id="/ERB/Script Tags"
color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" /> color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" />
<style id="/Javascript/Keywords" <style id="/Javascript/Keywords"
@ -592,29 +592,29 @@ If that happens, use these values:
</mode> </mode>
<mode id="SEEMode.HTML"> <mode id="SEEMode.HTML">
<style id="_Default" <style id="_Default"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" background-color="#fdf6e3" inverted-background-color="#002b36" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" background-color="#fdf6e3" inverted-background-color="#002b36" />
<style id="/XML/Entities" <style id="/XML/Entities"
color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" /> color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" />
<style id="/HTML/Inline CSS" <style id="/HTML/Inline CSS"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
<style id="/HTML/Style Tags" <style id="/HTML/Style Tags"
color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" /> color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" />
<style id="/HTML/Opening Style Tag" <style id="/HTML/Opening Style Tag"
color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" /> color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" />
<style id="/XML/Attributes in Tags" <style id="/XML/Attributes in Tags"
color="#93A1A1" inverted-color="#93A1A1" font-style="normal" font-weight="normal" /> color="#586e75" inverted-color="#93A1A1" font-style="normal" font-weight="normal" />
<style id="/XML/Strings in Tags" <style id="/XML/Strings in Tags"
color="#2AA198" inverted-color="#2AA198" font-style="normal" font-weight="normal" /> color="#2AA198" inverted-color="#2AA198" font-style="normal" font-weight="normal" />
<style id="/XML/Single Strings in Tags" <style id="/XML/Single Strings in Tags"
color="#2AA198" inverted-color="#2AA198" font-style="normal" font-weight="normal" /> color="#2AA198" inverted-color="#2AA198" font-style="normal" font-weight="normal" />
<style id="/CSS/Inside curly brackets" <style id="/CSS/Inside curly brackets"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
<style id="/CSS/CSS Keywords" <style id="/CSS/CSS Keywords"
color="#859900" inverted-color="#859900" font-style="normal" font-weight="normal" /> color="#859900" inverted-color="#859900" font-style="normal" font-weight="normal" />
<style id="/CSS/Attribute state" <style id="/CSS/Attribute state"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
<style id="/CSS/CSS Attributes" <style id="/CSS/CSS Attributes"
color="#93A1A1" inverted-color="#93A1A1" font-style="normal" font-weight="normal" /> color="#586e75" inverted-color="#93A1A1" font-style="normal" font-weight="normal" />
<style id="/CSS/CSS Digits" <style id="/CSS/CSS Digits"
color="#D33682" inverted-color="#D33682" font-style="normal" font-weight="normal" /> color="#D33682" inverted-color="#D33682" font-style="normal" font-weight="normal" />
<style id="/CSS/CSS Colors" <style id="/CSS/CSS Colors"
@ -630,7 +630,7 @@ If that happens, use these values:
<style id="/CSS/URL" <style id="/CSS/URL"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" />
<style id="/HTML/Inline Javascript" <style id="/HTML/Inline Javascript"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
<style id="/HTML/Script Tags" <style id="/HTML/Script Tags"
color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" /> color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" />
<style id="/Javascript/Keywords" <style id="/Javascript/Keywords"
@ -672,7 +672,7 @@ If that happens, use these values:
</mode> </mode>
<mode id="SEEMode.Java"> <mode id="SEEMode.Java">
<style id="_Default" <style id="_Default"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" background-color="#fdf6e3" inverted-background-color="#002b36" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" background-color="#fdf6e3" inverted-background-color="#002b36" />
<style id="/Java/Keywords" <style id="/Java/Keywords"
color="#859900" inverted-color="#859900" font-style="normal" font-weight="normal" /> color="#859900" inverted-color="#859900" font-style="normal" font-weight="normal" />
<style id="/Java/Classes" <style id="/Java/Classes"
@ -698,7 +698,7 @@ If that happens, use these values:
</mode> </mode>
<mode id="SEEMode.Javascript"> <mode id="SEEMode.Javascript">
<style id="_Default" <style id="_Default"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" background-color="#fdf6e3" inverted-background-color="#002b36" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" background-color="#fdf6e3" inverted-background-color="#002b36" />
<style id="/Javascript/Keywords" <style id="/Javascript/Keywords"
color="#859900" inverted-color="#859900" font-style="normal" font-weight="normal" /> color="#859900" inverted-color="#859900" font-style="normal" font-weight="normal" />
<style id="/Javascript/Numbers" <style id="/Javascript/Numbers"
@ -724,15 +724,15 @@ If that happens, use these values:
</mode> </mode>
<mode id="SEEMode.JSP-HTML"> <mode id="SEEMode.JSP-HTML">
<style id="_Default" <style id="_Default"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" background-color="#fdf6e3" inverted-background-color="#002b36" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" background-color="#fdf6e3" inverted-background-color="#002b36" />
<style id="/XML/Entities" <style id="/XML/Entities"
color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" /> color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" />
<style id="/JSP-HTML/JSP Comment" <style id="/JSP-HTML/JSP Comment"
color="#93A1A1" inverted-color="#586e75" font-style="italic" font-weight="normal" /> color="#93A1A1" inverted-color="#586e75" font-style="italic" font-weight="normal" />
<style id="/JSP-HTML/JSP" <style id="/JSP-HTML/JSP"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
<style id="/JSP-HTML/JSP Delimiter" <style id="/JSP-HTML/JSP Delimiter"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
<style id="/JSP-HTML/Java Keywords" <style id="/JSP-HTML/Java Keywords"
color="#859900" inverted-color="#859900" font-style="normal" font-weight="normal" /> color="#859900" inverted-color="#859900" font-style="normal" font-weight="normal" />
<style id="/JSP-HTML/Keywords 2" <style id="/JSP-HTML/Keywords 2"
@ -752,25 +752,25 @@ If that happens, use these values:
<style id="/JSP-HTML/JSP Tags" <style id="/JSP-HTML/JSP Tags"
color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" /> color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" />
<style id="/XML/Attributes in Tags" <style id="/XML/Attributes in Tags"
color="#93A1A1" inverted-color="#93A1A1" font-style="normal" font-weight="normal" /> color="#586e75" inverted-color="#93A1A1" font-style="normal" font-weight="normal" />
<style id="/XML/Strings in Tags" <style id="/XML/Strings in Tags"
color="#2AA198" inverted-color="#2AA198" font-style="normal" font-weight="normal" /> color="#2AA198" inverted-color="#2AA198" font-style="normal" font-weight="normal" />
<style id="/XML/Single Strings in Tags" <style id="/XML/Single Strings in Tags"
color="#2AA198" inverted-color="#2AA198" font-style="normal" font-weight="normal" /> color="#2AA198" inverted-color="#2AA198" font-style="normal" font-weight="normal" />
<style id="/HTML/Inline CSS" <style id="/HTML/Inline CSS"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
<style id="/HTML/Style Tags" <style id="/HTML/Style Tags"
color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" /> color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" />
<style id="/HTML/Opening Style Tag" <style id="/HTML/Opening Style Tag"
color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" /> color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" />
<style id="/CSS/Inside curly brackets" <style id="/CSS/Inside curly brackets"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
<style id="/CSS/CSS Keywords" <style id="/CSS/CSS Keywords"
color="#859900" inverted-color="#859900" font-style="normal" font-weight="normal" /> color="#859900" inverted-color="#859900" font-style="normal" font-weight="normal" />
<style id="/CSS/Attribute state" <style id="/CSS/Attribute state"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
<style id="/CSS/CSS Attributes" <style id="/CSS/CSS Attributes"
color="#93A1A1" inverted-color="#93A1A1" font-style="normal" font-weight="normal" /> color="#586e75" inverted-color="#93A1A1" font-style="normal" font-weight="normal" />
<style id="/CSS/CSS Digits" <style id="/CSS/CSS Digits"
color="#D33682" inverted-color="#D33682" font-style="normal" font-weight="normal" /> color="#D33682" inverted-color="#D33682" font-style="normal" font-weight="normal" />
<style id="/CSS/CSS Colors" <style id="/CSS/CSS Colors"
@ -786,7 +786,7 @@ If that happens, use these values:
<style id="/CSS/URL" <style id="/CSS/URL"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" />
<style id="/HTML/Inline Javascript" <style id="/HTML/Inline Javascript"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
<style id="/HTML/Script Tags" <style id="/HTML/Script Tags"
color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" /> color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" />
<style id="/Javascript/Keywords" <style id="/Javascript/Keywords"
@ -828,19 +828,19 @@ If that happens, use these values:
</mode> </mode>
<mode id="SEEMode.LassoScript-HTML"> <mode id="SEEMode.LassoScript-HTML">
<style id="_Default" <style id="_Default"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" background-color="#fdf6e3" inverted-background-color="#002b36" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" background-color="#fdf6e3" inverted-background-color="#002b36" />
<style id="/XML/Entities" <style id="/XML/Entities"
color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" /> color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" />
<style id="/LassoScript-HTML/LassoScript 1" <style id="/LassoScript-HTML/LassoScript 1"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
<style id="/LassoScript-HTML/LassoScript Block" <style id="/LassoScript-HTML/LassoScript Block"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
<style id="/LassoScript-HTML/Default Lasso Tags" <style id="/LassoScript-HTML/Default Lasso Tags"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
<style id="/LassoScript-HTML/Default Lasso Types" <style id="/LassoScript-HTML/Default Lasso Types"
color="#859900" inverted-color="#859900" font-style="normal" font-weight="normal" /> color="#859900" inverted-color="#859900" font-style="normal" font-weight="normal" />
<style id="/LassoScript-HTML/Dynamic Lasso Member Tags" <style id="/LassoScript-HTML/Dynamic Lasso Member Tags"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
<style id="/LassoScript-HTML/Dynamic Lasso Tags/Types" <style id="/LassoScript-HTML/Dynamic Lasso Tags/Types"
color="#859900" inverted-color="#859900" font-style="normal" font-weight="normal" /> color="#859900" inverted-color="#859900" font-style="normal" font-weight="normal" />
<style id="/LassoScript-HTML/Lasso Tag/Type Parameters" <style id="/LassoScript-HTML/Lasso Tag/Type Parameters"
@ -858,9 +858,9 @@ If that happens, use these values:
<style id="/LassoScript-HTML/String" <style id="/LassoScript-HTML/String"
color="#2AA198" inverted-color="#2AA198" font-style="normal" font-weight="normal" /> color="#2AA198" inverted-color="#2AA198" font-style="normal" font-weight="normal" />
<style id="/LassoScript-HTML/LassoScript 2" <style id="/LassoScript-HTML/LassoScript 2"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
<style id="/LassoScript-HTML/Inline CSS" <style id="/LassoScript-HTML/Inline CSS"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
<style id="/LassoScript-HTML/HTML Comment Tag" <style id="/LassoScript-HTML/HTML Comment Tag"
color="#93A1A1" inverted-color="#586e75" font-style="italic" font-weight="normal" /> color="#93A1A1" inverted-color="#586e75" font-style="italic" font-weight="normal" />
<style id="/LassoScript-HTML/Style Tags" <style id="/LassoScript-HTML/Style Tags"
@ -868,19 +868,19 @@ If that happens, use these values:
<style id="/LassoScript-HTML/Opening Style Tag" <style id="/LassoScript-HTML/Opening Style Tag"
color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" /> color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" />
<style id="/XML/Attributes in Tags" <style id="/XML/Attributes in Tags"
color="#93A1A1" inverted-color="#93A1A1" font-style="normal" font-weight="normal" /> color="#586e75" inverted-color="#93A1A1" font-style="normal" font-weight="normal" />
<style id="/XML/Strings in Tags" <style id="/XML/Strings in Tags"
color="#2AA198" inverted-color="#2AA198" font-style="normal" font-weight="normal" /> color="#2AA198" inverted-color="#2AA198" font-style="normal" font-weight="normal" />
<style id="/XML/Single Strings in Tags" <style id="/XML/Single Strings in Tags"
color="#2AA198" inverted-color="#2AA198" font-style="normal" font-weight="normal" /> color="#2AA198" inverted-color="#2AA198" font-style="normal" font-weight="normal" />
<style id="/CSS/Inside curly brackets" <style id="/CSS/Inside curly brackets"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
<style id="/CSS/CSS Keywords" <style id="/CSS/CSS Keywords"
color="#859900" inverted-color="#859900" font-style="normal" font-weight="normal" /> color="#859900" inverted-color="#859900" font-style="normal" font-weight="normal" />
<style id="/CSS/Attribute state" <style id="/CSS/Attribute state"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
<style id="/CSS/CSS Attributes" <style id="/CSS/CSS Attributes"
color="#93A1A1" inverted-color="#93A1A1" font-style="normal" font-weight="normal" /> color="#586e75" inverted-color="#93A1A1" font-style="normal" font-weight="normal" />
<style id="/CSS/CSS Digits" <style id="/CSS/CSS Digits"
color="#D33682" inverted-color="#D33682" font-style="normal" font-weight="normal" /> color="#D33682" inverted-color="#D33682" font-style="normal" font-weight="normal" />
<style id="/CSS/CSS Colors" <style id="/CSS/CSS Colors"
@ -896,7 +896,7 @@ If that happens, use these values:
<style id="/CSS/URL" <style id="/CSS/URL"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" />
<style id="/LassoScript-HTML/Inline Javascript" <style id="/LassoScript-HTML/Inline Javascript"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
<style id="/LassoScript-HTML/HTML Comment Tag2" <style id="/LassoScript-HTML/HTML Comment Tag2"
color="#93A1A1" inverted-color="#586e75" font-style="italic" font-weight="normal" /> color="#93A1A1" inverted-color="#586e75" font-style="italic" font-weight="normal" />
<style id="/LassoScript-HTML/Script Tags" <style id="/LassoScript-HTML/Script Tags"
@ -938,7 +938,7 @@ If that happens, use these values:
<style id="/LassoScript-HTML/Tags" <style id="/LassoScript-HTML/Tags"
color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" /> color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" />
<style id="/LassoScript-HTML/Tag Attributes" <style id="/LassoScript-HTML/Tag Attributes"
color="#93A1A1" inverted-color="#93A1A1" font-style="normal" font-weight="normal" /> color="#586e75" inverted-color="#93A1A1" font-style="normal" font-weight="normal" />
<style id="/LassoScript-HTML/Strings in Tags" <style id="/LassoScript-HTML/Strings in Tags"
color="#2AA198" inverted-color="#2AA198" font-style="normal" font-weight="normal" /> color="#2AA198" inverted-color="#2AA198" font-style="normal" font-weight="normal" />
<style id="/LassoScript-HTML/LassoScript Block in Strings" <style id="/LassoScript-HTML/LassoScript Block in Strings"
@ -948,25 +948,25 @@ If that happens, use these values:
<style id="/LassoScript-HTML/Strings in Tags 2" <style id="/LassoScript-HTML/Strings in Tags 2"
color="#2AA198" inverted-color="#2AA198" font-style="normal" font-weight="normal" /> color="#2AA198" inverted-color="#2AA198" font-style="normal" font-weight="normal" />
<style id="/LassoScript-HTML/LassoScript in Tags" <style id="/LassoScript-HTML/LassoScript in Tags"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
<style id="/LassoScript-HTML/LassoScript Code" <style id="/LassoScript-HTML/LassoScript Code"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
</mode> </mode>
<mode id="SEEMode.LESS"> <mode id="SEEMode.LESS">
<style id="_Default" <style id="_Default"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" background-color="#fdf6e3" inverted-background-color="#002b36" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" background-color="#fdf6e3" inverted-background-color="#002b36" />
<style id="/LESS/LESS Variables" <style id="/LESS/LESS Variables"
color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" /> color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" />
<style id="/LESS/Inside curly brackets" <style id="/LESS/Inside curly brackets"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
<style id="/LESS/LESS Keywords" <style id="/LESS/LESS Keywords"
color="#859900" inverted-color="#859900" font-style="normal" font-weight="normal" /> color="#859900" inverted-color="#859900" font-style="normal" font-weight="normal" />
<style id="/LESS/Mixins" <style id="/LESS/Mixins"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" />
<style id="/LESS/Attribute State" <style id="/LESS/Attribute State"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
<style id="/LESS/LESS Attributes" <style id="/LESS/LESS Attributes"
color="#93A1A1" inverted-color="#93A1A1" font-style="normal" font-weight="normal" /> color="#586e75" inverted-color="#93A1A1" font-style="normal" font-weight="normal" />
<style id="/LESS/LESS Operators" <style id="/LESS/LESS Operators"
color="#859900" inverted-color="#859900" font-style="normal" font-weight="normal" /> color="#859900" inverted-color="#859900" font-style="normal" font-weight="normal" />
<style id="/LESS/LESS Digits" <style id="/LESS/LESS Digits"
@ -984,21 +984,21 @@ If that happens, use these values:
<style id="/LESS/SingleString" <style id="/LESS/SingleString"
color="#2AA198" inverted-color="#2AA198" font-style="normal" font-weight="normal" /> color="#2AA198" inverted-color="#2AA198" font-style="normal" font-weight="normal" />
<style id="/LESS/Round bracket" <style id="/LESS/Round bracket"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
<style id="/LESS/URL" <style id="/LESS/URL"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" />
</mode> </mode>
<mode id="SEEMode.Markdown"> <mode id="SEEMode.Markdown">
<style id="_Default" <style id="_Default"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" background-color="#fdf6e3" inverted-background-color="#002b36" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" background-color="#fdf6e3" inverted-background-color="#002b36" />
<style id="/Markdown/Header" <style id="/Markdown/Header"
color="#859900" inverted-color="#859900" font-style="normal" font-weight="bold" /> color="#859900" inverted-color="#859900" font-style="normal" font-weight="bold" />
<style id="/Markdown/Setext Header" <style id="/Markdown/Setext Header"
color="#859900" inverted-color="#859900" font-style="normal" font-weight="bold" /> color="#859900" inverted-color="#859900" font-style="normal" font-weight="bold" />
<style id="/Markdown/Italic" <style id="/Markdown/Italic"
color="#586e75" inverted-color="#93a1a1" font-style="italic" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="italic" font-weight="normal" />
<style id="/Markdown/Bold" <style id="/Markdown/Bold"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="bold" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="bold" />
<style id="/Markdown/Link Text" <style id="/Markdown/Link Text"
color="#2AA198" inverted-color="#2AA198" font-style="normal" font-weight="normal" /> color="#2AA198" inverted-color="#2AA198" font-style="normal" font-weight="normal" />
<style id="/Markdown/Link URL" <style id="/Markdown/Link URL"
@ -1016,11 +1016,11 @@ If that happens, use these values:
<style id="/Markdown/Inline Code" <style id="/Markdown/Inline Code"
color="#93A1A1" inverted-color="#586e75" font-style="normal" font-weight="bold" /> color="#93A1A1" inverted-color="#586e75" font-style="normal" font-weight="bold" />
<style id="/Markdown/List Items" <style id="/Markdown/List Items"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
<style id="/Markdown/List Item Italic" <style id="/Markdown/List Item Italic"
color="#586e75" inverted-color="#93a1a1" font-style="italic" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="italic" font-weight="normal" />
<style id="/Markdown/List Item Bold" <style id="/Markdown/List Item Bold"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="bold" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="bold" />
<style id="/Markdown/List Item Link Text" <style id="/Markdown/List Item Link Text"
color="#2AA198" inverted-color="#2AA198" font-style="normal" font-weight="normal" /> color="#2AA198" inverted-color="#2AA198" font-style="normal" font-weight="normal" />
<style id="/Markdown/List Item Link URL" <style id="/Markdown/List Item Link URL"
@ -1032,15 +1032,15 @@ If that happens, use these values:
<style id="/Markdown/Bullets" <style id="/Markdown/Bullets"
color="#859900" inverted-color="#859900" font-style="normal" font-weight="bold" /> color="#859900" inverted-color="#859900" font-style="normal" font-weight="bold" />
<style id="/Markdown/Blockquotes" <style id="/Markdown/Blockquotes"
color="#586e75" inverted-color="#93a1a1" font-style="italic" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="italic" font-weight="normal" />
<style id="/Markdown/Quoted Header" <style id="/Markdown/Quoted Header"
color="#859900" inverted-color="#859900" font-style="italic" font-weight="bold" /> color="#859900" inverted-color="#859900" font-style="italic" font-weight="bold" />
<style id="/Markdown/Quoted Setext Header" <style id="/Markdown/Quoted Setext Header"
color="#859900" inverted-color="#859900" font-style="italic" font-weight="bold" /> color="#859900" inverted-color="#859900" font-style="italic" font-weight="bold" />
<style id="/Markdown/Quoted Italic" <style id="/Markdown/Quoted Italic"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
<style id="/Markdown/Quoted Bold" <style id="/Markdown/Quoted Bold"
color="#586e75" inverted-color="#93a1a1" font-style="italic" font-weight="bold" /> color="#657b83" inverted-color="#839496" font-style="italic" font-weight="bold" />
<style id="/Markdown/Quoted Link Text" <style id="/Markdown/Quoted Link Text"
color="#2AA198" inverted-color="#2AA198" font-style="italic" font-weight="normal" /> color="#2AA198" inverted-color="#2AA198" font-style="italic" font-weight="normal" />
<style id="/Markdown/Quoted Link URL" <style id="/Markdown/Quoted Link URL"
@ -1052,7 +1052,7 @@ If that happens, use these values:
</mode> </mode>
<mode id="SEEMode.Mustache"> <mode id="SEEMode.Mustache">
<style id="_Default" <style id="_Default"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" background-color="#fdf6e3" inverted-background-color="#002b36" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" background-color="#fdf6e3" inverted-background-color="#002b36" />
<style id="/Mustache/Sections" <style id="/Mustache/Sections"
color="#cb4b16" inverted-color="#cb4b16" font-style="normal" font-weight="normal" /> color="#cb4b16" inverted-color="#cb4b16" font-style="normal" font-weight="normal" />
<style id="/Mustache/Pragmas" <style id="/Mustache/Pragmas"
@ -1068,7 +1068,7 @@ If that happens, use these values:
<style id="/Mustache/HTML Tags" <style id="/Mustache/HTML Tags"
color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" /> color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" />
<style id="/Mustache/Attributes in HTML Tags" <style id="/Mustache/Attributes in HTML Tags"
color="#93A1A1" inverted-color="#93A1A1" font-style="normal" font-weight="normal" /> color="#586e75" inverted-color="#93A1A1" font-style="normal" font-weight="normal" />
<style id="/Mustache/Sections in HTML Tags" <style id="/Mustache/Sections in HTML Tags"
color="#cb4b16" inverted-color="#cb4b16" font-style="normal" font-weight="normal" /> color="#cb4b16" inverted-color="#cb4b16" font-style="normal" font-weight="normal" />
<style id="/Mustache/Unescaped Variables in HTML Tags" <style id="/Mustache/Unescaped Variables in HTML Tags"
@ -1094,7 +1094,7 @@ If that happens, use these values:
</mode> </mode>
<mode id="SEEMode.Lua"> <mode id="SEEMode.Lua">
<style id="_Default" <style id="_Default"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" background-color="#fdf6e3" inverted-background-color="#002b36" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" background-color="#fdf6e3" inverted-background-color="#002b36" />
<style id="/Lua/Literals" <style id="/Lua/Literals"
color="#B58900" inverted-color="#B58900" font-style="italic" font-weight="normal" /> color="#B58900" inverted-color="#B58900" font-style="italic" font-weight="normal" />
<style id="/Lua/Keywords" <style id="/Lua/Keywords"
@ -1122,9 +1122,9 @@ If that happens, use these values:
</mode> </mode>
<mode id="SEEMode.Objective-C"> <mode id="SEEMode.Objective-C">
<style id="_Default" <style id="_Default"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" background-color="#fdf6e3" inverted-background-color="#002b36" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" background-color="#fdf6e3" inverted-background-color="#002b36" />
<style id="/Objective-C/Messages" <style id="/Objective-C/Messages"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
<style id="/Objective-C/Cocoa Classes" <style id="/Objective-C/Cocoa Classes"
color="#859900" inverted-color="#859900" font-style="normal" font-weight="normal" /> color="#859900" inverted-color="#859900" font-style="normal" font-weight="normal" />
<style id="/Objective-C/Objective-C Keywords" <style id="/Objective-C/Objective-C Keywords"
@ -1158,7 +1158,7 @@ If that happens, use these values:
</mode> </mode>
<mode id="SEEMode.Objective-J"> <mode id="SEEMode.Objective-J">
<style id="_Default" <style id="_Default"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" background-color="#fdf6e3" inverted-background-color="#002b36" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" background-color="#fdf6e3" inverted-background-color="#002b36" />
<style id="/Objective-J/Numbers" <style id="/Objective-J/Numbers"
color="#D33682" inverted-color="#D33682" font-style="normal" font-weight="normal" /> color="#D33682" inverted-color="#D33682" font-style="normal" font-weight="normal" />
<style id="/Objective-J/Function Calls" <style id="/Objective-J/Function Calls"
@ -1194,7 +1194,7 @@ If that happens, use these values:
</mode> </mode>
<mode id="SEEMode.Perl"> <mode id="SEEMode.Perl">
<style id="_Default" <style id="_Default"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" background-color="#fdf6e3" inverted-background-color="#002b36" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" background-color="#fdf6e3" inverted-background-color="#002b36" />
<style id="/Perl/Keywords" <style id="/Perl/Keywords"
color="#859900" inverted-color="#859900" font-style="normal" font-weight="normal" /> color="#859900" inverted-color="#859900" font-style="normal" font-weight="normal" />
<style id="/Perl/Pragmas" <style id="/Perl/Pragmas"
@ -1252,13 +1252,13 @@ If that happens, use these values:
</mode> </mode>
<mode id="SEEMode.PHP-HTML"> <mode id="SEEMode.PHP-HTML">
<style id="_Default" <style id="_Default"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" background-color="#fdf6e3" inverted-background-color="#002b36" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" background-color="#fdf6e3" inverted-background-color="#002b36" />
<style id="/PHP-HTML/Entities" <style id="/PHP-HTML/Entities"
color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" /> color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" />
<style id="/PHP-HTML/PHP" <style id="/PHP-HTML/PHP"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
<style id="/PHP-HTML/PHP Delimiter" <style id="/PHP-HTML/PHP Delimiter"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
<style id="/PHP-HTML/PHP4 Functions" <style id="/PHP-HTML/PHP4 Functions"
color="#cb4b16" inverted-color="#cb4b16" font-style="normal" font-weight="normal" /> color="#cb4b16" inverted-color="#cb4b16" font-style="normal" font-weight="normal" />
<style id="/PHP-HTML/PHP Keywords" <style id="/PHP-HTML/PHP Keywords"
@ -1278,7 +1278,7 @@ If that happens, use these values:
<style id="/PHP-HTML/PHP Variables" <style id="/PHP-HTML/PHP Variables"
color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" /> color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" />
<style id="/PHP-HTML/PHP Function Declaration" <style id="/PHP-HTML/PHP Function Declaration"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
<style id="/PHP-HTML/PHP Magic Methods" <style id="/PHP-HTML/PHP Magic Methods"
color="#cb4b16" inverted-color="#cb4b16" font-style="normal" font-weight="normal" /> color="#cb4b16" inverted-color="#cb4b16" font-style="normal" font-weight="normal" />
<style id="/PHP-HTML/Function Name" <style id="/PHP-HTML/Function Name"
@ -1314,23 +1314,23 @@ If that happens, use these values:
<style id="/PHP-HTML/Escape" <style id="/PHP-HTML/Escape"
color="#93A1A1" inverted-color="#586e75" font-style="italic" font-weight="normal" /> color="#93A1A1" inverted-color="#586e75" font-style="italic" font-weight="normal" />
<style id="/PHP-HTML/Inline CSS" <style id="/PHP-HTML/Inline CSS"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
<style id="/PHP-HTML/Style Tags" <style id="/PHP-HTML/Style Tags"
color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" /> color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" />
<style id="/PHP-HTML/Opening Style Tag" <style id="/PHP-HTML/Opening Style Tag"
color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" /> color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" />
<style id="/PHP-HTML/Attributes in Tags" <style id="/PHP-HTML/Attributes in Tags"
color="#93A1A1" inverted-color="#93A1A1" font-style="normal" font-weight="normal" /> color="#586e75" inverted-color="#93A1A1" font-style="normal" font-weight="normal" />
<style id="/PHP-HTML/Strings in Tags" <style id="/PHP-HTML/Strings in Tags"
color="#2AA198" inverted-color="#2AA198" font-style="normal" font-weight="normal" /> color="#2AA198" inverted-color="#2AA198" font-style="normal" font-weight="normal" />
<style id="/PHP-HTML/Inside curly brackets" <style id="/PHP-HTML/Inside curly brackets"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
<style id="/CSS/CSS Keywords" <style id="/CSS/CSS Keywords"
color="#859900" inverted-color="#859900" font-style="normal" font-weight="normal" /> color="#859900" inverted-color="#859900" font-style="normal" font-weight="normal" />
<style id="/PHP-HTML/Attribute state" <style id="/PHP-HTML/Attribute state"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
<style id="/CSS/CSS Attributes" <style id="/CSS/CSS Attributes"
color="#93A1A1" inverted-color="#93A1A1" font-style="normal" font-weight="normal" /> color="#586e75" inverted-color="#93A1A1" font-style="normal" font-weight="normal" />
<style id="/CSS/CSS Digits" <style id="/CSS/CSS Digits"
color="#D33682" inverted-color="#D33682" font-style="normal" font-weight="normal" /> color="#D33682" inverted-color="#D33682" font-style="normal" font-weight="normal" />
<style id="/CSS/CSS Colors" <style id="/CSS/CSS Colors"
@ -1338,13 +1338,13 @@ If that happens, use these values:
<style id="/PHP-HTML/CSSComment" <style id="/PHP-HTML/CSSComment"
color="#93A1A1" inverted-color="#586e75" font-style="italic" font-weight="normal" /> color="#93A1A1" inverted-color="#586e75" font-style="italic" font-weight="normal" />
<style id="/PHP-HTML/CSSRound bracket" <style id="/PHP-HTML/CSSRound bracket"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
<style id="/PHP-HTML/CSSString" <style id="/PHP-HTML/CSSString"
color="#2AA198" inverted-color="#2AA198" font-style="normal" font-weight="normal" /> color="#2AA198" inverted-color="#2AA198" font-style="normal" font-weight="normal" />
<style id="/PHP-HTML/CSSSingleString" <style id="/PHP-HTML/CSSSingleString"
color="#2AA198" inverted-color="#2AA198" font-style="normal" font-weight="normal" /> color="#2AA198" inverted-color="#2AA198" font-style="normal" font-weight="normal" />
<style id="/PHP-HTML/Inline Javascript" <style id="/PHP-HTML/Inline Javascript"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
<style id="/PHP-HTML/Script Tags" <style id="/PHP-HTML/Script Tags"
color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" /> color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" />
<style id="/Javascript/Keywords" <style id="/Javascript/Keywords"
@ -1376,7 +1376,7 @@ If that happens, use these values:
</mode> </mode>
<mode id="SEEMode.Python"> <mode id="SEEMode.Python">
<style id="_Default" <style id="_Default"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" background-color="#fdf6e3" inverted-background-color="#002b36" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" background-color="#fdf6e3" inverted-background-color="#002b36" />
<style id="/Python/Special Attributes" <style id="/Python/Special Attributes"
color="#B58900" inverted-color="#B58900" font-style="normal" font-weight="normal" /> color="#B58900" inverted-color="#B58900" font-style="normal" font-weight="normal" />
<style id="/Python/Built-in Constants" <style id="/Python/Built-in Constants"
@ -1408,7 +1408,7 @@ If that happens, use these values:
</mode> </mode>
<mode id="SEEMode.Ruby"> <mode id="SEEMode.Ruby">
<style id="_Default" <style id="_Default"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" background-color="#fdf6e3" inverted-background-color="#002b36" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" background-color="#fdf6e3" inverted-background-color="#002b36" />
<style id="/Ruby/Literals" <style id="/Ruby/Literals"
color="#CB4B16" inverted-color="#CB4B16" font-style="normal" font-weight="normal" /> color="#CB4B16" inverted-color="#CB4B16" font-style="normal" font-weight="normal" />
<style id="/Ruby/Attribute Definitions" <style id="/Ruby/Attribute Definitions"
@ -1422,11 +1422,11 @@ If that happens, use these values:
<style id="/Ruby/Builtin Classes" <style id="/Ruby/Builtin Classes"
color="#859900" inverted-color="#859900" font-style="normal" font-weight="normal" /> color="#859900" inverted-color="#859900" font-style="normal" font-weight="normal" />
<style id="/Ruby/Builtin Globals" <style id="/Ruby/Builtin Globals"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
<style id="/Ruby/Numbers" <style id="/Ruby/Numbers"
color="#D33682" inverted-color="#D33682" font-style="normal" font-weight="normal" /> color="#D33682" inverted-color="#D33682" font-style="normal" font-weight="normal" />
<style id="/Ruby/Symbols" <style id="/Ruby/Symbols"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
<style id="/Ruby/Instance Variables" <style id="/Ruby/Instance Variables"
color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" /> color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" />
<style id="/Ruby/Class Variables" <style id="/Ruby/Class Variables"
@ -1466,13 +1466,13 @@ If that happens, use these values:
</mode> </mode>
<mode id="SEEMode.Smarty"> <mode id="SEEMode.Smarty">
<style id="_Default" <style id="_Default"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" background-color="#fdf6e3" inverted-background-color="#002b36" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" background-color="#fdf6e3" inverted-background-color="#002b36" />
<style id="/XML/Entities" <style id="/XML/Entities"
color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" /> color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" />
<style id="/Smarty/Smarty Comment" <style id="/Smarty/Smarty Comment"
color="#93A1A1" inverted-color="#586e75" font-style="normal" font-weight="normal" /> color="#93A1A1" inverted-color="#586e75" font-style="normal" font-weight="normal" />
<style id="/Smarty/Smarty Command" <style id="/Smarty/Smarty Command"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
<style id="/Smarty/Smarty Block" <style id="/Smarty/Smarty Block"
color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" /> color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" />
<style id="/Smarty/Variables" <style id="/Smarty/Variables"
@ -1496,7 +1496,7 @@ If that happens, use these values:
<style id="/Smarty/Strings2" <style id="/Smarty/Strings2"
color="#2AA198" inverted-color="#2AA198" font-style="normal" font-weight="normal" /> color="#2AA198" inverted-color="#2AA198" font-style="normal" font-weight="normal" />
<style id="/Smarty/Inline Javascript" <style id="/Smarty/Inline Javascript"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
<style id="/Smarty/Script Tags" <style id="/Smarty/Script Tags"
color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" /> color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" />
<style id="/Javascript/Keywords" <style id="/Javascript/Keywords"
@ -1510,7 +1510,7 @@ If that happens, use these values:
<style id="/Smarty/Opening Script Tag" <style id="/Smarty/Opening Script Tag"
color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" /> color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" />
<style id="/XML/Attributes in Tags" <style id="/XML/Attributes in Tags"
color="#93A1A1" inverted-color="#93A1A1" font-style="normal" font-weight="normal" /> color="#586e75" inverted-color="#93A1A1" font-style="normal" font-weight="normal" />
<style id="/XML/Strings in Tags" <style id="/XML/Strings in Tags"
color="#2AA198" inverted-color="#2AA198" font-style="normal" font-weight="normal" /> color="#2AA198" inverted-color="#2AA198" font-style="normal" font-weight="normal" />
<style id="/XML/Single Strings in Tags" <style id="/XML/Single Strings in Tags"
@ -1530,19 +1530,19 @@ If that happens, use these values:
<style id="/Javascript/SingleString" <style id="/Javascript/SingleString"
color="#2AA198" inverted-color="#2AA198" font-style="normal" font-weight="normal" /> color="#2AA198" inverted-color="#2AA198" font-style="normal" font-weight="normal" />
<style id="/Smarty/Inline CSS" <style id="/Smarty/Inline CSS"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
<style id="/Smarty/Style Tags" <style id="/Smarty/Style Tags"
color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" /> color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" />
<style id="/Smarty/Opening Style Tag" <style id="/Smarty/Opening Style Tag"
color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" /> color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" />
<style id="/CSS/Inside curly brackets" <style id="/CSS/Inside curly brackets"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
<style id="/CSS/CSS Keywords" <style id="/CSS/CSS Keywords"
color="#859900" inverted-color="#859900" font-style="normal" font-weight="normal" /> color="#859900" inverted-color="#859900" font-style="normal" font-weight="normal" />
<style id="/CSS/Attribute state" <style id="/CSS/Attribute state"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
<style id="/CSS/CSS Attributes" <style id="/CSS/CSS Attributes"
color="#93A1A1" inverted-color="#93A1A1" font-style="normal" font-weight="normal" /> color="#586e75" inverted-color="#93A1A1" font-style="normal" font-weight="normal" />
<style id="/CSS/CSS Digits" <style id="/CSS/CSS Digits"
color="#D33682" inverted-color="#D33682" font-style="normal" font-weight="normal" /> color="#D33682" inverted-color="#D33682" font-style="normal" font-weight="normal" />
<style id="/CSS/CSS Colors" <style id="/CSS/CSS Colors"
@ -1570,7 +1570,7 @@ If that happens, use these values:
<style id="/Smarty/HTML Tags" <style id="/Smarty/HTML Tags"
color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" /> color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" />
<style id="/Smarty/Attributes in HTML Tags" <style id="/Smarty/Attributes in HTML Tags"
color="#93A1A1" inverted-color="#93A1A1" font-style="normal" font-weight="normal" /> color="#586e75" inverted-color="#93A1A1" font-style="normal" font-weight="normal" />
<style id="/Smarty/Smarty Command in Tags" <style id="/Smarty/Smarty Command in Tags"
color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" /> color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" />
<style id="/Smarty/Strings in HTML Tags" <style id="/Smarty/Strings in HTML Tags"
@ -1582,7 +1582,7 @@ If that happens, use these values:
</mode> </mode>
<mode id="SEEMode.SQL"> <mode id="SEEMode.SQL">
<style id="_Default" <style id="_Default"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" background-color="#fdf6e3" inverted-background-color="#002b36" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" background-color="#fdf6e3" inverted-background-color="#002b36" />
<style id="/SQL/Types" <style id="/SQL/Types"
color="#859900" inverted-color="#859900" font-style="normal" font-weight="normal" /> color="#859900" inverted-color="#859900" font-style="normal" font-weight="normal" />
<style id="/SQL/Functions" <style id="/SQL/Functions"
@ -1608,13 +1608,13 @@ If that happens, use these values:
</mode> </mode>
<mode id="SEEMode.Twig-HTML"> <mode id="SEEMode.Twig-HTML">
<style id="_Default" <style id="_Default"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" background-color="#fdf6e3" inverted-background-color="#002b36" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" background-color="#fdf6e3" inverted-background-color="#002b36" />
<style id="/Twig-HTML/Entities" <style id="/Twig-HTML/Entities"
color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" /> color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" />
<style id="/Twig-HTML/Twig" <style id="/Twig-HTML/Twig"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
<style id="/Twig-HTML/Template Tag" <style id="/Twig-HTML/Template Tag"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
<style id="/Twig-HTML/Template Tags" <style id="/Twig-HTML/Template Tags"
color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" /> color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" />
<style id="/Twig-HTML/Double Quoted Strings" <style id="/Twig-HTML/Double Quoted Strings"
@ -1640,19 +1640,19 @@ If that happens, use these values:
<style id="/Twig-HTML/Escape" <style id="/Twig-HTML/Escape"
color="#93A1A1" inverted-color="#586e75" font-style="italic" font-weight="normal" /> color="#93A1A1" inverted-color="#586e75" font-style="italic" font-weight="normal" />
<style id="/Twig-HTML/Inline CSS" <style id="/Twig-HTML/Inline CSS"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
<style id="/Twig-HTML/Style Tags" <style id="/Twig-HTML/Style Tags"
color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" /> color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" />
<style id="/Twig-HTML/Opening Style Tag" <style id="/Twig-HTML/Opening Style Tag"
color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" /> color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" />
<style id="/Twig-HTML/Attributes in Tags" <style id="/Twig-HTML/Attributes in Tags"
color="#93A1A1" inverted-color="#93A1A1" font-style="normal" font-weight="normal" /> color="#586e75" inverted-color="#93A1A1" font-style="normal" font-weight="normal" />
<style id="/Twig-HTML/Strings in Tags" <style id="/Twig-HTML/Strings in Tags"
color="#2AA198" inverted-color="#2AA198" font-style="normal" font-weight="normal" /> color="#2AA198" inverted-color="#2AA198" font-style="normal" font-weight="normal" />
<style id="/Twig-HTML/Single Strings in Tags" <style id="/Twig-HTML/Single Strings in Tags"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
<style id="/Twig-HTML/Inline Javascript" <style id="/Twig-HTML/Inline Javascript"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
<style id="/Twig-HTML/Script Tags" <style id="/Twig-HTML/Script Tags"
color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" /> color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" />
<style id="/Javascript/Keywords" <style id="/Javascript/Keywords"
@ -1684,7 +1684,7 @@ If that happens, use these values:
</mode> </mode>
<mode id="SEEMode.Twig-JavaScript"> <mode id="SEEMode.Twig-JavaScript">
<style id="_Default" <style id="_Default"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" background-color="#fdf6e3" inverted-background-color="#002b36" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" background-color="#fdf6e3" inverted-background-color="#002b36" />
<style id="/Twig-JavaScript/Keywords" <style id="/Twig-JavaScript/Keywords"
color="#859900" inverted-color="#859900" font-style="normal" font-weight="normal" /> color="#859900" inverted-color="#859900" font-style="normal" font-weight="normal" />
<style id="/Twig-JavaScript/Numbers" <style id="/Twig-JavaScript/Numbers"
@ -1694,9 +1694,9 @@ If that happens, use these values:
<style id="/Twig-JavaScript/FunctionRegex" <style id="/Twig-JavaScript/FunctionRegex"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" />
<style id="/Twig-JavaScript/Twig" <style id="/Twig-JavaScript/Twig"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
<style id="/Twig-JavaScript/Template Tag" <style id="/Twig-JavaScript/Template Tag"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
<style id="/Twig-JavaScript/Template Tags" <style id="/Twig-JavaScript/Template Tags"
color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" /> color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" />
<style id="/Twig-JavaScript/Double Quoted Strings" <style id="/Twig-JavaScript/Double Quoted Strings"
@ -1726,13 +1726,13 @@ If that happens, use these values:
</mode> </mode>
<mode id="SEEMode.Twig-XML"> <mode id="SEEMode.Twig-XML">
<style id="_Default" <style id="_Default"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" background-color="#fdf6e3" inverted-background-color="#002b36" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" background-color="#fdf6e3" inverted-background-color="#002b36" />
<style id="/Twig-XML/Entities" <style id="/Twig-XML/Entities"
color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" /> color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" />
<style id="/Twig-XML/Twig" <style id="/Twig-XML/Twig"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
<style id="/Twig-XML/Template Tag" <style id="/Twig-XML/Template Tag"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
<style id="/Twig-XML/Template Tags" <style id="/Twig-XML/Template Tags"
color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" /> color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" />
<style id="/Twig-XML/Double Quoted Strings" <style id="/Twig-XML/Double Quoted Strings"
@ -1760,7 +1760,7 @@ If that happens, use these values:
<style id="/Twig-XML/Tags" <style id="/Twig-XML/Tags"
color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" /> color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" />
<style id="/Twig-XML/Attributes in Tags" <style id="/Twig-XML/Attributes in Tags"
color="#93A1A1" inverted-color="#93A1A1" font-style="normal" font-weight="normal" /> color="#586e75" inverted-color="#93A1A1" font-style="normal" font-weight="normal" />
<style id="/Twig-XML/Strings in Tags" <style id="/Twig-XML/Strings in Tags"
color="#2AA198" inverted-color="#2AA198" font-style="normal" font-weight="normal" /> color="#2AA198" inverted-color="#2AA198" font-style="normal" font-weight="normal" />
<style id="/Twig-XML/Single Strings in Tags" <style id="/Twig-XML/Single Strings in Tags"
@ -1768,7 +1768,7 @@ If that happens, use these values:
</mode> </mode>
<mode id="SEEMode.XML"> <mode id="SEEMode.XML">
<style id="_Default" <style id="_Default"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" background-color="#fdf6e3" inverted-background-color="#002b36" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" background-color="#fdf6e3" inverted-background-color="#002b36" />
<style id="/XML/Entities" <style id="/XML/Entities"
color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" /> color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" />
<style id="/XML/Comment" <style id="/XML/Comment"
@ -1784,7 +1784,7 @@ If that happens, use these values:
<style id="/XML/Tags" <style id="/XML/Tags"
color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" /> color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" />
<style id="/XML/Attributes in Tags" <style id="/XML/Attributes in Tags"
color="#93A1A1" inverted-color="#93A1A1" font-style="normal" font-weight="normal" /> color="#586e75" inverted-color="#93A1A1" font-style="normal" font-weight="normal" />
<style id="/XML/Strings in Tags" <style id="/XML/Strings in Tags"
color="#2AA198" inverted-color="#2AA198" font-style="normal" font-weight="normal" /> color="#2AA198" inverted-color="#2AA198" font-style="normal" font-weight="normal" />
<style id="/XML/Single Strings in Tags" <style id="/XML/Single Strings in Tags"
@ -1792,11 +1792,11 @@ If that happens, use these values:
</mode> </mode>
<mode id="SEEMode.YAML"> <mode id="SEEMode.YAML">
<style id="_Default" <style id="_Default"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" background-color="#fdf6e3" inverted-background-color="#002b36" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" background-color="#fdf6e3" inverted-background-color="#002b36" />
<style id="/YAML/Keywords" <style id="/YAML/Keywords"
color="#859900" inverted-color="#859900" font-style="normal" font-weight="normal" /> color="#859900" inverted-color="#859900" font-style="normal" font-weight="normal" />
<style id="/YAML/Other keywords" <style id="/YAML/Other keywords"
color="#586e75" inverted-color="#93a1a1" font-style="italic" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="italic" font-weight="normal" />
<style id="/YAML/Variables" <style id="/YAML/Variables"
color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" /> color="#268BD2" inverted-color="#268BD2" font-style="normal" font-weight="normal" />
<style id="/YAML/Comment" <style id="/YAML/Comment"
@ -1806,7 +1806,7 @@ If that happens, use these values:
<style id="/YAML/String" <style id="/YAML/String"
color="#2AA198" inverted-color="#2AA198" font-style="normal" font-weight="normal" /> color="#2AA198" inverted-color="#2AA198" font-style="normal" font-weight="normal" />
<style id="/YAML/Inline Javascript" <style id="/YAML/Inline Javascript"
color="#586e75" inverted-color="#93a1a1" font-style="normal" font-weight="normal" /> color="#657b83" inverted-color="#839496" font-style="normal" font-weight="normal" />
<style id="/YAML/Script Tags" <style id="/YAML/Script Tags"
color="#268BD2" inverted-color="#268BD2" font-style="italic" font-weight="normal" /> color="#268BD2" inverted-color="#268BD2" font-style="italic" font-weight="normal" />
<style id="/Javascript/Keywords" <style id="/Javascript/Keywords"
@ -1820,7 +1820,7 @@ If that happens, use these values:
<style id="/YAML/Opening Script Tag" <style id="/YAML/Opening Script Tag"
color="#268BD2" inverted-color="#268BD2" font-style="italic" font-weight="normal" /> color="#268BD2" inverted-color="#268BD2" font-style="italic" font-weight="normal" />
<style id="/XML/Attributes in Tags" <style id="/XML/Attributes in Tags"
color="#93A1A1" inverted-color="#93A1A1" font-style="normal" font-weight="normal" /> color="#586e75" inverted-color="#93A1A1" font-style="normal" font-weight="normal" />
<style id="/XML/Strings in Tags" <style id="/XML/Strings in Tags"
color="#2AA198" inverted-color="#2AA198" font-style="normal" font-weight="normal" /> color="#2AA198" inverted-color="#2AA198" font-style="normal" font-weight="normal" />
<style id="/XML/Single Strings in Tags" <style id="/XML/Single Strings in Tags"