我的Notepad++ 颜色配置主题

2023-05-16

1. 把下面XML代码保存成XML文件, 例如: MyStyle.xml;
2. 把文件拷贝到Notepad++的themes目录, 例如: "C:\Program Files (x86)\Notepad++\themes";
3. 打开Notepad++, 点击菜单: 设置|语言格式设置|选择"MyStyle"主题;
4. OK;

基于Notepad++的Monokai.xml主题修改, 字体全部选用Consolas和加粗.

<?xml version="1.0" encoding="Windows-1252" ?>
<!--//

Monokai
Copyright (c) 2008 Fabio Zendhi Nagao <http://zend.lojcomm.com.br/>

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

Requirements:
    * This style is based on DejaVu fonts <http://dejavu.sourceforge.net/wiki/index.php/Main_Page>.
    * Notepad++, of course.

Installation:
    Copy this file to C:\Documents and Settings\%%USERNAME%%\Application Data\Notepad++\

About:
    This styler has been built by Textmate theme to Notepad++ styler <http://framework.lojcomm.com.br/tmTheme2nppStyler/>

Credits:
    Thanks for the original Textmate theme author.
    Thanks for Fabio Zendhi Nagao for the tmTheme2nppStyler.
    Thanks for the user for the tmTheme source.

//-->
<NotepadPlus>
    <LexerStyles>
        <LexerType name="c" desc="C" ext="">
            <WordsStyle name="PREPROCESSOR" styleID="9" fgColor="F92672" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="DEFAULT" styleID="11" fgColor="F8F8F2" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="66D9EF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" keywordClass="instre1" />
            <WordsStyle name="TYPEWORD" styleID="16" fgColor="F92672" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" keywordClass="type1" />
            <WordsStyle name="NUMBER" styleID="4" fgColor="AE81FF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="STRING" styleID="6" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="CHARACTER" styleID="7" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="OPERATOR" styleID="10" fgColor="F92672" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="VERBATIM" styleID="13" fgColor="AE81FF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="REGEX" styleID="14" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT" styleID="1" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT LINE" styleID="2" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT DOC" styleID="3" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
        </LexerType>
        <LexerType name="cpp" desc="C++" ext="">
            <WordsStyle name="PREPROCESSOR" styleID="9" fgColor="FF80C0" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="DEFAULT" styleID="11" fgColor="C0C0C0" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="66D9EF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" keywordClass="instre1" />
            <WordsStyle name="TYPE WORD" styleID="16" fgColor="0080C0" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" keywordClass="type1" />
            <WordsStyle name="NUMBER" styleID="4" fgColor="AE81FF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="STRING" styleID="6" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="CHARACTER" styleID="7" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="OPERATOR" styleID="10" fgColor="FF8000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="VERBATIM" styleID="13" fgColor="AE81FF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="REGEX" styleID="14" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT" styleID="1" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT LINE" styleID="2" fgColor="008000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT DOC" styleID="3" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
        </LexerType>
        <LexerType name="java" desc="Java" ext="">
            <WordsStyle name="PREPROCESSOR" styleID="9" fgColor="F92672" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="DEFAULT" styleID="11" fgColor="F8F8F2" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="66D9EF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" keywordClass="instre1" />
            <WordsStyle name="TYPE WORD" styleID="16" fgColor="F92672" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" keywordClass="type1" />
            <WordsStyle name="NUMBER" styleID="4" fgColor="AE81FF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="STRING" styleID="6" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="CHARACTER" styleID="7" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="OPERATOR" styleID="10" fgColor="F92672" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="VERBATIM" styleID="13" fgColor="AE81FF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="REGEX" styleID="14" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT" styleID="1" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT LINE" styleID="2" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT DOC" styleID="3" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
        </LexerType>
        <LexerType name="cs" desc="C#" ext="">
            <WordsStyle name="PREPROCESSOR" styleID="9" fgColor="F92672" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="DEFAULT" styleID="11" fgColor="F8F8F2" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="66D9EF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" keywordClass="instre1" />
            <WordsStyle name="TYPE WORD" styleID="16" fgColor="F92672" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="NUMBER" styleID="4" fgColor="AE81FF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="STRING" styleID="6" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="CHARACTER" styleID="7" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="OPERATOR" styleID="10" fgColor="F92672" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="VERBATIM" styleID="13" fgColor="AE81FF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="REGEX" styleID="14" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT" styleID="1" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT LINE" styleID="2" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT DOC" styleID="3" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
        </LexerType>
        <LexerType name="rc" desc="RC" ext="">
            <WordsStyle name="PREPROCESSOR" styleID="9" fgColor="F92672" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="DEFAULT" styleID="11" fgColor="F8F8F2" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="66D9EF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" keywordClass="instre1" />
            <WordsStyle name="TYPE WORD" styleID="16" fgColor="F92672" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="NUMBER" styleID="4" fgColor="AE81FF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="STRING" styleID="6" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="CHARACTER" styleID="7" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="OPERATOR" styleID="10" fgColor="F92672" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="VERBATIM" styleID="13" fgColor="AE81FF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="REGEX" styleID="14" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT" styleID="1" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT LINE" styleID="2" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT DOC" styleID="3" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
        </LexerType>
        <LexerType name="tcl" desc="TCL" ext="">
            <WordsStyle name="PREPROCESSOR" styleID="9" fgColor="F92672" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="DEFAULT" styleID="11" fgColor="F8F8F2" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="66D9EF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" keywordClass="instre1" />
            <WordsStyle name="TYPE WORD" styleID="16" fgColor="F92672" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" keywordClass="type1" />
            <WordsStyle name="NUMBER" styleID="4" fgColor="AE81FF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="STRING" styleID="6" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="CHARACTER" styleID="7" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="OPERATOR" styleID="10" fgColor="F92672" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="VERBATIM" styleID="13" fgColor="AE81FF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="REGEX" styleID="14" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT" styleID="1" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT LINE" styleID="2" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT DOC" styleID="3" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
        </LexerType>
        <LexerType name="objc" desc="Objective-C" ext="">
            <WordsStyle name="DIRECTIVE" styleID="19" fgColor="F92672" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" keywordClass="instre2" />
            <WordsStyle name="DEFAULT" styleID="11" fgColor="F8F8F2" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="QUALIFIER" styleID="20" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" keywordClass="type2" />
            <WordsStyle name="PREPROCESSOR" styleID="9" fgColor="F92672" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="66D9EF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" keywordClass="instre1" />
            <WordsStyle name="TYPE WORD" styleID="16" fgColor="F92672" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" keywordClass="type1" />
            <WordsStyle name="NUMBER" styleID="4" fgColor="AE81FF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="STRING" styleID="6" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="CHARACTER" styleID="7" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="OPERATOR" styleID="10" fgColor="F92672" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="VERBATIM" styleID="13" fgColor="AE81FF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="REGEX" styleID="14" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT" styleID="1" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT LINE" styleID="2" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT DOC" styleID="3" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
        </LexerType>
        <LexerType name="sql" desc="SQL" ext="">
            <WordsStyle name="KEYWORD" styleID="5" fgColor="F92672" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" keywordClass="instre1" />
            <WordsStyle name="NUMBER" styleID="4" fgColor="AE81FF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="STRING" styleID="6" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="STRING2" styleID="7" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="OPERATOR" styleID="10" fgColor="F92672" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT" styleID="1" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT LINE" styleID="2" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
        </LexerType>
        <LexerType name="html" desc="HTML" ext="">
            <WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F2" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT" styleID="9" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="NUMBER" styleID="5" fgColor="AE81FF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="DOUBLESTRING" styleID="6" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="SINGLESTRING" styleID="7" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="TAG" styleID="1" fgColor="F92672" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="TAGEND" styleID="11" fgColor="F92672" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="TAGUNKNOWN" styleID="2" fgColor="F92672" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="ATTRIBUTE" styleID="3" fgColor="A6E22E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="ATTRIBUTEUNKNOWN" styleID="4" fgColor="A6E22E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="SGMLDEFAULT" styleID="21" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="CDATA" styleID="17" fgColor="AE81FF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="VALUE" styleID="19" fgColor="AE81FF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="ENTITY" styleID="10" fgColor="AE81FF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
        </LexerType>
        <LexerType name="php" desc="php" ext="">
            <WordsStyle name="QUESTION MARK" styleID="18" fgColor="F8F8F2" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="DEFAULT" styleID="118" fgColor="F8F8F2" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="STRING" styleID="119" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="STRING VARIABLE" styleID="126" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="SIMPLESTRING" styleID="120" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="WORD" styleID="121" fgColor="F92672" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" keywordClass="instre1" />
            <WordsStyle name="NUMBER" styleID="122" fgColor="AE81FF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="VARIABLE" styleID="123" fgColor="F8F8F2" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT" styleID="124" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENTLINE" styleID="125" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="OPERATOR" styleID="127" fgColor="F92672" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
        </LexerType>
        <LexerType name="javascript" desc="Javascript" ext="">
            <WordsStyle name="DEFAULT" styleID="41" fgColor="F8F8F2" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="NUMBER" styleID="45" fgColor="AE81FF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="WORD" styleID="46" fgColor="F8F8F2" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="KEYWORD" styleID="47" fgColor="F92672" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" keywordClass="instre1" />
            <WordsStyle name="DOUBLESTRING" styleID="48" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="SINGLESTRING" styleID="49" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="SYMBOLS" styleID="50" fgColor="F8F8F2" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="STRINGEOL" styleID="51" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="REGEX" styleID="52" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT" styleID="42" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENTLINE" styleID="43" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENTDOC" styleID="44" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
        </LexerType>
        <LexerType name="asp" desc="asp" ext="asp">
            <WordsStyle name="DEFAULT" styleID="81" fgColor="F8F8F2" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENTLINE" styleID="82" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="NUMBER" styleID="83" fgColor="AE81FF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="WORD" styleID="84" fgColor="F92672" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" keywordClass="instre1" />
            <WordsStyle name="STRING" styleID="85" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="STRINGEOL" styleID="87" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="IDENTIFIER" styleID="86" fgColor="66D9EF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="ASPSYBOL" styleID="15" fgColor="F8F8F2" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="SCRIPTTYPE" styleID="16" fgColor="F8F8F2" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
        </LexerType>
        <LexerType name="xml" desc="XML" ext="">
            <WordsStyle name="XMLSTART" styleID="12" fgColor="F8F8F2" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="XMLEND" styleID="13" fgColor="F8F8F2" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F2" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT" styleID="9" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="NUMBER" styleID="5" fgColor="AE81FF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="DOUBLESTRING" styleID="6" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="SINGLESTRING" styleID="7" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="TAG" styleID="1" fgColor="F92672" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="TAGEND" styleID="11" fgColor="F92672" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="TAGUNKNOWN" styleID="2" fgColor="F92672" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="ATTRIBUTE" styleID="3" fgColor="A6E22E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="ATTRIBUTEUNKNOWN" styleID="4" fgColor="A6E22E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="SGMLDEFAULT" styleID="21" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="CDATA" styleID="17" fgColor="AE81FF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
        </LexerType>
        <LexerType name="ini" desc="ini file" ext="">
            <WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F2" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT" styleID="1" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="SECTION" styleID="2" fgColor="A6E22E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="ASSIGNMENT" styleID="3" fgColor="F92672" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="DEFVAL" styleID="4" fgColor="A6E22E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
        </LexerType>
        <LexerType name="props" desc="Properties file" ext="">
            <WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F2" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT" styleID="1" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="ASSIGNMENT" styleID="3" fgColor="F92672" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="DEFVAL" styleID="4" fgColor="A6E22E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
        </LexerType>
        <LexerType name="diff" desc="DIFF" ext="">
            <WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F2" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT" styleID="1" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMAND" styleID="2" fgColor="66D9EF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="HEADER" styleID="3" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="POSITION" styleID="4" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="DELETED" styleID="5" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="ADDED" styleID="6" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
        </LexerType>
        <LexerType name="nfo" desc="Dos Style" ext="">
            <WordsStyle name="DEFAULT" styleID="32" fgColor="F8F8F2" bgColor="272822" fontSize="" fontStyle="1" />
        </LexerType>
        <LexerType name="makefile" desc="Makefile" ext="">
            <WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F2" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT" styleID="1" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="PREPROCESSOR" styleID="2" fgColor="F92672" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="IDENTIFIER" styleID="3" fgColor="66D9EF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="OPERATOR" styleID="4" fgColor="F92672" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="TARGET" styleID="5" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="IDEOL" styleID="9" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
        </LexerType>
        <LexerType name="vb" desc="VB / VBS" ext="">
            <WordsStyle name="DEFAULT" styleID="7" fgColor="F8F8F2" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT" styleID="1" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="NUMBER" styleID="2" fgColor="AE81FF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="WORD" styleID="3" fgColor="F92672" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" keywordClass="instre1" />
            <WordsStyle name="STRING" styleID="4" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="PREPROCESSOR" styleID="5" fgColor="F92672" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="OPERATOR" styleID="6" fgColor="F92672" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="DATE" styleID="8" fgColor="F8F8F2" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
        </LexerType>
        <LexerType name="css" desc="CSS" ext="">
            <WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F2" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="TAG" styleID="1" fgColor="F92672" bgColor="272822" fontName="Batang" fontStyle="1" fontSize="10" />
            <WordsStyle name="CLASS" styleID="2" fgColor="A6E22E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="PSEUDOCLASS" styleID="3" fgColor="A6E22E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="UNKNOWN_PSEUDOCLASS" styleID="4" fgColor="A6E22E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="OPERATOR" styleID="5" fgColor="F92672" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="IDENTIFIER" styleID="6" fgColor="66D9EF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" keywordClass="instre1" />
            <WordsStyle name="UNKNOWN_IDENTIFIER" styleID="7" fgColor="66D9EF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="VALUE" styleID="8" fgColor="AE81FF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT" styleID="9" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="ID" styleID="10" fgColor="A6E22E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="IMPORTANT" styleID="11" fgColor="F92672" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="DIRECTIVE" styleID="12" fgColor="F92672" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
        </LexerType>
        <LexerType name="pascal" desc="Pascal" ext="">
            <WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F2" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="PREPROCESSOR" styleID="9" fgColor="F92672" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="IDENTIFIER" styleID="11" fgColor="66D9EF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="66D9EF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" keywordClass="instre1" />
            <WordsStyle name="NUMBER" styleID="4" fgColor="AE81FF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="CHARACTER" styleID="7" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="OPERATOR" styleID="10" fgColor="F92672" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="REGEX" styleID="14" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT" styleID="1" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT LINE" styleID="2" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT DOC" styleID="3" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
        </LexerType>
        <LexerType name="perl" desc="Perl" ext="">
            <WordsStyle name="PREPROCESSOR" styleID="9" fgColor="F92672" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F2" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="66D9EF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" keywordClass="instre1" />
            <WordsStyle name="NUMBER" styleID="4" fgColor="AE81FF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="STRING" styleID="6" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="CHARACTER" styleID="7" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="OPERATOR" styleID="10" fgColor="F92672" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="REGEX" styleID="17" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT LINE" styleID="2" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="SCALAR" styleID="12" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="ARRAY" styleID="13" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="HASH" styleID="14" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="SYMBOL TABLE" styleID="15" fgColor="F8F8F2" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="PUNCTUATION" styleID="8" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="POD" styleID="3" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="ERROR" styleID="1" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="LONGQUOTE" styleID="19" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="DATASECTION" styleID="21" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="REGSUBST" styleID="18" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="BACKTICKS" styleID="20" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
        </LexerType>
        <LexerType name="python" desc="Python" ext="">
            <WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F2" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENTLINE" styleID="1" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="NUMBER" styleID="2" fgColor="AE81FF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="STRING" styleID="3" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="CHARACTER" styleID="4" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="KEYWORDS" styleID="5" fgColor="F92672" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" keywordClass="instre1" />
            <WordsStyle name="TRIPLE" styleID="6" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="TRIPLEDOUBLE" styleID="7" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="CLASSNAME" styleID="8" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="DEFNAME" styleID="9" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="OPERATOR" styleID="10" fgColor="F92672" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="IDENTIFIER" styleID="11" fgColor="66D9EF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENTBLOCK" styleID="12" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="STRINGEOL" styleID="12" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
        </LexerType>
        <LexerType name="batch" desc="Batch" ext="">
            <WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F2" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT" styleID="1" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="KEYWORDS" styleID="2" fgColor="F92672" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" keywordClass="instre1" />
            <WordsStyle name="LABEL" styleID="3" fgColor="A6E22E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="HIDE SYBOL" styleID="4" fgColor="F92672" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMAND" styleID="5" fgColor="66D9EF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="VARIABLE" styleID="6" fgColor="F8F8F2" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="OPERATOR" styleID="7" fgColor="F92672" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
        </LexerType>
        <LexerType name="lua" desc="Lua" ext="">
            <WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F2" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT" styleID="1" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT LINE" styleID="2" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT DOC" styleID="3" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="LITERALSTRING" styleID="8" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="PREPROCESSOR" styleID="9" fgColor="F92672" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="66D9EF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" keywordClass="instre1" />
            <WordsStyle name="NUMBER" styleID="4" fgColor="AE81FF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="STRING" styleID="6" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="CHARACTER" styleID="7" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="OPERATOR" styleID="10" fgColor="F92672" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="FUNC1" styleID="13" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" keywordClass="instre2" />
            <WordsStyle name="FUNC2" styleID="14" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" keywordClass="type1" />
            <WordsStyle name="FUNC3" styleID="15" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" keywordClass="type2" />
        </LexerType>
        <LexerType name="tex" desc="TeX" ext="">
            <WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F2" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="SPECIAL" styleID="1" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="GROUP" styleID="2" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="SYMBOL" styleID="3" fgColor="F8F8F2" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMAND" styleID="4" fgColor="66D9EF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="TEXT" styleID="5" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
        </LexerType>
        <LexerType name="nsis" desc="NSIS" ext="">
            <WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F2" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENTLINE" styleID="1" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="STRING DOUBLE QUOTE" styleID="2" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="STRING LEFT QUOTE" styleID="3" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="STRING RIGHT QUOTE" styleID="4" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="FUNCTION" styleID="5" fgColor="66D9EF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" keywordClass="instre1" />
            <WordsStyle name="VARIABLE" styleID="6" fgColor="F8F8F2" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" keywordClass="instre2" />
            <WordsStyle name="LABEL" styleID="7" fgColor="A6E22E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" keywordClass="type1" />
            <WordsStyle name="USER DEFINED" styleID="8" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" keywordClass="type2" />
            <WordsStyle name="SECTION" styleID="9" fgColor="A6E22E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="SUBSECTION" styleID="10" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="IF DEFINE" styleID="11" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="MACRO" styleID="12" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="STRING VAR" styleID="13" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="NUMBER" styleID="14" fgColor="AE81FF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="SECTION GROUP" styleID="15" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="PAGE EX" styleID="16" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="FUNCTION DEFINITIONS" styleID="17" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT" styleID="18" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
        </LexerType>
        <LexerType name="actionscript" desc="ActionScript" ext="">
            <!--
            <WordsStyle name="DIRECTIVE" styleID="19" fgColor="F92672" bgColor="272822" fontName="Consolas" fontStyle="" fontSize="10" keywordClass="instre2" />
            -->
            <WordsStyle name="DEFAULT" styleID="11" fgColor="F8F8F2" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="FUNCTION" styleID="20" fgColor="66D9EF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" keywordClass="type2" />
            <WordsStyle name="PREPROCESSOR" styleID="9" fgColor="F92672" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="66D9EF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" keywordClass="instre1" />
            <WordsStyle name="TYPE WORD" styleID="16" fgColor="F92672" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" keywordClass="type1" />
            <WordsStyle name="NUMBER" styleID="4" fgColor="AE81FF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="STRING" styleID="6" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="CHARACTER" styleID="7" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="OPERATOR" styleID="10" fgColor="F92672" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="VERBATIM" styleID="13" fgColor="AE81FF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="REGEX" styleID="14" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT" styleID="1" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT LINE" styleID="2" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT DOC" styleID="3" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
        </LexerType>
        <LexerType name="bash" desc="bash" ext="">
            <WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F2" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="ERROR" styleID="1" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="INSTRUCTION WORD" styleID="4" fgColor="66D9EF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" keywordClass="instre1" />
            <WordsStyle name="NUMBER" styleID="3" fgColor="AE81FF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="STRING" styleID="5" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="CHARACTER" styleID="6" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="OPERATOR" styleID="7" fgColor="F92672" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="IDENTIFIER" styleID="8" fgColor="66D9EF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="SCALAR" styleID="9" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT LINE" styleID="2" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="PARAM" styleID="10" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="BACKTICKS" styleID="11" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="HERE DELIM" styleID="12" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="HERE Q" styleID="13" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
        </LexerType>
        <LexerType name="fortran" desc="Fortran" ext="">
            <WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F2" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT" styleID="1" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="NUMBER" styleID="2" fgColor="AE81FF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="STRING" styleID="3" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="STRING2" styleID="4" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="STRINGEOL" styleID="5" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="OPERATOR" styleID="6" fgColor="F92672" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="IDENTIFIER" styleID="7" fgColor="66D9EF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="INSTRUCTION WORD" styleID="8" fgColor="66D9EF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" keywordClass="instre1" />
            <WordsStyle name="FUNCTION1" styleID="9" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" keywordClass="instre2" />
            <WordsStyle name="FUNCTION2" styleID="10" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" keywordClass="type1" />
            <WordsStyle name="PREPROCESSOR" styleID="11" fgColor="F92672" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="OPERATOR2" styleID="12" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="LABEL" styleID="13" fgColor="A6E22E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="CONTINUATION" styleID="14" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
        </LexerType>
        <LexerType name="lisp" desc="LISP" ext="">
            <WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F2" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENTLINE" styleID="1" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="NUMBER" styleID="2" fgColor="AE81FF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="FUNCTION WORD" styleID="3" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" keywordClass="instre1" />
            <WordsStyle name="SYMBOL" styleID="5" fgColor="F8F8F2" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="STRING" styleID="6" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="STRINGEOL" styleID="8" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="IDENTIFIER" styleID="9" fgColor="66D9EF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="OPERATOR" styleID="10" fgColor="F92672" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" keywordClass="type1" />
            <WordsStyle name="SPECIAL" styleID="11" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT" styleID="12" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
        </LexerType>
        <LexerType name="asm" desc="Assembler" ext="">
            <WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F2" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT" styleID="1" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="NUMBER" styleID="2" fgColor="AE81FF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="STRING" styleID="3" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="OPERATOR" styleID="4" fgColor="F92672" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="IDENTIFIER" styleID="5" fgColor="66D9EF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="CPU INSTRUCTION" styleID="6" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" keywordClass="instre1" />
            <WordsStyle name="MATH INSTRUCTION" styleID="7" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" keywordClass="instre2" />
            <WordsStyle name="REGISTER" styleID="8" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" keywordClass="type1" />
            <WordsStyle name="DIRECTIVE" styleID="9" fgColor="F92672" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" keywordClass="type2" />
            <WordsStyle name="DIRECTIVE OPERAND" styleID="10" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" keywordClass="type3" />
            <WordsStyle name="COMMENT BLOCK" styleID="11" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="CHARACTER" styleID="12" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="STRINGEOL" styleID="13" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="EXT INSTRUCTION" styleID="14" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" keywordClass="type4" />
        </LexerType>
        <LexerType name="ruby" desc="Ruby" ext="">
            <WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F2" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="ERROR" styleID="1" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENTLINE" styleID="2" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="POD" styleID="3" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="NUMBER" styleID="4" fgColor="AE81FF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="INSTRUCTION" styleID="5" fgColor="F92672" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" keywordClass="instre1" />
            <WordsStyle name="STRING" styleID="6" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="CHARACTER" styleID="7" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="CLASS NAME" styleID="8" fgColor="F8F8F2" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="DEF NAME" styleID="9" fgColor="A6E22E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="OPERATOR" styleID="10" fgColor="F92672" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="IDENTIFIER" styleID="11" fgColor="66D9EF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="REGEX" styleID="12" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="GLOBAL" styleID="13" fgColor="F8F8F2" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="SYMBOL" styleID="14" fgColor="F8F8F2" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="MODULE NAME" styleID="15" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="INSTANCE VAR" styleID="16" fgColor="F8F8F2" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="CLASS VAR" styleID="17" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="BACKTICKS" styleID="18" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="DATA SECTION" styleID="19" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="STRING Q" styleID="24" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
        </LexerType>
        <LexerType name="postscript" desc="Postscript" ext="">
            <WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F2" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT" styleID="1" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="DSC COMMENT" styleID="2" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="DSC VALUE" styleID="3" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="NUMBER" styleID="4" fgColor="AE81FF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="Name" styleID="5" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="INSTRUCTION" styleID="6" fgColor="F92672" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" keywordClass="instre1" />
            <WordsStyle name="LITERAL" styleID="7" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="IMMEVAL" styleID="8" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="PAREN ARRAY" styleID="9" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="PAREN DICT" styleID="10" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="PAREN PROC" styleID="11" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="TEXT" styleID="12" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="HEX STRING" styleID="13" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="BASE85 STRING" styleID="14" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="BAD STRING CHAR" styleID="15" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
        </LexerType>
        <LexerType name="vhdl" desc="VHDL" ext="">
            <WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F2" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT" styleID="1" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT LIne" styleID="2" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="NUMBER" styleID="3" fgColor="AE81FF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="STRING" styleID="4" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="OPERATOR" styleID="5" fgColor="F92672" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="IDENTIFIER" styleID="6" fgColor="66D9EF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="STRING EOL" styleID="7" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="INSTRUCTION" styleID="8" fgColor="F92672" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" keywordClass="instre1" />
            <WordsStyle name="STD OPERATOR" styleID="9" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" keywordClass="instre2" />
            <WordsStyle name="ATTRIBUTE" styleID="10" fgColor="A6E22E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" keywordClass="type1" />
            <WordsStyle name="DIRECTIVE" styleID="9" fgColor="F92672" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="DIRECTIVE OPERAND" styleID="10" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="STD FUNCTION" styleID="11" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" keywordClass="type2" />
            <WordsStyle name="STD PACKAGE" styleID="12" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" keywordClass="type3" />
            <WordsStyle name="STD TYPE" styleID="13" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" keywordClass="type4" />
            <WordsStyle name="USER DEFINE" styleID="14" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" keywordClass="type5" />
        </LexerType>
        <LexerType name="smalltalk" desc="Smalltalk" ext="">
            <WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F2" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="STRING" styleID="1" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="NUMBER" styleID="2" fgColor="AE81FF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT" styleID="3" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="SYMBOL" styleID="4" fgColor="F8F8F2" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="BINARY" styleID="5" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="BOOL" styleID="6" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="SELF" styleID="7" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="SUPER" styleID="8" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="NIL" styleID="9" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="GLOBAL" styleID="10" fgColor="F8F8F2" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="RETURN" styleID="11" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="SPECIAL" styleID="12" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="KWS END" styleID="13" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="ASSIGN" styleID="14" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="CHARACTER" styleID="15" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="SPECIAL SELECTOR" styleID="16" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
        </LexerType>
        <LexerType name="caml" desc="Caml" ext="">
            <WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F2" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="IDENTIFIER" styleID="1" fgColor="66D9EF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="TAGNAME" styleID="2" fgColor="F92672" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="INSTRUCTION WORD" styleID="3" fgColor="66D9EF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" keywordClass="instre1" />
            <WordsStyle name="BUILIN FUNC & TYPE" styleID="4" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" keywordClass="instre2" />
            <WordsStyle name="TYPE" styleID="5" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" keywordClass="type1" />
            <WordsStyle name="LINENUM" styleID="6" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="OPERATOR" styleID="7" fgColor="F92672" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="NUMBER" styleID="8" fgColor="AE81FF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="CHARACTER" styleID="9" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="STRING" styleID="11" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT" styleID="12" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT LINE" styleID="13" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT DOC" styleID="14" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
        </LexerType>
        <LexerType name="verilog" desc="Verilog" ext="">
            <WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F2" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="IDENTIFIER" styleID="11" fgColor="66D9EF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="TAGNAME" styleID="2" fgColor="F92672" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="66D9EF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" keywordClass="instre1" />
            <WordsStyle name="KEYWORD" styleID="7" fgColor="F92672" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" keywordClass="type1" />
            <WordsStyle name="OPERATOR" styleID="10" fgColor="F92672" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="NUMBER" styleID="4" fgColor="AE81FF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="PREPROCESSOR" styleID="9" fgColor="F92672" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="STRING" styleID="6" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT" styleID="1" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT LINE" styleID="2" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT LINE BANG" styleID="3" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="STRING EOL" styleID="12" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="USER" styleID="19" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
        </LexerType>
        <LexerType name="kix" desc="KiXtart" ext="">
            <!--
            <WordsStyle name="" styleID="0" fgColor="" bgColor="272822" fontName="Consolas" fontStyle="" fontSize="10" />
        -->
            <WordsStyle name="DEFAULT" styleID="31" fgColor="F8F8F2" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT" styleID="1" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="STRING" styleID="2" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="STRING2" styleID="3" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="NUMBER" styleID="4" fgColor="AE81FF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="VAR" styleID="5" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="MACRO" styleID="6" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" keywordClass="instre2" />
            <WordsStyle name="INSTRUCTION WORD" styleID="7" fgColor="66D9EF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" keywordClass="instre1" />
            <WordsStyle name="FUNCTION" styleID="8" fgColor="66D9EF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" keywordClass="type1" />
            <WordsStyle name="OPERATOR" styleID="9" fgColor="F92672" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
        </LexerType>
        <LexerType name="autoit" desc="autoIt" ext="">
            <WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F2" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT LINE" styleID="1" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT" styleID="2" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="NUMBER" styleID="3" fgColor="AE81FF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="FUNCTION" styleID="4" fgColor="66D9EF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" keywordClass="instre2" />
            <WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="66D9EF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" keywordClass="instre1" />
            <WordsStyle name="MACRO" styleID="6" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" keywordClass="type1" />
            <WordsStyle name="STRING" styleID="7" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="OPERATOR" styleID="8" fgColor="F92672" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="VARIABLE" styleID="9" fgColor="F8F8F2" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="SENT" styleID="10" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" keywordClass="type2" />
            <WordsStyle name="PREPROCESSOR" styleID="11" fgColor="F92672" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" keywordClass="type3" />
            <WordsStyle name="SPECIAL" styleID="12" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" keywordClass="type4" />
            <WordsStyle name="EXPAND" styleID="13" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" keywordClass="type5" />
            <WordsStyle name="COMOBJ" styleID="14" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
        </LexerType>
        <LexerType name="ada" desc="ADA" ext="">
            <WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F2" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="INSTRUCTION WORD" styleID="1" fgColor="66D9EF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" keywordClass="instre1" />
            <WordsStyle name="IDENTIFIER" styleID="2" fgColor="66D9EF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="NUMBER" styleID="3" fgColor="AE81FF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="DELIMITER" styleID="4" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="CHARACTER" styleID="5" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="CHARACTER EOL" styleID="6" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="STRING" styleID="7" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="STRING EOL" styleID="8" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="LABEL" styleID="9" fgColor="A6E22E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT LINE" styleID="10" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="ILLEGAL" styleID="11" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
        </LexerType>
        <LexerType name="matlab" desc="Matlab" ext="">
            <WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F2" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT" styleID="1" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMAND" styleID="2" fgColor="66D9EF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="NUMBER" styleID="3" fgColor="AE81FF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="INSTRUCTION WORD" styleID="4" fgColor="66D9EF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" keywordClass="instre1" />
            <WordsStyle name="STRING" styleID="5" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="OPERATOR" styleID="6" fgColor="F92672" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="IDENTIFIER" styleID="7" fgColor="66D9EF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="DOUBLE QUOTE STRING" styleID="8" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
        </LexerType>
        <LexerType name="haskell" desc="Haskell" ext="">
            <WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F2" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="IDENTIFIER" styleID="1" fgColor="66D9EF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="KEYWORD" styleID="2" fgColor="F92672" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="NUMBER" styleID="3" fgColor="AE81FF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="STRING" styleID="4" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="CHARACTER" styleID="5" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="CLASS" styleID="6" fgColor="A6E22E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="MODULE" styleID="7" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="CAPITAL" styleID="8" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="DATA" styleID="9" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="IMPORT" styleID="10" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="OPERATOR" styleID="11" fgColor="F92672" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="INSTANCE" styleID="12" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENTLINE" styleID="13" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENTBLOCK" styleID="14" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENTBLOCK2" styleID="15" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENTBLOCK3" styleID="16" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
        </LexerType>
        <LexerType name="inno" desc="InnoSetup" ext="">
            <WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F2" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT" styleID="1" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="KEYWORD" styleID="2" fgColor="F92672" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" keywordClass="instre2" />
            <WordsStyle name="PARAMETER" styleID="3" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" keywordClass="type1" />
            <WordsStyle name="SECTION" styleID="4" fgColor="A6E22E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" keywordClass="instre1" />
            <WordsStyle name="PREPROCESSOR" styleID="5" fgColor="F92672" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" keywordClass="type2" />
            <WordsStyle name="PREPROCESSOR INLINE" styleID="6" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT PASCAL" styleID="7" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="KEYWORD PASCAL" styleID="8" fgColor="F92672" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" keywordClass="type3" />
            <WordsStyle name="KEYWORD USER" styleID="9" fgColor="F92672" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" keywordClass="type4" />
            <WordsStyle name="STRING DOUBLE" styleID="10" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="STRING SINGLE" styleID="11" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="IDENTIFIER" styleID="12" fgColor="66D9EF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
        </LexerType>
        <LexerType name="cmake" desc="CMakeFile" ext="cmake">
            <WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F2" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMENT" styleID="1" fgColor="75715E" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="STRING D" styleID="2" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="STRING L" styleID="3" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="STRING R" styleID="4" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="COMMAND" styleID="5" fgColor="66D9EF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" keywordClass="instre1" />
            <WordsStyle name="PARAMETER" styleID="6" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="VARIABLE" styleID="7" fgColor="F8F8F2" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="USER DEFINED" styleID="8" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" keywordClass="type1" />
            <WordsStyle name="WHILEDEF" styleID="9" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="FOREACHDEF" styleID="10" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="IFDEF" styleID="11" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="MACRODEF" styleID="12" fgColor="000000" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="STRING VARIABLE" styleID="13" fgColor="E6DB74" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
            <WordsStyle name="NUMBER" styleID="14" fgColor="AE81FF" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
        </LexerType>
        <LexerType name="searchResult" desc="Search result" ext="">
            <WordsStyle name="Search Header" styleID="1" fgColor="000080" bgColor="BBBBFF" fontName="Consolas" fontStyle="1" fontSize="" />
            <WordsStyle name="File Header" styleID="2" fgColor="008000" bgColor="D5FFD5" fontName="Consolas" fontStyle="1" fontSize="" />
            <WordsStyle name="Line Number" styleID="3" fgColor="000000" bgColor="FFFFFF" fontName="Consolas" fontStyle="1" fontSize="" />
            <WordsStyle name="Hit Word" styleID="4" fgColor="FF0000" bgColor="FFFFBF" fontName="Consolas" fontStyle="1" fontSize="" />
            <WordsStyle name="Selected Line" styleID="5" fgColor="000080" bgColor="FFFF4F" fontName="Consolas" fontStyle="1" fontSize="">if else for while</WordsStyle>
            <WordsStyle name="Current line background colour" styleID="6" bgColor="E8E8FF" fgColor="0080FF" fontSize="" fontStyle="0">bool long int char</WordsStyle>
        </LexerType>
    </LexerStyles>
    <GlobalStyles>
        <!-- Attention : Don't modify the name of styleID="0" -->
        <WidgetStyle name="Global override" styleID="0" fgColor="FFFFFF" bgColor="272822" fontName="DejaVu Sans Mono" fontStyle="1" fontSize="10" />
        <WidgetStyle name="Default Style" styleID="32" fgColor="C0C0C0" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
        <WidgetStyle name="Indent guideline style" styleID="37" fgColor="888A85" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
        <WidgetStyle name="Brace highlight style" styleID="34" fgColor="FCE94F" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
        <WidgetStyle name="Bad brace colour" styleID="35" fgColor="EF2929" bgColor="272822" fontName="Consolas" fontStyle="1" fontSize="10" />
        <WidgetStyle name="Current line background colour" styleID="0" bgColor="3E3D32" fontStyle="1" />
        <WidgetStyle name="Mark colour" styleID="0" fgColor="CC0000" bgColor="EDD400" fontStyle="1" />
        <WidgetStyle name="Selected text colour" styleID="0" bgColor="49483E" fgColor="8000FF" fontStyle="1" />
        <WidgetStyle name="Caret colour" styleID="2069" fgColor="F8F8F0" fontStyle="1" />
        <WidgetStyle name="Find Mark Style" styleID="31" fgColor="CC0000" bgColor="EDD400" fontName="Consolas" fontStyle="1" fontSize="10" />
        <WidgetStyle name="Edge colour" styleID="0" fgColor="EEEEEC" bgColor="F3F3F3" fontStyle="1" />
        <WidgetStyle name="Line number margin" styleID="33" fgColor="EEEEEC" bgColor="2E3436" fontName="Consolas" fontStyle="1" fontSize="8" />
        <WidgetStyle name="Fold" styleID="0" fgColor="2E3436" bgColor="EEEEEC" fontStyle="1" />
        <WidgetStyle name="Fold margin" styleID="0" fgColor="555753" bgColor="2E3436" fontStyle="1" />
        <WidgetStyle name="White space symbol" styleID="0" fgColor="FCAF3E" bgColor="00FF00" fontStyle="1" />
        <WidgetStyle name="Smart HighLighting" styleID="29" bgColor="00FF00" fgColor="555753" fontStyle="1" />
        <WidgetStyle name="Find Mark Style" styleID="31" bgColor="EDD400" fgColor="CC0000" fontName="Consolas" fontSize="10" fontStyle="1" />
        <WidgetStyle name="Mark Style 1" styleID="25" bgColor="00FFFF" fontStyle="1" />
        <WidgetStyle name="Mark Style 2" styleID="24" bgColor="FF8000" fontStyle="1" />
        <WidgetStyle name="Mark Style 3" styleID="23" bgColor="FFFF00" fontStyle="1" />
        <WidgetStyle name="Mark Style 4" styleID="22" bgColor="8000FF" fontStyle="1" />
        <WidgetStyle name="Mark Style 5" styleID="21" bgColor="008000" fontStyle="1" />
        <WidgetStyle name="Incremental highlight all" styleID="28" bgColor="0080FF" fgColor="FFCAB0" fontStyle="1" />
        <WidgetStyle name="Tags match highlighting" styleID="27" bgColor="8000FF" fgColor="000000" fontStyle="1" />
        <WidgetStyle name="Tags attribute" styleID="26" bgColor="FFFF00" fgColor="8080C0" fontStyle="1" />
        <WidgetStyle name="Active tab focused indicator" styleID="0" fgColor="FAAA3C" bgColor="FF0000" fontStyle="1" />
        <WidgetStyle name="Active tab unfocused indicator" styleID="0" fgColor="FFCAB0" bgColor="80FF00" fontStyle="1" />
        <WidgetStyle name="Active tab text" styleID="0" fgColor="000000" bgColor="C0C0C0" fontStyle="1" />
        <WidgetStyle name="Inactive tabs" styleID="0" fgColor="808080" bgColor="C0C0C0" fontStyle="1" />
    </GlobalStyles>
</NotepadPlus>




本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系:hwhale#tublm.com(使用前将#替换为@)

我的Notepad++ 颜色配置主题 的相关文章

  • 如何查找/替换 xml 文件中的多个字符串?

    我有大约 600 个不同的文本字符串需要在 XML 文件中替换 我正在使用 notepad 但如果这可以完成任务 我也可以使用其他程序 文本更改列在单独的 Excel 文件中 有没有一种方法可以运行脚本或命令来一次查找 替换所有字符串 而不
  • Notepad++ 搜索并替换多个文本行

    我在许多不同的规则中有数千个这样的规则 edit 1698 set src address 172 29 44 51 32 set dst address 172 29 44 67 32 set service tcp 1022 set s
  • 如何离线安装Notepad++插件?

    我正在尝试安装 Notepad 插件Plugins gt Plugin Manager 但我的办公室防火墙限制其下载 有没有其他方法可以离线安装插件 以下是对我有用的步骤 Download https sourceforge net pro
  • 删除包含该单词的每一行

    如果该行包含特定单词 例如 我想删除整行 cat If cat 就在这一行 删除整行 Example Before 0123456789 CAT 0912WORDS 53DAD DSFC09243 DOG KLJ0963 CAT 8953
  • Notepad++ 通配符

    如何使用通配符查找并替换主域之后的所有字符 包括 字符 例如 我有以下 4 行 intersport schaeftlmaier de weymouthhondapowersports com Default asp rtbstream c
  • Notepad++ 在左侧显示打开的文件

    在 Notepad 中 有没有办法在左侧列表中显示当前打开的文件列表 而不是使用默认的选项卡视图 我希望它类似于 TextPad 显示当前打开的文件的方式 我指的不是允许我打开新文件的资源管理器 我只是不喜欢打开许多文件时顶部的选项卡 设置
  • 在 Notepad ++ 中双击捕获 PHP 变量

    我刚刚从 eclipse 切换到 Notepad 并修改了记事本的一些行为 但仍有一个未解决 当我双击一个变量时 我希望我的编辑器能够捕获整个变量 记事本自动排除 php 前缀 效率不高 有什么办法可以改变我的行为吗 谢谢 从版本 7 3
  • 如何在 Notepad++ 中自动更改 XHTML 结束标签

    如果之前有人问过这个问题 我深表歉意 但我不相信有人明确提出过这个问题 导致 stackoverflow 上出现很多混乱 我正在使用 Notepad v6 6 9 我正在寻找自动更改结束语的方法当我想 稍后 更改我的开始元素标签时 例如 如
  • 如何让notepad++在cmd中像普通记事本一样工作?

    我喜欢使用命令提示符来编写和编译java 为了编写代码 我在cmd中输入 记事本MyJavaClass java 这将打开记事本并询问我是否要创建新文件 如果它尚不存在 对我来说 问题是我喜欢使用 notepad 作为文本编辑器 因为它有很
  • 使用Notepad++编译Java代码

    我一直在尝试将 Notepad 设置为一个小型 Java 环境 主要是为了学习 Java 因为我在获得一个与 NetBeans 一起使用的简单程序时遇到了一些困难 不幸的是 所有关于设置 Notepad 来调用 Java 代码的建议都不起作
  • 如何在 Notepad++ 中禁用“shift”+“alt”键盘快捷键

    The shortcut Shift Alt changes the keyboard configuration 如何禁用此快捷方式 我搜索了快捷方式地图 但没有找到 那肯定是 Windows IME 快捷方式 它可能与 Notepad
  • 如何删除 Notepad++ 中的特定行?

    我正在清理一些代码文件 C 并想要删除这些区域 我想删除所有包含字符串 region 的行 这只是一个例子 我可以想到更多的用途 但这可能吗 记事本 v6 5 Search菜单 gt Find gt Mark选项卡 gt 查找内容 您的搜索
  • 正则表达式替换记事本++中的html空格和前导空格

    我尝试使用以下正则表达式来删除 html 空格和前导空格 Find s lt gt s Replace 1 但每次执行此操作时 我的文档中都会出现 186 次 1 字面意思 任何帮助将不胜感激 这是我正在谈论的一个例子 This field
  • 即使没有任何内容,也会出现 Notepad++ XML 解析错误“文档末尾有额外内容”

    当我尝试在 Notepad 中验证 55 mb XML 文件时 收到上述错误消息 第一个遇到的错误在这里 第 1441520 行 共 22258651 行 Notepad 的屏幕截图 https i stack imgur com 9Atc
  • 如何在记事本++中重复该行?

    如何在记事本 中重复该行 例如我有以下输入 a 01 a 02 a 03 a 04 我希望它成为 a 01 a 01 a 02 a 02 a 03 a 03 a 04 a 04 所以每一行都应该显示twice 打开搜索对话框并写入 Find
  • Notepad++ RegEx 替换为 Zerofill

    我需要替换这样的列表 105164 25 105164 26 105164 29 105496 1 105496 2 To 105164 0025 105164 0026 105164 0029 105496 0001 105496 000
  • Notepad++ 添加到每一行

    我正在使用 Notepad 但我无法弄清楚 我有很多行都以http 我需要在每一行的前面添加一些文本 另外 我需要在每行末尾添加不同的文本 每行的结尾都不同 将文本添加到每行的开头和结尾的最快方法是什么 按着这些次序 Press Ctrl
  • 使用 Vim 作为 HTML 编辑器

    您知道 Notepad 如何具有此功能 当您单击标签 例如 时 它也会自动突出显示结束标签 它叫什么 如何调整 Vim 使其也具有此功能 还有其他方法可以将 Vim 变成强大且高效的 HTML 编辑器吗 我在 vim 中完成所有 HTML
  • Notepad++ 正则表达式代码提取行尾

    我有一个需要捕获的源代码 整个文件只有一行 但我无法捕获我需要的数据 allow ok secret 4326dwsaddsafsd286435dsfs754 现在我需要捕获每次都会变化的数据 4326dwsaddsafsd286435ds
  • Notepad++:通过快捷方式将第一个字母大写?

    我有一个巨大的单词列表 txt 文件中一行中的每个单词 并且某些单词需要手动大写 例如手动 所以我正在寻找记事本 当前我的编辑器 中是否有快捷方式自动将一行的第一个字母大写 但找不到 没有吗 如果没有 您能否建议我使用一个替代的 Windo

随机推荐