1. 程式人生 > >我的Notepad++ 顏色配置主題

我的Notepad++ 顏色配置主題

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="27