mirror of
https://codeberg.org/DansLeRuSH/notepad-plus-plus-dark-theme.git
synced 2024-11-23 06:18:08 +00:00
Update DansLeRuSH-Dark.xml final version
This commit is contained in:
parent
717b897403
commit
8091e3245c
1 changed files with 54 additions and 46 deletions
|
@ -1,13 +1,22 @@
|
|||
<?xml version="1.0" encoding="Windows-1252" ?>
|
||||
<!--//
|
||||
DansLeRuSH's dark theme
|
||||
Copyright (c) 2019 Franck ALBARET
|
||||
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:
|
||||
<!--// DansLeRuSH's dark theme for Notepad++ / Notepad plus plus
|
||||
----------------------------------------------------------------
|
||||
|
||||
[ LEGAL DISCLAIMER ] 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.
|
||||
|
||||
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.
|
||||
|
||||
Author : This styler has been built by Franck ALBARET - https://dansleru.sh
|
||||
Date : 28/04/2020
|
||||
Licence : Creative Commons BY-NC-SA 3.0 // NonCommercial-ShareAlike - https://creativecommons.org/licenses/by-nc-sa/3.0/
|
||||
Requirements : This style is based on Consolas (or other nice monotype) font and need Notepad++ of course
|
||||
Installation : Copy this file to "%APPDATA%\Notepad++\themes" and in a portable installation to "%INSTALL FOLDER%\themes"
|
||||
About : This styler has been built by Franck ALBARET - https://dansleru.sh
|
||||
|
||||
//-->
|
||||
<NotepadPlus>
|
||||
<LexerStyles>
|
||||
|
@ -205,7 +214,7 @@ About : This styler has been built by Franck ALBARET - https://dansleru.s
|
|||
<WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="666666" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
|
||||
<WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="666666" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
|
||||
<WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="666666" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
|
||||
<!--<WordsStyle name="PREDEFINED CONSTANT" styleID="19" fgColor="800000" bgColor="2E2E2E" fontName="" fontStyle="1" fontSize="" keywordClass="type2" />-->
|
||||
<WordsStyle name="PREDEFINED CONSTANT" styleID="19" fgColor="F57F3D" bgColor="2E2E2E" fontName="" fontStyle="1" fontSize="" keywordClass="type2" />
|
||||
<WordsStyle name="COMMENT BLOCK" styleID="22" fgColor="666666" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
|
||||
<WordsStyle name="VERBOSE REGEX" styleID="23" fgColor="E6C74E" bgColor="2E2E2E" fontName="" fontStyle="3" fontSize="" />
|
||||
<WordsStyle name="VERBOSE REGEX COMMENT" styleID="24" fgColor="666666" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
|
||||
|
@ -292,11 +301,11 @@ About : This styler has been built by Franck ALBARET - https://dansleru.s
|
|||
<LexerType name="diff" desc="DIFF" ext="">
|
||||
<WordsStyle name="DEFAULT" styleID="0" fgColor="C7C7C7" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
|
||||
<WordsStyle name="COMMENT" styleID="1" fgColor="666666" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
|
||||
<!--<WordsStyle name="COMMAND" styleID="2" fgColor="FF8000" bgColor="2E2E2E" fontName="" fontStyle="1" fontSize="" />
|
||||
<WordsStyle name="HEADER" styleID="3" fgColor="8000FF" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
|
||||
<WordsStyle name="POSITION" styleID="4" fgColor="FF8000" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
|
||||
<WordsStyle name="DELETED" styleID="5" fgColor="808040" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
|
||||
<WordsStyle name="ADDED" styleID="6" fgColor="0080FF" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />-->
|
||||
<WordsStyle name="COMMAND" styleID="2" fgColor="9865A8" bgColor="2E2E2E" fontName="" fontStyle="1" fontSize="" />
|
||||
<WordsStyle name="HEADER" styleID="3" fgColor="C7C7C7" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
|
||||
<WordsStyle name="POSITION" styleID="4" fgColor="A88AB6" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
|
||||
<WordsStyle name="DELETED" styleID="5" fgColor="A88AB6" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
|
||||
<WordsStyle name="ADDED" styleID="6" fgColor="F57F3D" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
|
||||
</LexerType>
|
||||
<LexerType name="fortran" desc="Fortran" ext="">
|
||||
<WordsStyle name="DEFAULT" styleID="0" fgColor="C7C7C7" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
|
||||
|
@ -325,7 +334,7 @@ About : This styler has been built by Franck ALBARET - https://dansleru.s
|
|||
<WordsStyle name="OPERATOR" styleID="6" fgColor="8F8F8F" bgColor="2E2E2E" fontName="" fontStyle="1" fontSize="" />
|
||||
<WordsStyle name="IDENTIFIER" styleID="7" fgColor="C7C7C7" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
|
||||
<WordsStyle name="INSTRUCTION WORD" styleID="8" fgColor="9865A8" bgColor="2E2E2E" fontName="" fontStyle="1" fontSize="" keywordClass="instre1" />
|
||||
<WordsStyle name="FUNCTION1" styleID="9" fgColor="C7C7C7" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
|
||||
<WordsStyle name="FUNCTION1" styleID="9" fgColor="FF5757" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
|
||||
<WordsStyle name="FUNCTION2" styleID="10" fgColor="C7C7C7" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" keywordClass="type1" />
|
||||
<WordsStyle name="PREPROCESSOR" styleID="11" fgColor="FF5757" bgColor="2E2E2E" fontName="" fontStyle="1" fontSize="" />
|
||||
<WordsStyle name="OPERATOR2" styleID="12" fgColor="C7C7C7" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
|
||||
|
@ -336,11 +345,11 @@ About : This styler has been built by Franck ALBARET - https://dansleru.s
|
|||
<WordsStyle name="DEFAULT" styleID="0" fgColor="C7C7C7" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
|
||||
<WordsStyle name="COMMENT LINE" styleID="1" fgColor="666666" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
|
||||
<WordsStyle name="COMMENT" styleID="2" fgColor="666666" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
|
||||
<!--<WordsStyle name="GLOBAL" styleID="5" fgColor="0000FF" bgColor="2E2E2E" fontName="" fontStyle="1" fontSize="" keywordClass="instre1" />
|
||||
<WordsStyle name="EVENT" styleID="5" fgColor="0000FF" bgColor="2E2E2E" fontName="" fontStyle="1" fontSize="" keywordClass="instre2" />
|
||||
<WordsStyle name="ATTRIBUTE" styleID="16" fgColor="8000FF" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" keywordClass="type1" />
|
||||
<WordsStyle name="CONTROL" styleID="16" fgColor="8000FF" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" keywordClass="type2" />
|
||||
<WordsStyle name="COMMAND" styleID="16" fgColor="8000FF" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" keywordClass="type3" />-->
|
||||
<WordsStyle name="GLOBAL" styleID="5" fgColor="C7C7C7" bgColor="2E2E2E" fontName="" fontStyle="1" fontSize="" keywordClass="instre1" />
|
||||
<WordsStyle name="EVENT" styleID="5" fgColor="C7C7C7" bgColor="2E2E2E" fontName="" fontStyle="1" fontSize="" keywordClass="instre2" />
|
||||
<WordsStyle name="ATTRIBUTE" styleID="16" fgColor="C7C7C7" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" keywordClass="type1" />
|
||||
<WordsStyle name="CONTROL" styleID="16" fgColor="C7C7C7" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" keywordClass="type2" />
|
||||
<WordsStyle name="COMMAND" styleID="16" fgColor="C7C7C7" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" keywordClass="type3" />
|
||||
<WordsStyle name="STRING" styleID="6" fgColor="F57F3D" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
|
||||
<WordsStyle name="OPERATOR" styleID="10" fgColor="8F8F8F" bgColor="2E2E2E" fontName="" fontStyle="1" fontSize="" />
|
||||
</LexerType>
|
||||
|
@ -442,7 +451,7 @@ About : This styler has been built by Franck ALBARET - https://dansleru.s
|
|||
<WordsStyle name="NUMBER" styleID="4" fgColor="E6C74E" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
|
||||
<WordsStyle name="STRING DOUBLE QUOTE" styleID="6" fgColor="F57F3D" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
|
||||
<WordsStyle name="STRING SINGLE QUOTE" styleID="7" fgColor="F57F3D" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
|
||||
<!--<WordsStyle name="BOOLEAN NULL" styleID="5" fgColor="CEDF99" bgColor="2E2E2E" fontName="" fontStyle="1" fontSize="" keywordClass="instre1" />-->
|
||||
<WordsStyle name="BOOLEAN NULL" styleID="5" fgColor="A88AB6" bgColor="2E2E2E" fontName="" fontStyle="1" fontSize="" keywordClass="instre1" />
|
||||
<WordsStyle name="OPERATOR" styleID="10" fgColor="8F8F8F" bgColor="2E2E2E" fontName="" fontStyle="1" fontSize="" />
|
||||
</LexerType>
|
||||
<LexerType name="kix" desc="KiXtart" ext="">
|
||||
|
@ -494,8 +503,8 @@ About : This styler has been built by Franck ALBARET - https://dansleru.s
|
|||
<WordsStyle name="PREPROCESSOR" styleID="2" fgColor="FF5757" bgColor="2E2E2E" fontName="" fontStyle="1" fontSize="" />
|
||||
<WordsStyle name="IDENTIFIER" styleID="3" fgColor="C7C7C7" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
|
||||
<WordsStyle name="OPERATOR" styleID="4" fgColor="8F8F8F" bgColor="2E2E2E" fontName="" fontStyle="1" fontSize="" />
|
||||
<!--<WordsStyle name="TARGET" styleID="5" fgColor="E8DD8E" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
|
||||
<WordsStyle name="IDEOL" styleID="9" fgColor="E8DD8E" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />-->
|
||||
<WordsStyle name="TARGET" styleID="5" fgColor="C7C7C7" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
|
||||
<WordsStyle name="IDEOL" styleID="9" fgColor="FF5757" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
|
||||
</LexerType>
|
||||
<LexerType name="matlab" desc="Matlab" ext="">
|
||||
<WordsStyle name="DEFAULT" styleID="0" fgColor="C7C7C7" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
|
||||
|
@ -523,8 +532,8 @@ About : This styler has been built by Franck ALBARET - https://dansleru.s
|
|||
<WordsStyle name="USER DEFINED" styleID="8" fgColor="C7C7C7" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" keywordClass="type2" />
|
||||
<WordsStyle name="SECTION" styleID="9" fgColor="A88AB6" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
|
||||
<WordsStyle name="SUBSECTION" styleID="10" fgColor="C7C7C7" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
|
||||
<!--<WordsStyle name="IF DEFINE" styleID="11" fgColor="8A97A8" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
|
||||
<WordsStyle name="MACRO" styleID="12" fgColor="8A97A8" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />-->
|
||||
<WordsStyle name="IF DEFINE" styleID="11" fgColor="C7C7C7" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
|
||||
<WordsStyle name="MACRO" styleID="12" fgColor="A88AB6" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
|
||||
<WordsStyle name="STRING VAR" styleID="13" fgColor="F57F3D" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
|
||||
<WordsStyle name="NUMBER" styleID="14" fgColor="E6C74E" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
|
||||
<WordsStyle name="SECTION GROUP" styleID="15" fgColor="A88AB6" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
|
||||
|
@ -559,7 +568,7 @@ About : This styler has been built by Franck ALBARET - https://dansleru.s
|
|||
<WordsStyle name="IDENTIFIER" styleID="1" fgColor="C7C7C7" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
|
||||
<WordsStyle name="INSTRUCTION WORD" styleID="9" fgColor="9865A8" bgColor="2E2E2E" fontName="" fontStyle="1" fontSize="" keywordClass="instre1" />
|
||||
<WordsStyle name="NUMBER" styleID="7" fgColor="E6C74E" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
|
||||
<!--<WordsStyle name="HEX NUMBER" styleID="8" fgColor="FF8000" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />-->
|
||||
<WordsStyle name="HEX NUMBER" styleID="8" fgColor="E6C74E" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
|
||||
<WordsStyle name="STRING" styleID="10" fgColor="F57F3D" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
|
||||
<WordsStyle name="CHARACTER" styleID="12" fgColor="F57F3D" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
|
||||
<WordsStyle name="OPERATOR" styleID="13" fgColor="8F8F8F" bgColor="2E2E2E" fontName="" fontStyle="1" fontSize="" />
|
||||
|
@ -631,16 +640,16 @@ About : This styler has been built by Franck ALBARET - https://dansleru.s
|
|||
<WordsStyle name="OPERATOR" styleID="6" fgColor="8F8F8F" bgColor="2E2E2E" fontName="" fontStyle="1" fontSize="" />
|
||||
<WordsStyle name="INSTRUCTION WORD" styleID="8" fgColor="9865A8" bgColor="2E2E2E" fontName="" fontStyle="1" fontSize="" keywordClass="instre1" />
|
||||
<WordsStyle name="CMDLET" styleID="9" fgColor="FF5757" bgColor="2E2E2E" fontName="" fontStyle="1" fontSize="" keywordClass="instre2" />
|
||||
<!--<WordsStyle name="ALIAS" styleID="10" fgColor="00ff59" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" keywordClass="type1" />-->
|
||||
<WordsStyle name="ALIAS" styleID="10" fgColor="C7C7C7" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" keywordClass="type1" />
|
||||
<WordsStyle name="COMMENT STREAM" styleID="13" fgColor="666666" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
|
||||
<!--<WordsStyle name="HERE STRING" styleID="14" fgColor="00ff59" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
|
||||
<WordsStyle name="HERE CHARACTER" styleID="15" fgColor="00ff59" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />-->
|
||||
<WordsStyle name="HERE STRING" styleID="14" fgColor="C7C7C7" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
|
||||
<WordsStyle name="HERE CHARACTER" styleID="15" fgColor="C7C7C7" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
|
||||
<WordsStyle name="COMMENT DOC KEYWORD" styleID="16" fgColor="666666" bgColor="2E2E2E" fontName="" fontStyle="1" fontSize="" keywordClass="type4" />
|
||||
</LexerType>
|
||||
<LexerType name="props" desc="Properties file" ext="">
|
||||
<WordsStyle name="DEFAULT" styleID="0" fgColor="C7C7C7" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
|
||||
<WordsStyle name="COMMENT" styleID="1" fgColor="666666" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
|
||||
<!--<WordsStyle name="SECTION" styleID="2" fgColor="8000FF" bgColor="F2F4FF" fontName="" fontStyle="1" fontSize="" />-->
|
||||
<WordsStyle name="SECTION" styleID="2" fgColor="FF5757" bgColor="F2F4FF" fontName="" fontStyle="1" fontSize="" />
|
||||
<WordsStyle name="ASSIGNMENT" styleID="3" fgColor="9865A8" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
|
||||
<WordsStyle name="DEFVAL" styleID="4" fgColor="A88AB6" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
|
||||
</LexerType>
|
||||
|
@ -664,15 +673,15 @@ About : This styler has been built by Franck ALBARET - https://dansleru.s
|
|||
<WordsStyle name="DEFAULT" styleID="0" fgColor="C7C7C7" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
|
||||
<WordsStyle name="COMMENT" styleID="1" fgColor="666666" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
|
||||
<WordsStyle name="INSTRUCTION WORD" styleID="2" fgColor="9865A8" bgColor="2E2E2E" fontName="" fontStyle="1" fontSize="" keywordClass="instre1" />
|
||||
<!--<WordsStyle name="BASE WORD" styleID="3" fgColor="8000FF" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />-->
|
||||
<WordsStyle name="BASE WORD" styleID="3" fgColor="E6C74E" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
|
||||
<WordsStyle name="KEYWORD" styleID="4" fgColor="9865A8" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" keywordClass="type1" />
|
||||
<WordsStyle name="NUMBER" styleID="5" fgColor="E6C74E" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
|
||||
<WordsStyle name="STRING" styleID="6" fgColor="F57F3D" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
|
||||
<!--<WordsStyle name="STRING2" styleID="7" fgColor="808080" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />-->
|
||||
<WordsStyle name="STRING2" styleID="7" fgColor="F57F3D" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
|
||||
<WordsStyle name="OPERATOR" styleID="8" fgColor="8F8F8F" bgColor="2E2E2E" fontName="" fontStyle="1" fontSize="" />
|
||||
<!--<WordsStyle name="INFIX" styleID="10" fgColor="804000" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />-->
|
||||
<WordsStyle name="INFIX" styleID="10" fgColor="9865A8" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
|
||||
<WordsStyle name="IDENTIFIER" styleID="9" fgColor="C7C7C7" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
|
||||
</LexerType>-->
|
||||
</LexerType>
|
||||
<LexerType name="rc" desc="RC" ext="">
|
||||
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="FF5757" bgColor="2E2E2E" fontName="" fontStyle="1" fontSize="" />
|
||||
<WordsStyle name="DEFAULT" styleID="11" fgColor="C7C7C7" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
|
||||
|
@ -720,13 +729,13 @@ About : This styler has been built by Franck ALBARET - https://dansleru.s
|
|||
<WordsStyle name="DEFAULT" styleID="0" fgColor="C7C7C7" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
|
||||
<WordsStyle name="COMMENTLINE" styleID="1" fgColor="666666" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
|
||||
<WordsStyle name="NUMBER" styleID="2" fgColor="E6C74E" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
|
||||
<!--<WordsStyle name="FUNCTION WORD" styleID="3" fgColor="0000FF" bgColor="2E2E2E" fontName="" fontStyle="1" fontSize="" keywordClass="instre1" />
|
||||
<WordsStyle name="FUNCTION WORD2" styleID="4" fgColor="0000FF" bgColor="2E2E2E" fontName="" fontStyle="1" fontSize="" keywordClass="instre2" />
|
||||
<WordsStyle name="SYMBOL" styleID="5" fgColor="000080" bgColor="2E2E2E" fontName="" fontStyle="1" fontSize="" />-->
|
||||
<WordsStyle name="FUNCTION WORD" styleID="3" fgColor="FF5757" bgColor="2E2E2E" fontName="" fontStyle="1" fontSize="" keywordClass="instre1" />
|
||||
<WordsStyle name="FUNCTION WORD2" styleID="4" fgColor="C7C7C7" bgColor="2E2E2E" fontName="" fontStyle="1" fontSize="" keywordClass="instre2" />
|
||||
<WordsStyle name="SYMBOL" styleID="5" fgColor="C7C7C7" bgColor="2E2E2E" fontName="" fontStyle="1" fontSize="" />
|
||||
<WordsStyle name="STRING" styleID="6" fgColor="F57F3D" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
|
||||
<WordsStyle name="IDENTIFIER" styleID="9" fgColor="C7C7C7" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
|
||||
<WordsStyle name="OPERATOR" styleID="10" fgColor="8F8F8F" bgColor="2E2E2E" fontName="" fontStyle="1" fontSize="" keywordClass="type1" />
|
||||
<!--<WordsStyle name="SPECIAL" styleID="11" fgColor="800000" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />-->
|
||||
<WordsStyle name="SPECIAL" styleID="11" fgColor="FF5757" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
|
||||
<WordsStyle name="COMMENT" styleID="12" fgColor="808080" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
|
||||
</LexerType>
|
||||
<LexerType name="smalltalk" desc="Smalltalk" ext="">
|
||||
|
@ -791,7 +800,7 @@ About : This styler has been built by Franck ALBARET - https://dansleru.s
|
|||
<WordsStyle name="STRING" styleID="4" fgColor="F57F3D" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
|
||||
<WordsStyle name="PREPROCESSOR" styleID="5" fgColor="FF5757" bgColor="2E2E2E" fontName="" fontStyle="1" fontSize="" />
|
||||
<WordsStyle name="OPERATOR" styleID="6" fgColor="8F8F8F" bgColor="2E2E2E" fontName="" fontStyle="1" fontSize="" />
|
||||
<!--<WordsStyle name="DATE" styleID="8" fgColor="9B859D" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />-->
|
||||
<WordsStyle name="DATE" styleID="8" fgColor="F57F3D" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
|
||||
</LexerType>
|
||||
<LexerType name="verilog" desc="Verilog" ext="">
|
||||
<WordsStyle name="DEFAULT" styleID="0" fgColor="C7C7C7" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
|
||||
|
@ -842,7 +851,6 @@ About : This styler has been built by Franck ALBARET - https://dansleru.s
|
|||
<WordsStyle name="ATTRIBUTE" styleID="3" fgColor="FF5757" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
|
||||
<WordsStyle name="ATTRIBUTEUNKNOWN" styleID="4" fgColor="FF5757" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
|
||||
<WordsStyle name="SGMLDEFAULT" styleID="21" fgColor="F57F3D" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
|
||||
<!--<WordsStyle name="CDATA" styleID="17" fgColor="E6C74E" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />-->
|
||||
<WordsStyle name="CDATA" styleID="17" fgColor="F57F3D" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
|
||||
<WordsStyle name="ENTITY" styleID="10" fgColor="E6C74E" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
|
||||
</LexerType>
|
||||
|
@ -852,10 +860,10 @@ About : This styler has been built by Franck ALBARET - https://dansleru.s
|
|||
<WordsStyle name="COMMENT" styleID="1" fgColor="666666" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
|
||||
<WordsStyle name="INSTRUCTION WORD" styleID="3" fgColor="9865A8" bgColor="2E2E2E" fontName="" fontStyle="1" fontSize="" keywordClass="instre1" />
|
||||
<WordsStyle name="NUMBER" styleID="4" fgColor="E6C74E" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
|
||||
<!--<WordsStyle name="REFERENCE" styleID="5" fgColor="804000" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
|
||||
<WordsStyle name="DOCUMENT" styleID="6" fgColor="0000FF" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
|
||||
<WordsStyle name="TEXT" styleID="7" fgColor="808080" bgColor="2E2E2E" fontName="" fontStyle="1" fontSize="" />
|
||||
<WordsStyle name="ERROR" styleID="8" fgColor="FF0000" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />-->
|
||||
<WordsStyle name="REFERENCE" styleID="5" fgColor="A88AB6" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
|
||||
<WordsStyle name="DOCUMENT" styleID="6" fgColor="E6C74E" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
|
||||
<WordsStyle name="TEXT" styleID="7" fgColor="E6C74E" bgColor="2E2E2E" fontName="" fontStyle="1" fontSize="" />
|
||||
<WordsStyle name="ERROR" styleID="8" fgColor="A88AB6" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
|
||||
</LexerType>
|
||||
<LexerType name="searchResult" desc="Search result" ext="">
|
||||
<WordsStyle name="Search Header" styleID="1" fgColor="000080" bgColor="BBBBFF" fontName="" fontStyle="1" fontSize="" />
|
||||
|
@ -868,10 +876,10 @@ About : This styler has been built by Franck ALBARET - https://dansleru.s
|
|||
</LexerStyles>
|
||||
<GlobalStyles>
|
||||
<!-- Attention : Don't modify the name of styleID="0" -->
|
||||
<WidgetStyle name="Global override" styleID="0" fgColor="C7C7C7" bgColor="2E2E2E" fontName="Consolas" fontStyle="0" fontSize="10" />
|
||||
<WidgetStyle name="Global override" styleID="0" fgColor="C7C7C7" bgColor="2E2E2E" fontName="Source Code Pro" fontStyle="0" fontSize="10" />
|
||||
<WidgetStyle name="Default Style" styleID="32" fgColor="C7C7C7" bgColor="2E2E2E" fontName="Source Code Pro" fontStyle="0" fontSize="10" />
|
||||
<WidgetStyle name="Indent guideline style" styleID="37" fgColor="4D4D4D" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="10" />
|
||||
<WidgetStyle name="Brace highlight style" styleID="34" fgColor="9865a8" bgColor="A88AB6" fontName="" fontStyle="1" fontSize="10" />
|
||||
<WidgetStyle name="Brace highlight style" styleID="34" fgColor="9865A8" bgColor="A88AB6" fontName="" fontStyle="1" fontSize="10" />
|
||||
<WidgetStyle name="Bad brace colour" styleID="35" fgColor="A88AB6" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="10" />
|
||||
<WidgetStyle name="Current line background colour" styleID="0" bgColor="363636" fontStyle="0" fgColor="C7C7C7" fontSize="" />
|
||||
<WidgetStyle name="Mark colour" styleID="0" fgColor="A88AB6" bgColor="2E2E2E" fontStyle="0" />
|
||||
|
@ -897,6 +905,6 @@ About : This styler has been built by Franck ALBARET - https://dansleru.s
|
|||
<WidgetStyle name="Active tab unfocused indicator" styleID="0" fgColor="C792EA" bgColor="2E2E2E" fontStyle="0" />
|
||||
<WidgetStyle name="Active tab text" styleID="0" fgColor="000000" bgColor="C0C0C0" fontStyle="0" />
|
||||
<WidgetStyle name="Inactive tabs" styleID="0" fgColor="808080" bgColor="C0C0C0" fontStyle="0" />
|
||||
<WidgetStyle name="URL hovered" styleID="0" fgColor="FFFFFF" />
|
||||
<WidgetStyle name="URL hovered" styleID="0" fgColor="FFFFFF" fontStyle="0" />
|
||||
</GlobalStyles>
|
||||
</NotepadPlus>
|
Loading…
Reference in a new issue