Advertisement
Guest User

Untitled

a guest
Jun 3rd, 2013
873
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 24.67 KB | None | 0 0
  1. <?xml version="1.0" encoding="Windows-1252" ?>
  2. <!--
  3. File name:           Waher-style.xml
  4. Style Name:          Waher-style
  5. Description:         Custom style for Notepad++
  6.                      Inspired by the Jani Kesänen modification of and the original Zenburn colorscheme for Vim by Jani Nurminen.
  7. Supported languages: PHP,MySQL,Javascript,XML,HTML,CSS,INI
  8. Created by:          Kristo Vaher (kristo@waher.net)
  9. Modified by:         carleeto
  10. Released:            04.05.2010
  11. License:             GNU Free License.
  12. -->
  13. <NotepadPlus>
  14.     <LexerStyles>
  15.         <LexerType name="c" desc="C" ext="">
  16.             <WordsStyle name="PREPROCESSOR" styleID="9" fgColor="FBDE2D" bgColor="272822" fontName="" fontStyle="0" fontSize="10" />
  17.             <WordsStyle name="DEFAULT" styleID="11" fgColor="F8F8F8" bgColor="272822" fontName="" fontStyle="0" fontSize="10" />
  18.             <WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="FBDE2D" bgColor="272822" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
  19.             <WordsStyle name="TYPEWORD" styleID="16" fgColor="FBDE2D" bgColor="272822" fontName="" fontStyle="0" fontSize="10" keywordClass="type1" />
  20.             <WordsStyle name="NUMBER" styleID="4" fgColor="D8FA3C" bgColor="272822" fontName="" fontStyle="0" fontSize="10" />
  21.             <WordsStyle name="STRING" styleID="6" fgColor="61CE3C" bgColor="272822" fontName="" fontStyle="0" fontSize="10" />
  22.             <WordsStyle name="CHARACTER" styleID="7" fgColor="61CE3C" bgColor="272822" fontName="" fontStyle="0" fontSize="10" />
  23.             <WordsStyle name="OPERATOR" styleID="10" fgColor="FBDE2D" bgColor="272822" fontName="" fontStyle="0" fontSize="10" />
  24.             <WordsStyle name="VERBATIM" styleID="13" fgColor="D8FA3C" bgColor="272822" fontName="" fontStyle="0" fontSize="10" />
  25.             <WordsStyle name="REGEX" styleID="14" fgColor="61CE3C" bgColor="272822" fontName="" fontStyle="0" fontSize="10" />
  26.             <WordsStyle name="COMMENT" styleID="1" fgColor="AEAEAE" bgColor="272822" fontName="" fontStyle="0" fontSize="10" />
  27.             <WordsStyle name="COMMENT LINE" styleID="2" fgColor="AEAEAE" bgColor="272822" fontName="" fontStyle="0" fontSize="10" />
  28.             <WordsStyle name="COMMENT DOC" styleID="3" fgColor="AEAEAE" bgColor="272822" fontName="" fontStyle="0" fontSize="10" />
  29.             <WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="AEAEAE" bgColor="272822" fontName="" fontStyle="0" fontSize="10" />
  30.             <WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="AEAEAE" bgColor="272822" fontName="" fontStyle="0" fontSize="10" />
  31.             <WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="AEAEAE" bgColor="272822" fontName="" fontStyle="0" fontSize="10" />
  32.         </LexerType>
  33.         <LexerType name="cpp" desc="C++" ext="">
  34.             <WordsStyle name="PREPROCESSOR" styleID="9" fgColor="FB376D" bgColor="272822" fontName="" fontStyle="0" fontSize="10" />
  35.             <WordsStyle name="DEFAULT" styleID="11" fgColor="F8F8F8" bgColor="272822" fontName="" fontStyle="0" fontSize="10" />
  36.             <WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="FFFFFF" bgColor="272822" fontName="" fontStyle="0" fontSize="10" keywordClass="instre1" />
  37.             <WordsStyle name="TYPE WORD" styleID="16" fgColor="80FFFF" bgColor="272822" fontName="" fontStyle="2" fontSize="10" keywordClass="type1" />
  38.             <WordsStyle name="NUMBER" styleID="4" fgColor="AD84FB" bgColor="272822" fontName="" fontStyle="0" fontSize="10" />
  39.             <WordsStyle name="STRING" styleID="6" fgColor="FFEA6F" bgColor="272822" fontName="" fontStyle="0" fontSize="10" />
  40.             <WordsStyle name="CHARACTER" styleID="7" fgColor="61CE3C" bgColor="272822" fontName="" fontStyle="0" fontSize="10" />
  41.             <WordsStyle name="OPERATOR" styleID="10" fgColor="FFFFFF" bgColor="272822" fontName="" fontStyle="0" fontSize="10" />
  42.             <WordsStyle name="VERBATIM" styleID="13" fgColor="D8FA3C" bgColor="272822" fontName="" fontStyle="0" fontSize="10" />
  43.             <WordsStyle name="REGEX" styleID="14" fgColor="61CE3C" bgColor="272822" fontName="" fontStyle="0" fontSize="10" />
  44.             <WordsStyle name="COMMENT" styleID="1" fgColor="B4B467" bgColor="272822" fontName="" fontStyle="0" fontSize="10" />
  45.             <WordsStyle name="COMMENT LINE" styleID="2" fgColor="847D5B" bgColor="272822" fontName="" fontStyle="0" fontSize="10" />
  46.             <WordsStyle name="COMMENT DOC" styleID="3" fgColor="847D5B" bgColor="272822" fontName="" fontStyle="0" fontSize="10" />
  47.             <WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="847D5B" bgColor="272822" fontName="" fontStyle="0" fontSize="10" />
  48.             <WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="847D5B" bgColor="272822" fontName="" fontStyle="0" fontSize="10" />
  49.             <WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="4D6600" bgColor="272822" fontName="" fontStyle="0" fontSize="10" />
  50.         </LexerType>
  51.         <LexerType name="php" desc="PHP" ext="">
  52.             <WordsStyle name="QUESTION MARK" styleID="18" fgColor="D82727" bgColor="272822" fontName="" fontStyle="1" fontSize="" />
  53.             <WordsStyle name="DEFAULT" styleID="118" fgColor="E08056" bgColor="272822" fontName="" fontStyle="1" fontSize="" />
  54.             <WordsStyle name="STRING" styleID="119" fgColor="CEDAE3" bgColor="272822" fontName="" fontStyle="0" fontSize="" />
  55.             <WordsStyle name="STRING VARIABLE" styleID="126" fgColor="CEDAE3" bgColor="272822" fontName="" fontStyle="0" fontSize="" />
  56.             <WordsStyle name="SIMPLESTRING" styleID="120" fgColor="CEDAE3" bgColor="272822" fontName="" fontStyle="0" fontSize="" />
  57.             <WordsStyle name="WORD" styleID="121" fgColor="DFC47D" bgColor="272822" fontName="" fontStyle="1" fontSize="" keywordClass="instre1" />
  58.             <WordsStyle name="NUMBER" styleID="122" fgColor="85C2C2" bgColor="272822" fontName="" fontStyle="0" fontSize="" />
  59.             <WordsStyle name="VARIABLE" styleID="123" fgColor="E9A354" bgColor="272822" fontName="" fontStyle="1" fontSize="" />
  60.             <WordsStyle name="COMMENT" styleID="124" fgColor="7F9F7F" bgColor="272822" fontName="" fontStyle="3" fontSize="" />
  61.             <WordsStyle name="COMMENTLINE" styleID="125" fgColor="7F9F7F" bgColor="272822" fontName="" fontStyle="3" fontSize="" />
  62.             <WordsStyle name="OPERATOR" styleID="127" fgColor="9F9D6D" bgColor="272822" fontName="" fontStyle="1" fontSize="" />
  63.         </LexerType>
  64.         <LexerType name="javascript" desc="JavaScript" ext="">
  65.             <WordsStyle name="DEFAULT" styleID="41" fgColor="E08056" bgColor="272822" fontName="" fontStyle="0" fontSize="" />
  66.             <WordsStyle name="NUMBER" styleID="45" fgColor="85C2C2" bgColor="272822" fontName="" fontStyle="0" fontSize="" />
  67.             <WordsStyle name="WORD" styleID="46" fgColor="DFC47D" bgColor="272822" fontName="" fontStyle="1" fontSize="" />
  68.             <WordsStyle name="KEYWORD" styleID="47" fgColor="E08056" bgColor="272822" fontName="" fontStyle="1" fontSize="" keywordClass="instre1" />
  69.             <WordsStyle name="DOUBLESTRING" styleID="48" fgColor="CEDAE3" bgColor="272822" fontName="" fontStyle="0" fontSize="" />
  70.             <WordsStyle name="SINGLESTRING" styleID="49" fgColor="CEDAE3" bgColor="272822" fontName="" fontStyle="0" fontSize="" />
  71.             <WordsStyle name="SYMBOLS" styleID="50" fgColor="C6752D" bgColor="272822" fontName="" fontStyle="1" fontSize="" />
  72.             <WordsStyle name="STRINGEOL" styleID="51" fgColor="AEC2D2" bgColor="272822" fontName="" fontStyle="0" fontSize="" />
  73.             <WordsStyle name="REGEX" styleID="52" fgColor="AEC2D2" bgColor="272822" fontName="" fontStyle="1" fontSize="" />
  74.             <WordsStyle name="COMMENT" styleID="42" fgColor="7F9F7F" bgColor="272822" fontName="" fontStyle="3" fontSize="" />
  75.             <WordsStyle name="COMMENTLINE" styleID="43" fgColor="7F9F7F" bgColor="272822" fontName="" fontStyle="3" fontSize="" />
  76.             <WordsStyle name="COMMENTDOC" styleID="44" fgColor="7F9F7F" bgColor="272822" fontName="" fontStyle="2" fontSize="" />
  77.         </LexerType>
  78.         <LexerType name="sql" desc="SQL" ext="">
  79.             <WordsStyle name="KEYWORD" styleID="5" fgColor="E9A354" bgColor="272822" fontName="" fontStyle="1" fontSize="" keywordClass="instre1" />
  80.             <WordsStyle name="NUMBER" styleID="4" fgColor="85C2C2" bgColor="272822" fontName="" fontStyle="0" fontSize="" />
  81.             <WordsStyle name="STRING" styleID="6" fgColor="AEC2D2" bgColor="272822" fontName="" fontStyle="0" fontSize="" />
  82.             <WordsStyle name="STRING2" styleID="7" fgColor="AEC2D2" bgColor="272822" fontName="" fontStyle="0" fontSize="" />
  83.             <WordsStyle name="OPERATOR" styleID="10" fgColor="9F9D6D" bgColor="272822" fontName="" fontStyle="1" fontSize="" />
  84.             <WordsStyle name="COMMENT" styleID="1" fgColor="7F9F7F" bgColor="272822" fontName="" fontStyle="3" fontSize="" />
  85.             <WordsStyle name="COMMENT LINE" styleID="2" fgColor="7F9F7F" bgColor="272822" fontName="" fontStyle="3" fontSize="" />
  86.         </LexerType>
  87.         <LexerType name="xml" desc="XML" ext="">
  88.             <WordsStyle name="XMLSTART" styleID="12" fgColor="D82727" bgColor="272822" fontName="" fontStyle="1" fontSize="" />
  89.             <WordsStyle name="XMLEND" styleID="13" fgColor="D82727" bgColor="272822" fontName="" fontStyle="1" fontSize="" />
  90.             <WordsStyle name="DEFAULT" styleID="0" fgColor="AEC2D2" bgColor="272822" fontName="" fontStyle="0" fontSize="" />
  91.             <WordsStyle name="COMMENT" styleID="9" fgColor="7F9F7F" bgColor="272822" fontName="" fontStyle="3" fontSize="" />
  92.             <WordsStyle name="NUMBER" styleID="5" fgColor="85C2C2" bgColor="272822" fontName="" fontStyle="0" fontSize="" />
  93.             <WordsStyle name="DOUBLESTRING" styleID="6" fgColor="88BCD0" bgColor="272822" fontName="" fontStyle="0" fontSize="">if else for while</WordsStyle>
  94.             <WordsStyle name="SINGLESTRING" styleID="7" fgColor="88BCD0" bgColor="272822" fontName="" fontStyle="0" fontSize="">bool long int char</WordsStyle>
  95.             <WordsStyle name="TAG" styleID="1" fgColor="E9A354" bgColor="272822" fontName="" fontStyle="1" fontSize="" />
  96.             <WordsStyle name="TAGEND" styleID="11" fgColor="E9A354" bgColor="272822" fontName="" fontStyle="1" fontSize="" />
  97.             <WordsStyle name="TAGUNKNOWN" styleID="2" fgColor="E9A354" bgColor="272822" fontName="" fontStyle="1" fontSize="" />
  98.             <WordsStyle name="ATTRIBUTE" styleID="3" fgColor="DFC47D" bgColor="272822" fontName="" fontStyle="1" fontSize="" />
  99.             <WordsStyle name="ATTRIBUTEUNKNOWN" styleID="4" fgColor="DFC47D" bgColor="272822" fontName="" fontStyle="1" fontSize="" />
  100.             <WordsStyle name="SGMLDEFAULT" styleID="21" fgColor="DFDFDF" bgColor="272822" fontName="" fontStyle="0" fontSize="" />
  101.             <WordsStyle name="CDATA" styleID="17" fgColor="D82727" bgColor="272822" fontName="" fontStyle="0" fontSize="" />
  102.         </LexerType>
  103.         <LexerType name="html" desc="HTML" ext="">
  104.             <WordsStyle name="DEFAULT" styleID="0" fgColor="CEDAE3" bgColor="272822" fontName="" fontStyle="0" fontSize="" />
  105.             <WordsStyle name="COMMENT" styleID="9" fgColor="7F9F7F" bgColor="272822" fontName="" fontStyle="3" fontSize="" />
  106.             <WordsStyle name="NUMBER" styleID="5" fgColor="85C2C2" bgColor="272822" fontName="" fontStyle="0" fontSize="" />
  107.             <WordsStyle name="DOUBLESTRING" styleID="6" fgColor="88BCD0" bgColor="272822" fontName="" fontStyle="0" fontSize="" />
  108.             <WordsStyle name="SINGLESTRING" styleID="7" fgColor="88BCD0" bgColor="272822" fontName="" fontStyle="0" fontSize="" />
  109.             <WordsStyle name="TAG" styleID="1" fgColor="E9A354" bgColor="272822" fontName="" fontStyle="1" fontSize="" />
  110.             <WordsStyle name="TAGEND" styleID="11" fgColor="E9A354" bgColor="272822" fontName="" fontStyle="1" fontSize="" />
  111.             <WordsStyle name="TAGUNKNOWN" styleID="2" fgColor="E9A354" bgColor="272822" fontName="" fontStyle="1" fontSize="" />
  112.             <WordsStyle name="ATTRIBUTE" styleID="3" fgColor="DFC47D" bgColor="272822" fontName="" fontStyle="1" fontSize="" />
  113.             <WordsStyle name="ATTRIBUTEUNKNOWN" styleID="4" fgColor="DFC47D" bgColor="272822" fontName="" fontStyle="1" fontSize="" />
  114.             <WordsStyle name="SGMLDEFAULT" styleID="21" fgColor="C0C0C0" bgColor="272822" fontName="" fontStyle="0" fontSize="" />
  115.             <WordsStyle name="CDATA" styleID="17" fgColor="D82727" bgColor="272822" fontName="" fontStyle="0" fontSize="" />
  116.             <WordsStyle name="VALUE" styleID="19" fgColor="849FBD" bgColor="272822" fontName="" fontStyle="1" fontSize="" />
  117.             <WordsStyle name="ENTITY" styleID="10" fgColor="AEC2D2" bgColor="272822" fontName="" fontStyle="2" fontSize="" />
  118.         </LexerType>
  119.         <LexerType name="css" desc="CSS" ext="">
  120.             <WordsStyle name="DEFAULT" styleID="0" fgColor="C0C0C0" bgColor="272822" fontName="" fontStyle="0" fontSize="" />
  121.             <WordsStyle name="TAG" styleID="1" fgColor="E9A354" bgColor="272822" fontName="" fontStyle="1" fontSize="" />
  122.             <WordsStyle name="CLASS" styleID="2" fgColor="DFC47D" bgColor="272822" fontName="" fontStyle="1" fontSize="">ooooo</WordsStyle>
  123.             <WordsStyle name="PSEUDOCLASS" styleID="3" fgColor="EDDEB8" bgColor="272822" fontName="" fontStyle="1" fontSize="">toto titi</WordsStyle>
  124.             <WordsStyle name="UNKNOWN_PSEUDOCLASS" styleID="4" fgColor="EDDEB8" bgColor="272822" fontName="" fontStyle="0" fontSize="" />
  125.             <WordsStyle name="OPERATOR" styleID="5" fgColor="CB6534" bgColor="272822" fontName="" fontStyle="1" fontSize="" />
  126.             <WordsStyle name="IDENTIFIER" styleID="6" fgColor="88BCD0" bgColor="272822" fontName="" fontStyle="1" fontSize="" keywordClass="instre1" />
  127.             <WordsStyle name="UNKNOWN_IDENTIFIER" styleID="7" fgColor="71B0C7" bgColor="272822" fontName="" fontStyle="1" fontSize="" />
  128.             <WordsStyle name="VALUE" styleID="8" fgColor="CEDAE3" bgColor="272822" fontName="" fontStyle="0" fontSize="10" />
  129.             <WordsStyle name="COMMENT" styleID="9" fgColor="7F9F7F" bgColor="272822" fontName="" fontStyle="3" fontSize="" />
  130.             <WordsStyle name="ID" styleID="10" fgColor="E9A354" bgColor="272822" fontName="" fontStyle="1" fontSize="" />
  131.             <WordsStyle name="IMPORTANT" styleID="11" fgColor="D82727" bgColor="272822" fontName="" fontStyle="1" fontSize="" />
  132.             <WordsStyle name="DIRECTIVE" styleID="12" fgColor="D82727" bgColor="272822" fontName="" fontStyle="1" fontSize="" />
  133.         </LexerType>
  134.         <LexerType name="ini" desc="INI" ext="">
  135.             <WordsStyle name="DEFAULT" styleID="0" fgColor="C0C0C0" bgColor="272822" fontName="" fontStyle="0" fontSize="" />
  136.             <WordsStyle name="COMMENT" styleID="1" fgColor="7F9F7F" bgColor="272822" fontName="" fontStyle="3" fontSize="" />
  137.             <WordsStyle name="SECTION" styleID="2" fgColor="E9A354" bgColor="272822" fontName="" fontStyle="1" fontSize="" />
  138.             <WordsStyle name="ASSIGNMENT" styleID="3" fgColor="9F9D6D" bgColor="272822" fontName="" fontStyle="1" fontSize="" />
  139.             <WordsStyle name="DEFVAL" styleID="4" fgColor="AEC2D2" bgColor="272822" fontName="" fontStyle="0" fontSize="" />
  140.         </LexerType>
  141.         <LexerType name="java" desc="Java" ext="">
  142.             <WordsStyle name="PREPROCESSOR" styleID="9" fgColor="D82727" bgColor="272822" fontName="" fontStyle="1" fontSize="" />
  143.             <WordsStyle name="DEFAULT" styleID="11" fgColor="DFC47D" bgColor="272822" fontName="" fontStyle="1" fontSize="" />
  144.             <WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="E08056" bgColor="272822" fontName="" fontStyle="0" fontSize="" keywordClass="instre1">the_ID the_post have_posts wp_link_pages the_content</WordsStyle>
  145.             <WordsStyle name="TYPE WORD" styleID="16" fgColor="E08056" bgColor="272822" fontName="" fontStyle="0" fontSize="" keywordClass="type1" />
  146.             <WordsStyle name="NUMBER" styleID="4" fgColor="85C2C2" bgColor="272822" fontName="" fontStyle="0" fontSize="" />
  147.             <WordsStyle name="STRING" styleID="6" fgColor="CEDAE3" bgColor="272822" fontName="" fontStyle="0" fontSize="" />
  148.             <WordsStyle name="CHARACTER" styleID="7" fgColor="CEDAE3" bgColor="272822" fontName="" fontStyle="0" fontSize="">$_POST $_GET $_SESSION</WordsStyle>
  149.             <WordsStyle name="OPERATOR" styleID="10" fgColor="9F9D6D" bgColor="272822" fontName="" fontStyle="1" fontSize="" />
  150.             <WordsStyle name="VERBATIM" styleID="13" fgColor="E08056" bgColor="272822" fontName="" fontStyle="0" fontSize="" />
  151.             <WordsStyle name="REGEX" styleID="14" fgColor="AEC2D2" bgColor="272822" fontName="" fontStyle="1" fontSize="" />
  152.             <WordsStyle name="COMMENT" styleID="1" fgColor="7F9F7F" bgColor="272822" fontName="" fontStyle="3" fontSize="" />
  153.             <WordsStyle name="COMMENT LINE" styleID="2" fgColor="7F9F7F" bgColor="272822" fontName="" fontStyle="3" fontSize="" />
  154.             <WordsStyle name="COMMENT DOC" styleID="3" fgColor="7F9F7F" bgColor="272822" fontName="" fontStyle="3" fontSize="" />
  155.             <WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="7F9F7F" bgColor="272822" fontName="" fontStyle="3" fontSize="" />
  156.             <WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="7F9F7F" bgColor="272822" fontName="" fontStyle="3" fontSize="" />
  157.             <WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="7F9F7F" bgColor="272822" fontName="" fontStyle="3" fontSize="" />
  158.         </LexerType>
  159.         <LexerType name="props" desc="Properties file" ext="">
  160.             <WordsStyle name="DEFAULT" styleID="0" fgColor="E08056" bgColor="272822" fontName="" fontStyle="0" fontSize="" />
  161.             <WordsStyle name="COMMENT" styleID="1" fgColor="7F9F7F" bgColor="272822" fontName="" fontStyle="3" fontSize="" />
  162.             <WordsStyle name="ASSIGNMENT" styleID="3" fgColor="AEC2D2" bgColor="272822" fontName="" fontStyle="0" fontSize="" />
  163.             <WordsStyle name="DEFVAL" styleID="4" fgColor="E08056" bgColor="272822" fontName="" fontStyle="1" fontSize="">alert appendChild arguments array blur checked childNodes className confirm dialogArguments event focus getElementById getElementsByTagName innerHTML keyCode length location null number parentNode push RegExp replace selectNodes selectSingleNode setAttribute split src srcElement test undefined value window</WordsStyle>
  164.         </LexerType>
  165.         <LexerType name="python" desc="Python" ext="">
  166.             <WordsStyle name="DEFAULT" styleID="0" fgColor="E08056" bgColor="272822" fontName="" fontStyle="0" fontSize="" />
  167.             <WordsStyle name="COMMENTLINE" styleID="1" fgColor="7F9F7F" bgColor="272822" fontName="" fontStyle="3" fontSize="" />
  168.             <WordsStyle name="NUMBER" styleID="2" fgColor="85C2C2" bgColor="272822" fontName="" fontStyle="0" fontSize="" />
  169.             <WordsStyle name="STRING" styleID="3" fgColor="CEDAE3" bgColor="272822" fontName="" fontStyle="0" fontSize="">import</WordsStyle>
  170.             <WordsStyle name="CHARACTER" styleID="4" fgColor="CEDAE3" bgColor="272822" fontName="" fontStyle="0" fontSize="">import</WordsStyle>
  171.             <WordsStyle name="KEYWORDS" styleID="5" fgColor="E08056" bgColor="272822" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
  172.             <WordsStyle name="TRIPLE" styleID="6" fgColor="85C2C2" bgColor="272822" fontName="" fontStyle="0" fontSize="" />
  173.             <WordsStyle name="TRIPLEDOUBLE" styleID="7" fgColor="85C2C2" bgColor="272822" fontName="" fontStyle="0" fontSize="" />
  174.             <WordsStyle name="CLASSNAME" styleID="8" fgColor="E08056" bgColor="272822" fontName="" fontStyle="1" fontSize="" />
  175.             <WordsStyle name="DEFNAME" styleID="9" fgColor="E08056" bgColor="272822" fontName="" fontStyle="1" fontSize="" />
  176.             <WordsStyle name="OPERATOR" styleID="10" fgColor="9F9D6D" bgColor="272822" fontName="" fontStyle="1" fontSize="" />
  177.             <WordsStyle name="IDENTIFIER" styleID="11" fgColor="DFC47D" bgColor="272822" fontName="" fontStyle="0" fontSize="" />
  178.             <WordsStyle name="COMMENTBLOCK" styleID="12" fgColor="7F9F7F" bgColor="272822" fontName="" fontStyle="3" fontSize="" />
  179.             <WordsStyle name="STRINGEOL" styleID="12" fgColor="AEC2D2" bgColor="272822" fontName="" fontStyle="0" fontSize="" />
  180.         </LexerType>
  181.         <LexerType name="searchResult" desc="Search result" ext="">
  182.             <WordsStyle name="Default" styleID="0" fgColor="AEC2D2" bgColor="272822" fontName="" fontStyle="0" fontSize="" />
  183.             <WordsStyle name="Search Header" styleID="1" fgColor="1D1D1D" bgColor="E9A354" fontName="" fontStyle="1" fontSize="" />
  184.             <WordsStyle name="File Header" styleID="2" fgColor="E9A354" bgColor="272822" fontName="" fontStyle="2" fontSize="">ooooo</WordsStyle>
  185.             <WordsStyle name="Line Number" styleID="3" fgColor="E9A354" bgColor="272822" fontName="" fontStyle="2" fontSize="" />
  186.             <WordsStyle name="Hit Word" styleID="4" fgColor="E9A354" bgColor="5D5D5D" fontName="" fontStyle="1" fontSize="" keywordClass="instre2">if else for while</WordsStyle>
  187.             <WordsStyle name="Selected Line" styleID="5" fgColor="C0C0C0" bgColor="3E3E3E" fontName="" fontStyle="1" fontSize="" keywordClass="type1">bool long int char</WordsStyle>
  188.             <WordsStyle name="Current line background colour" styleID="6" fgColor="AEC2D2" bgColor="585858" fontName="" fontStyle="1" fontSize="">bool long int char</WordsStyle>
  189.         </LexerType>
  190.     </LexerStyles>
  191.     <GlobalStyles>
  192.         <!-- Attention : Don't modify the name of styleID="0" -->
  193.         <WidgetStyle name="Global override" styleID="0" fgColor="C0C0C0" bgColor="272822" fontName="Consolas" fontStyle="0" fontSize="10" />
  194.         <WidgetStyle name="Default Style" styleID="32" fgColor="C0C0C0" bgColor="272822" fontName="Consolas" fontStyle="0" fontSize="10" />
  195.         <WidgetStyle name="Indent guideline style" styleID="37" fgColor="494949" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
  196.         <WidgetStyle name="Brace highlight style" styleID="34" fgColor="FFFFFF" bgColor="242424" fontName="" fontStyle="5" fontSize="" />
  197.         <WidgetStyle name="Bad brace colour" styleID="35" fgColor="FF0000" bgColor="FFFFFF" fontName="" fontStyle="0" fontSize="" />
  198.         <WidgetStyle name="Current line background colour" styleID="0" bgColor="292929" fgColor="0080C0" fontSize="" fontStyle="0" />
  199.         <WidgetStyle name="Selected text colour" styleID="0" bgColor="585858" fgColor="CC0000" fontStyle="0" />
  200.         <WidgetStyle name="Caret colour" styleID="2069" fgColor="8FAF9F" bgColor="49483E" fontStyle="0" />
  201.         <WidgetStyle name="Edge colour" styleID="0" fgColor="4F5F5F" bgColor="112435" fontSize="" fontStyle="0" />
  202.         <WidgetStyle name="Line number margin" styleID="33" fgColor="8A8A8A" bgColor="0C0C0C" fontName="" fontStyle="0" fontSize="" />
  203.         <WidgetStyle name="Fold" styleID="0" fgColor="707070" bgColor="101010" fontSize="" fontStyle="0" />
  204.         <WidgetStyle name="Fold margin" styleID="0" fgColor="181818" bgColor="101010" fontSize="8" fontStyle="0" />
  205.         <WidgetStyle name="White space symbol" styleID="0" fgColor="5F5F5F" bgColor="EEEEEC" fontSize="" fontStyle="0" />
  206.         <WidgetStyle name="Smart HighLighting" styleID="29" bgColor="FF8000" fgColor="FFFFFF" fontStyle="0" />
  207.         <WidgetStyle name="Incremental highlight all" styleID="28" bgColor="C3BF9F" fgColor="FCAF3E" fontSize="" fontStyle="1" />
  208.         <WidgetStyle name="Tags match highlighting" styleID="27" bgColor="FF8000" fgColor="555753" fontSize="10" fontStyle="0" />
  209.         <WidgetStyle name="Tags attribute" styleID="26" bgColor="808080" fgColor="CC0000" fontSize="10" fontStyle="0" />
  210.         <WidgetStyle name="Active tab focused indicator" styleID="0" fgColor="E9A354" bgColor="000000" fontStyle="0" />
  211.         <WidgetStyle name="Active tab unfocused indicator" styleID="0" fgColor="DFC47D" bgColor="000000" fontStyle="0" />
  212.         <WidgetStyle name="Active tab text" styleID="0" fgColor="425964" bgColor="000000" fontSize="10" fontStyle="0" />
  213.         <WidgetStyle name="Inactive tabs" styleID="0" fgColor="808080" bgColor="C0C0C0" fontSize="" fontStyle="0" />
  214.         <WidgetStyle name="Find Mark Style" styleID="31" bgColor="FF0000" fgColor="FAAA3C" fontStyle="0" />
  215.         <WidgetStyle name="Mark Style 1" styleID="25" bgColor="808080" fgColor="000000" fontStyle="0" />
  216.         <WidgetStyle name="Mark Style 2" styleID="24" bgColor="808080" fgColor="000000" fontStyle="0" />
  217.         <WidgetStyle name="Mark Style 3" styleID="23" bgColor="808080" fgColor="000000" />
  218.         <WidgetStyle name="Mark Style 4" styleID="22" bgColor="808080" fgColor="000000" />
  219.         <WidgetStyle name="Mark Style 5" styleID="21" bgColor="808080" fgColor="000000" />
  220.     </GlobalStyles>
  221. </NotepadPlus>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement