Style Configurator: reorder Global Override style in all themes

Fix #16214, close #16215
This commit is contained in:
PeterCJ 2025-02-21 08:02:08 -08:00 committed by Don Ho
parent c2f84143d9
commit 17287d7567
22 changed files with 59 additions and 59 deletions

View File

@ -999,7 +999,6 @@ Credits:
</LexerStyles> </LexerStyles>
<GlobalStyles> <GlobalStyles>
<!-- Attention : Don't modify the name of styleID="0" --> <!-- Attention : Don't modify the name of styleID="0" -->
<WidgetStyle name="Global override" styleID="0" fgColor="BDAE9D" bgColor="2A211C" fontName="DejaVu Sans Mono" fontStyle="0" fontSize="10" />
<WidgetStyle name="Default Style" styleID="32" fgColor="BDAE9D" bgColor="2A211C" fontName="DejaVu Sans Mono" fontStyle="0" fontSize="10" /> <WidgetStyle name="Default Style" styleID="32" fgColor="BDAE9D" bgColor="2A211C" fontName="DejaVu Sans Mono" fontStyle="0" fontSize="10" />
<WidgetStyle name="Indent guideline style" styleID="37" fgColor="888A85" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" /> <WidgetStyle name="Indent guideline style" styleID="37" fgColor="888A85" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WidgetStyle name="Brace highlight style" styleID="34" fgColor="E5C138" bgColor="2A211C" fontName="" fontStyle="1" fontSize="10" /> <WidgetStyle name="Brace highlight style" styleID="34" fgColor="E5C138" bgColor="2A211C" fontName="" fontStyle="1" fontSize="10" />
@ -1052,5 +1051,6 @@ Credits:
<WidgetStyle name="URL hovered" styleID="0" fgColor="FFFFFF" /> <WidgetStyle name="URL hovered" styleID="0" fgColor="FFFFFF" />
<WidgetStyle name="Document map" styleID="0" fgColor="BDAE9D" bgColor="2A211C" /> <WidgetStyle name="Document map" styleID="0" fgColor="BDAE9D" bgColor="2A211C" />
<WidgetStyle name="EOL custom color" styleID="0" fgColor="808080" /> <WidgetStyle name="EOL custom color" styleID="0" fgColor="808080" />
<WidgetStyle name="Global override" styleID="0" fgColor="BDAE9D" bgColor="2A211C" fontName="DejaVu Sans Mono" fontStyle="0" fontSize="10" />
</GlobalStyles> </GlobalStyles>
</NotepadPlus> </NotepadPlus>

View File

@ -358,7 +358,7 @@ Credits:
<WordsStyle name="COMPACT IRI" styleID="10" fgColor="0000FF" bgColor="0C1021" fontName="" fontStyle="1" fontSize="" /> <WordsStyle name="COMPACT IRI" styleID="10" fgColor="0000FF" bgColor="0C1021" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="KEYWORD" styleID="11" fgColor="18AF8A" bgColor="0C1021" fontName="" fontStyle="1" fontSize="" keywordClass="instre1"/> <WordsStyle name="KEYWORD" styleID="11" fgColor="18AF8A" bgColor="0C1021" fontName="" fontStyle="1" fontSize="" keywordClass="instre1"/>
<WordsStyle name="LD KEYWORD" styleID="12" fgColor="FF0000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" /> <WordsStyle name="LD KEYWORD" styleID="12" fgColor="FF0000" bgColor="0C1021" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
<WordsStyle name="ERROR" styleID="13" fgColor="FFFF80" bgColor="FF0000" fontName="" fontStyle="0" fontSize="" /> <WordsStyle name="ERROR" styleID="13" fgColor="FFFF80" bgColor="FF0000" fontName="" fontStyle="0" fontSize="" />
</LexerType> </LexerType>
<LexerType name="asp" desc="asp" ext="asp"> <LexerType name="asp" desc="asp" ext="asp">
<WordsStyle name="DEFAULT" styleID="81" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" /> <WordsStyle name="DEFAULT" styleID="81" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
@ -997,7 +997,6 @@ Credits:
</LexerStyles> </LexerStyles>
<GlobalStyles> <GlobalStyles>
<!-- Attention : Don't modify the name of styleID="0" --> <!-- Attention : Don't modify the name of styleID="0" -->
<WidgetStyle name="Global override" styleID="0" fgColor="F8F8F8" bgColor="0C1021" fontName="DejaVu Sans Mono" fontStyle="0" fontSize="10" />
<WidgetStyle name="Default Style" styleID="32" fgColor="F8F8F8" bgColor="0C1021" fontName="DejaVu Sans Mono" fontStyle="0" fontSize="10" /> <WidgetStyle name="Default Style" styleID="32" fgColor="F8F8F8" bgColor="0C1021" fontName="DejaVu Sans Mono" fontStyle="0" fontSize="10" />
<WidgetStyle name="Indent guideline style" styleID="37" fgColor="888A85" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" /> <WidgetStyle name="Indent guideline style" styleID="37" fgColor="888A85" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WidgetStyle name="Brace highlight style" styleID="34" fgColor="FCE94F" bgColor="0C1021" fontName="" fontStyle="1" fontSize="10" /> <WidgetStyle name="Brace highlight style" styleID="34" fgColor="FCE94F" bgColor="0C1021" fontName="" fontStyle="1" fontSize="10" />
@ -1050,5 +1049,6 @@ Credits:
<WidgetStyle name="URL hovered" styleID="0" fgColor="BDAE9D" /> <WidgetStyle name="URL hovered" styleID="0" fgColor="BDAE9D" />
<WidgetStyle name="Document map" styleID="0" fgColor="F8F8F8" bgColor="0C1021" /> <WidgetStyle name="Document map" styleID="0" fgColor="F8F8F8" bgColor="0C1021" />
<WidgetStyle name="EOL custom color" styleID="0" fgColor="808080" /> <WidgetStyle name="EOL custom color" styleID="0" fgColor="808080" />
<WidgetStyle name="Global override" styleID="0" fgColor="F8F8F8" bgColor="0C1021" fontName="DejaVu Sans Mono" fontStyle="0" fontSize="10" />
</GlobalStyles> </GlobalStyles>
</NotepadPlus> </NotepadPlus>

View File

@ -350,7 +350,7 @@ Credits:
<WordsStyle name="COMPACT IRI" styleID="10" fgColor="0000FF" bgColor="1A0F0B" fontName="" fontStyle="1" fontSize="" /> <WordsStyle name="COMPACT IRI" styleID="10" fgColor="0000FF" bgColor="1A0F0B" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="KEYWORD" styleID="11" fgColor="18AF8A" bgColor="1A0F0B" fontName="" fontStyle="1" fontSize="" keywordClass="instre1"/> <WordsStyle name="KEYWORD" styleID="11" fgColor="18AF8A" bgColor="1A0F0B" fontName="" fontStyle="1" fontSize="" keywordClass="instre1"/>
<WordsStyle name="LD KEYWORD" styleID="12" fgColor="FF0000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" /> <WordsStyle name="LD KEYWORD" styleID="12" fgColor="FF0000" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
<WordsStyle name="ERROR" styleID="13" fgColor="FFFF80" bgColor="FF0000" fontName="" fontStyle="0" fontSize="" /> <WordsStyle name="ERROR" styleID="13" fgColor="FFFF80" bgColor="FF0000" fontName="" fontStyle="0" fontSize="" />
</LexerType> </LexerType>
<LexerType name="asp" desc="asp" ext="asp"> <LexerType name="asp" desc="asp" ext="asp">
<WordsStyle name="DEFAULT" styleID="81" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" /> <WordsStyle name="DEFAULT" styleID="81" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
@ -989,7 +989,6 @@ Credits:
</LexerStyles> </LexerStyles>
<GlobalStyles> <GlobalStyles>
<!-- Attention : Don't modify the name of styleID="0" --> <!-- Attention : Don't modify the name of styleID="0" -->
<WidgetStyle name="Global override" styleID="0" fgColor="C3BE98" bgColor="1A0F0B" fontName="DejaVu Sans Mono" fontStyle="0" fontSize="10" />
<WidgetStyle name="Default Style" styleID="32" fgColor="C3BE98" bgColor="1A0F0B" fontName="DejaVu Sans Mono" fontStyle="0" fontSize="10" /> <WidgetStyle name="Default Style" styleID="32" fgColor="C3BE98" bgColor="1A0F0B" fontName="DejaVu Sans Mono" fontStyle="0" fontSize="10" />
<WidgetStyle name="Indent guideline style" styleID="37" fgColor="888A85" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" /> <WidgetStyle name="Indent guideline style" styleID="37" fgColor="888A85" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WidgetStyle name="Brace highlight style" styleID="34" fgColor="FCE94F" bgColor="1A0F0B" fontName="" fontStyle="1" fontSize="10" /> <WidgetStyle name="Brace highlight style" styleID="34" fgColor="FCE94F" bgColor="1A0F0B" fontName="" fontStyle="1" fontSize="10" />
@ -1042,5 +1041,6 @@ Credits:
<WidgetStyle name="URL hovered" styleID="0" fgColor="FFFFFF" /> <WidgetStyle name="URL hovered" styleID="0" fgColor="FFFFFF" />
<WidgetStyle name="Document map" styleID="0" fgColor="C3BE98" bgColor="1A0F0B" /> <WidgetStyle name="Document map" styleID="0" fgColor="C3BE98" bgColor="1A0F0B" />
<WidgetStyle name="EOL custom color" styleID="0" fgColor="808080" /> <WidgetStyle name="EOL custom color" styleID="0" fgColor="808080" />
<WidgetStyle name="Global override" styleID="0" fgColor="C3BE98" bgColor="1A0F0B" fontName="DejaVu Sans Mono" fontStyle="0" fontSize="10" />
</GlobalStyles> </GlobalStyles>
</NotepadPlus> </NotepadPlus>

View File

@ -1108,7 +1108,6 @@ Installation : Copy this file to "%APPDATA%\Notepad++\themes" and in a portable
</LexerStyles> </LexerStyles>
<GlobalStyles> <GlobalStyles>
<!-- Attention : Don't modify the name of styleID="0" --> <!-- Attention : Don't modify the name of styleID="0" -->
<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="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="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" />
@ -1161,5 +1160,6 @@ Installation : Copy this file to "%APPDATA%\Notepad++\themes" and in a portable
<WidgetStyle name="URL hovered" styleID="0" fgColor="FFFFFF" /> <WidgetStyle name="URL hovered" styleID="0" fgColor="FFFFFF" />
<WidgetStyle name="Document map" styleID="0" fgColor="C7C7C7" bgColor="2E2E2E" /> <WidgetStyle name="Document map" styleID="0" fgColor="C7C7C7" bgColor="2E2E2E" />
<WidgetStyle name="EOL custom color" styleID="0" fgColor="808080" /> <WidgetStyle name="EOL custom color" styleID="0" fgColor="808080" />
<WidgetStyle name="Global override" styleID="0" fgColor="C7C7C7" bgColor="2E2E2E" fontName="Source Code Pro" fontStyle="0" fontSize="10" />
</GlobalStyles> </GlobalStyles>
</NotepadPlus> </NotepadPlus>

View File

@ -1721,7 +1721,6 @@ License: GPL2
</LexerStyles> </LexerStyles>
<GlobalStyles> <GlobalStyles>
<!-- Attention : Don't modify the name of styleID="0" --> <!-- Attention : Don't modify the name of styleID="0" -->
<WidgetStyle name="Global override" styleID="0" fgColor="DCDCCC" bgColor="3F3F3F" fontName="Consolas" fontStyle="0" fontSize="10" />
<WidgetStyle name="Default Style" styleID="32" fgColor="DCDCCC" bgColor="3F3F3F" fontName="Consolas" fontStyle="0" fontSize="10" /> <WidgetStyle name="Default Style" styleID="32" fgColor="DCDCCC" bgColor="3F3F3F" fontName="Consolas" fontStyle="0" fontSize="10" />
<WidgetStyle name="Indent guideline style" styleID="37" fgColor="4F5F5F" bgColor="3F3F3F" fontName="" fontStyle="0" fontSize="" /> <WidgetStyle name="Indent guideline style" styleID="37" fgColor="4F5F5F" bgColor="3F3F3F" fontName="" fontStyle="0" fontSize="" />
<WidgetStyle name="Brace highlight style" styleID="34" fgColor="F0F9F9" bgColor="3F3F3F" fontName="" fontStyle="1" fontSize="" /> <WidgetStyle name="Brace highlight style" styleID="34" fgColor="F0F9F9" bgColor="3F3F3F" fontName="" fontStyle="1" fontSize="" />
@ -1775,5 +1774,6 @@ License: GPL2
<WidgetStyle name="Document map" styleID="0" fgColor="000000" bgColor="FFFFFF" /> <WidgetStyle name="Document map" styleID="0" fgColor="000000" bgColor="FFFFFF" />
<WidgetStyle name="EOL custom color" styleID="0" fgColor="808080" /> <WidgetStyle name="EOL custom color" styleID="0" fgColor="808080" />
<WidgetStyle name="Non-printing characters custom color" styleID="0" fgColor="5F5F5F" /> <WidgetStyle name="Non-printing characters custom color" styleID="0" fgColor="5F5F5F" />
<WidgetStyle name="Global override" styleID="0" fgColor="DCDCCC" bgColor="3F3F3F" fontName="Consolas" fontStyle="0" fontSize="10" />
</GlobalStyles> </GlobalStyles>
</NotepadPlus> </NotepadPlus>

View File

@ -994,7 +994,6 @@ https://notepad-plus-plus.org/donate/
</LexerStyles> </LexerStyles>
<GlobalStyles> <GlobalStyles>
<!-- Attention : Don't modify the name of styleID="0" --> <!-- Attention : Don't modify the name of styleID="0" -->
<WidgetStyle name="Global override" styleID="0" fgColor="FFFFFF" bgColor="000000" fontName="Courier New" fontStyle="0" fontSize="9" />
<WidgetStyle name="Default Style" styleID="32" fgColor="FFFFFF" bgColor="000000" fontName="Courier New" fontStyle="0" fontSize="9" /> <WidgetStyle name="Default Style" styleID="32" fgColor="FFFFFF" bgColor="000000" fontName="Courier New" fontStyle="0" fontSize="9" />
<WidgetStyle name="Indent guideline style" styleID="37" fgColor="C0C0C0" bgColor="000000" fontName="" fontStyle="0" fontSize="" /> <WidgetStyle name="Indent guideline style" styleID="37" fgColor="C0C0C0" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WidgetStyle name="Brace highlight style" styleID="34" fgColor="00FF00" bgColor="000000" fontName="" fontStyle="1" fontSize="" /> <WidgetStyle name="Brace highlight style" styleID="34" fgColor="00FF00" bgColor="000000" fontName="" fontStyle="1" fontSize="" />
@ -1048,5 +1047,6 @@ https://notepad-plus-plus.org/donate/
<WidgetStyle name="Document map" styleID="0" fgColor="FF8000" bgColor="FFFFFF" /> <WidgetStyle name="Document map" styleID="0" fgColor="FF8000" bgColor="FFFFFF" />
<WidgetStyle name="EOL custom color" styleID="0" fgColor="808080" /> <WidgetStyle name="EOL custom color" styleID="0" fgColor="808080" />
<WidgetStyle name="Non-printing characters custom color" styleID="0" fgColor="FF8080" /> <WidgetStyle name="Non-printing characters custom color" styleID="0" fgColor="FF8080" />
<WidgetStyle name="Global override" styleID="0" fgColor="FFFFFF" bgColor="000000" fontName="Courier New" fontStyle="0" fontSize="9" />
</GlobalStyles> </GlobalStyles>
</NotepadPlus> </NotepadPlus>

View File

@ -966,7 +966,6 @@ so your enhanced file can be included in Notepad++ future release.
</LexerStyles> </LexerStyles>
<GlobalStyles> <GlobalStyles>
<!-- Attention : Don't modify the name of styleID="0" --> <!-- Attention : Don't modify the name of styleID="0" -->
<WidgetStyle name="Global override" styleID="0" fgColor="FFFF80" bgColor="FFB0FF" fontName="Courier New" fontStyle="0" fontSize="10" />
<WidgetStyle name="Default Style" styleID="32" fgColor="000000" bgColor="FFB0FF" fontName="Courier New" fontStyle="0" fontSize="10" /> <WidgetStyle name="Default Style" styleID="32" fgColor="000000" bgColor="FFB0FF" fontName="Courier New" fontStyle="0" fontSize="10" />
<WidgetStyle name="Indent guideline style" styleID="37" fgColor="C0C0C0" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" /> <WidgetStyle name="Indent guideline style" styleID="37" fgColor="C0C0C0" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WidgetStyle name="Brace highlight style" styleID="34" fgColor="FF0000" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="12" /> <WidgetStyle name="Brace highlight style" styleID="34" fgColor="FF0000" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="12" />
@ -1019,5 +1018,6 @@ so your enhanced file can be included in Notepad++ future release.
<WidgetStyle name="URL hovered" styleID="0" fgColor="FFFFFF" /> <WidgetStyle name="URL hovered" styleID="0" fgColor="FFFFFF" />
<WidgetStyle name="Document map" styleID="0" fgColor="000000" bgColor="FFB0FF" /> <WidgetStyle name="Document map" styleID="0" fgColor="000000" bgColor="FFB0FF" />
<WidgetStyle name="EOL custom color" styleID="0" fgColor="808080" /> <WidgetStyle name="EOL custom color" styleID="0" fgColor="808080" />
<WidgetStyle name="Global override" styleID="0" fgColor="FFFF80" bgColor="FFB0FF" fontName="Courier New" fontStyle="0" fontSize="10" />
</GlobalStyles> </GlobalStyles>
</NotepadPlus> </NotepadPlus>

View File

@ -1123,7 +1123,6 @@ Installation:
</LexerStyles> </LexerStyles>
<GlobalStyles> <GlobalStyles>
<!-- Attention : Don't modify the name of styleID="0" --> <!-- Attention : Don't modify the name of styleID="0" -->
<WidgetStyle name="Global override" styleID="0" fgColor="B7975D" bgColor="2B0F01" fontName="Consolas" fontStyle="0" fontSize="10" />
<WidgetStyle name="Default Style" styleID="32" fgColor="B7975D" bgColor="2B0F01" fontName="Consolas" fontStyle="0" fontSize="10" /> <WidgetStyle name="Default Style" styleID="32" fgColor="B7975D" bgColor="2B0F01" fontName="Consolas" fontStyle="0" fontSize="10" />
<WidgetStyle name="Indent guideline style" styleID="37" fgColor="8B642B" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" /> <WidgetStyle name="Indent guideline style" styleID="37" fgColor="8B642B" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WidgetStyle name="Brace highlight style" styleID="34" fgColor="2B0F01" bgColor="EC6221" fontName="" fontStyle="1" fontSize="" /> <WidgetStyle name="Brace highlight style" styleID="34" fgColor="2B0F01" bgColor="EC6221" fontName="" fontStyle="1" fontSize="" />
@ -1176,5 +1175,6 @@ Installation:
<WidgetStyle name="URL hovered" styleID="0" fgColor="FFFFFF" /> <WidgetStyle name="URL hovered" styleID="0" fgColor="FFFFFF" />
<WidgetStyle name="Document map" styleID="0" fgColor="B7975D" bgColor="2B0F01" /> <WidgetStyle name="Document map" styleID="0" fgColor="B7975D" bgColor="2B0F01" />
<WidgetStyle name="EOL custom color" styleID="0" fgColor="808080" /> <WidgetStyle name="EOL custom color" styleID="0" fgColor="808080" />
<WidgetStyle name="Global override" styleID="0" fgColor="B7975D" bgColor="2B0F01" fontName="Consolas" fontStyle="0" fontSize="10" />
</GlobalStyles> </GlobalStyles>
</NotepadPlus> </NotepadPlus>

View File

@ -382,7 +382,7 @@ Credits:
<WordsStyle name="COMPACT IRI" styleID="10" fgColor="0000FF" bgColor="222C28" fontName="" fontStyle="1" fontSize="" /> <WordsStyle name="COMPACT IRI" styleID="10" fgColor="0000FF" bgColor="222C28" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="KEYWORD" styleID="11" fgColor="18AF8A" bgColor="222C28" fontName="" fontStyle="1" fontSize="" keywordClass="instre1"/> <WordsStyle name="KEYWORD" styleID="11" fgColor="18AF8A" bgColor="222C28" fontName="" fontStyle="1" fontSize="" keywordClass="instre1"/>
<WordsStyle name="LD KEYWORD" styleID="12" fgColor="FF0000" bgColor="222C28" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" /> <WordsStyle name="LD KEYWORD" styleID="12" fgColor="FF0000" bgColor="222C28" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
<WordsStyle name="ERROR" styleID="13" fgColor="FFFF80" bgColor="FF0000" fontName="" fontStyle="0" fontSize="" /> <WordsStyle name="ERROR" styleID="13" fgColor="FFFF80" bgColor="FF0000" fontName="" fontStyle="0" fontSize="" />
</LexerType> </LexerType>
<LexerType name="asp" desc="asp" ext="asp"> <LexerType name="asp" desc="asp" ext="asp">
<WordsStyle name="DEFAULT" styleID="81" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" /> <WordsStyle name="DEFAULT" styleID="81" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
@ -993,7 +993,6 @@ Credits:
</LexerStyles> </LexerStyles>
<GlobalStyles> <GlobalStyles>
<!-- Attention : Don't modify the name of styleID="0" --> <!-- Attention : Don't modify the name of styleID="0" -->
<WidgetStyle name="Global override" styleID="0" fgColor="FFFFFF" bgColor="222C28" fontName="DejaVu Sans Mono" fontStyle="0" fontSize="10" />
<WidgetStyle name="Default Style" styleID="32" fgColor="FFFFFF" bgColor="222C28" fontName="DejaVu Sans Mono" fontStyle="0" fontSize="10" /> <WidgetStyle name="Default Style" styleID="32" fgColor="FFFFFF" bgColor="222C28" fontName="DejaVu Sans Mono" fontStyle="0" fontSize="10" />
<WidgetStyle name="Indent guideline style" styleID="37" fgColor="888A85" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" /> <WidgetStyle name="Indent guideline style" styleID="37" fgColor="888A85" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WidgetStyle name="Brace highlight style" styleID="34" fgColor="FCE94F" bgColor="222C28" fontName="" fontStyle="1" fontSize="10" /> <WidgetStyle name="Brace highlight style" styleID="34" fgColor="FCE94F" bgColor="222C28" fontName="" fontStyle="1" fontSize="10" />
@ -1046,5 +1045,6 @@ Credits:
<WidgetStyle name="URL hovered" styleID="0" fgColor="FFFFFF" /> <WidgetStyle name="URL hovered" styleID="0" fgColor="FFFFFF" />
<WidgetStyle name="Document map" styleID="0" fgColor="FFFFFF" bgColor="222C28" /> <WidgetStyle name="Document map" styleID="0" fgColor="FFFFFF" bgColor="222C28" />
<WidgetStyle name="EOL custom color" styleID="0" fgColor="808080" /> <WidgetStyle name="EOL custom color" styleID="0" fgColor="808080" />
<WidgetStyle name="Global override" styleID="0" fgColor="FFFFFF" bgColor="222C28" fontName="DejaVu Sans Mono" fontStyle="0" fontSize="10" />
</GlobalStyles> </GlobalStyles>
</NotepadPlus> </NotepadPlus>

View File

@ -382,7 +382,7 @@ Credits:
<WordsStyle name="COMPACT IRI" styleID="10" fgColor="0000FF" bgColor="272822" fontName="" fontStyle="1" fontSize="" /> <WordsStyle name="COMPACT IRI" styleID="10" fgColor="0000FF" bgColor="272822" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="KEYWORD" styleID="11" fgColor="18AF8A" bgColor="272822" fontName="" fontStyle="1" fontSize="" keywordClass="instre1"/> <WordsStyle name="KEYWORD" styleID="11" fgColor="18AF8A" bgColor="272822" fontName="" fontStyle="1" fontSize="" keywordClass="instre1"/>
<WordsStyle name="LD KEYWORD" styleID="12" fgColor="FF0000" bgColor="272822" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" /> <WordsStyle name="LD KEYWORD" styleID="12" fgColor="FF0000" bgColor="272822" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
<WordsStyle name="ERROR" styleID="13" fgColor="FFFF80" bgColor="FF0000" fontName="" fontStyle="0" fontSize="" /> <WordsStyle name="ERROR" styleID="13" fgColor="FFFF80" bgColor="FF0000" fontName="" fontStyle="0" fontSize="" />
</LexerType> </LexerType>
<LexerType name="asp" desc="asp" ext="asp"> <LexerType name="asp" desc="asp" ext="asp">
<WordsStyle name="DEFAULT" styleID="81" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" /> <WordsStyle name="DEFAULT" styleID="81" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
@ -1009,7 +1009,6 @@ Credits:
</LexerStyles> </LexerStyles>
<GlobalStyles> <GlobalStyles>
<!-- Attention : Don't modify the name of styleID="0" --> <!-- Attention : Don't modify the name of styleID="0" -->
<WidgetStyle name="Global override" styleID="0" fgColor="F8F8F2" bgColor="272822" fontName="DejaVu Sans Mono" fontStyle="0" fontSize="10" />
<WidgetStyle name="Default Style" styleID="32" fgColor="F8F8F2" bgColor="272822" fontName="DejaVu Sans Mono" fontStyle="0" fontSize="10" /> <WidgetStyle name="Default Style" styleID="32" fgColor="F8F8F2" bgColor="272822" fontName="DejaVu Sans Mono" fontStyle="0" fontSize="10" />
<WidgetStyle name="Indent guideline style" styleID="37" fgColor="888A85" bgColor="272822" fontName="" fontStyle="0" fontSize="10" /> <WidgetStyle name="Indent guideline style" styleID="37" fgColor="888A85" bgColor="272822" fontName="" fontStyle="0" fontSize="10" />
<WidgetStyle name="Brace highlight style" styleID="34" fgColor="FCE94F" bgColor="272822" fontName="" fontStyle="1" fontSize="10" /> <WidgetStyle name="Brace highlight style" styleID="34" fgColor="FCE94F" bgColor="272822" fontName="" fontStyle="1" fontSize="10" />
@ -1062,5 +1061,6 @@ Credits:
<WidgetStyle name="URL hovered" styleID="0" fgColor="FFFFFF" /> <WidgetStyle name="URL hovered" styleID="0" fgColor="FFFFFF" />
<WidgetStyle name="Document map" styleID="0" fgColor="F8F8F2" bgColor="272822" /> <WidgetStyle name="Document map" styleID="0" fgColor="F8F8F2" bgColor="272822" />
<WidgetStyle name="EOL custom color" styleID="0" fgColor="808080" /> <WidgetStyle name="EOL custom color" styleID="0" fgColor="808080" />
<WidgetStyle name="Global override" styleID="0" fgColor="F8F8F2" bgColor="272822" fontName="DejaVu Sans Mono" fontStyle="0" fontSize="10" />
</GlobalStyles> </GlobalStyles>
</NotepadPlus> </NotepadPlus>

View File

@ -4,7 +4,7 @@ File Name: MossyLawn.xml
Style Name: MossyLawn Style Name: MossyLawn
Description: MossyLawn theme for Notepad++. Description: MossyLawn theme for Notepad++.
A "natural" theme for NP++ A "natural" theme for NP++
The hues are taken from photographs of mosses and grasses, with a few The hues are taken from photographs of mosses and grasses, with a few
hues from tree trunks, autumn leaves and flowers added for contrast. hues from tree trunks, autumn leaves and flowers added for contrast.
The name is a tip of the hat to Terry Pratchett. The name is a tip of the hat to Terry Pratchett.
Supported languages: All the languages supported by release 6.7.4 Supported languages: All the languages supported by release 6.7.4
@ -14,7 +14,7 @@ Last Modified: 1/14/2015
Improved contrast for readbility. Improved contrast for readbility.
2023-09-30: update Perl support. 2023-09-30: update Perl support.
Released: 4/17/2012 Released: 4/17/2012
License: Feel free to modify this theme. License: Feel free to modify this theme.
This theme is available under the terms of the Creative Commons This theme is available under the terms of the Creative Commons
Attribution 3.0 Unported License. You are free to to copy, Attribution 3.0 Unported License. You are free to to copy,
distribute and transmit the work, to adapt the work, or to make distribute and transmit the work, to adapt the work, or to make
@ -22,7 +22,7 @@ License: Feel free to modify this theme.
attribute the work in the manner specified by the author or attribute the work in the manner specified by the author or
licensor (but not in any way that suggests that they endorse you licensor (but not in any way that suggests that they endorse you
or your use of the work). See or your use of the work). See
http://creativecommons.org/licenses/by/3.0/ http://creativecommons.org/licenses/by/3.0/
for a legal description of the license terms. Briefly, this for a legal description of the license terms. Briefly, this
means: please note in derivatives of this theme, that they are means: please note in derivatives of this theme, that they are
based on my work. Of course, if you are using this file as no based on my work. Of course, if you are using this file as no
@ -571,7 +571,7 @@ Installation:
<WordsStyle name="COMPACT IRI" styleID="10" fgColor="0000FF" bgColor="58693D" fontName="" fontStyle="1" fontSize="" /> <WordsStyle name="COMPACT IRI" styleID="10" fgColor="0000FF" bgColor="58693D" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="KEYWORD" styleID="11" fgColor="18AF8A" bgColor="58693D" fontName="" fontStyle="1" fontSize="" keywordClass="instre1"/> <WordsStyle name="KEYWORD" styleID="11" fgColor="18AF8A" bgColor="58693D" fontName="" fontStyle="1" fontSize="" keywordClass="instre1"/>
<WordsStyle name="LD KEYWORD" styleID="12" fgColor="FF0000" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" /> <WordsStyle name="LD KEYWORD" styleID="12" fgColor="FF0000" bgColor="58693D" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
<WordsStyle name="ERROR" styleID="13" fgColor="FFFF80" bgColor="FF0000" fontName="" fontStyle="0" fontSize="" /> <WordsStyle name="ERROR" styleID="13" fgColor="FFFF80" bgColor="FF0000" fontName="" fontStyle="0" fontSize="" />
</LexerType> </LexerType>
<LexerType name="kix" desc="KiXtart" ext=""> <LexerType name="kix" desc="KiXtart" ext="">
<WordsStyle name="DEFAULT" styleID="31" fgColor="f2c476" bgColor="58693D" fontName="" fontStyle="0" fontSize="" /> <WordsStyle name="DEFAULT" styleID="31" fgColor="f2c476" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
@ -1123,7 +1123,6 @@ Installation:
</LexerStyles> </LexerStyles>
<GlobalStyles> <GlobalStyles>
<!-- Attention : Don't modify the name of styleID="0" --> <!-- Attention : Don't modify the name of styleID="0" -->
<WidgetStyle name="Global override" styleID="0" fgColor="F2C476" bgColor="58693D" fontName="Consolas" fontStyle="0" fontSize="10" />
<WidgetStyle name="Default Style" styleID="32" fgColor="F2C476" bgColor="58693D" fontName="Consolas" fontStyle="0" fontSize="10" /> <WidgetStyle name="Default Style" styleID="32" fgColor="F2C476" bgColor="58693D" fontName="Consolas" fontStyle="0" fontSize="10" />
<WidgetStyle name="Indent guideline style" styleID="37" fgColor="003709" bgColor="58693D" fontName="" fontStyle="0" fontSize="" /> <WidgetStyle name="Indent guideline style" styleID="37" fgColor="003709" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WidgetStyle name="Brace highlight style" styleID="34" fgColor="561E0F" bgColor="9ECE3C" fontName="" fontStyle="1" fontSize="" /> <WidgetStyle name="Brace highlight style" styleID="34" fgColor="561E0F" bgColor="9ECE3C" fontName="" fontStyle="1" fontSize="" />
@ -1176,5 +1175,6 @@ Installation:
<WidgetStyle name="URL hovered" styleID="0" fgColor="FFFFFF" /> <WidgetStyle name="URL hovered" styleID="0" fgColor="FFFFFF" />
<WidgetStyle name="Document map" styleID="0" fgColor="F2C476" bgColor="58693D" /> <WidgetStyle name="Document map" styleID="0" fgColor="F2C476" bgColor="58693D" />
<WidgetStyle name="EOL custom color" styleID="0" fgColor="808080" /> <WidgetStyle name="EOL custom color" styleID="0" fgColor="808080" />
<WidgetStyle name="Global override" styleID="0" fgColor="F2C476" bgColor="58693D" fontName="Consolas" fontStyle="0" fontSize="10" />
</GlobalStyles> </GlobalStyles>
</NotepadPlus> </NotepadPlus>

View File

@ -11,7 +11,7 @@ Last Modified: 1/14/2015
Added support for CoffeeScript. Added support for CoffeeScript.
2023-09-30: update Perl support. 2023-09-30: update Perl support.
Released: 4/17/2012 Released: 4/17/2012
License: Feel free to modify this theme. License: Feel free to modify this theme.
This theme is available under the terms of the Creative Commons This theme is available under the terms of the Creative Commons
Attribution 3.0 Unported License. You are free to to copy, Attribution 3.0 Unported License. You are free to to copy,
distribute and transmit the work, to adapt the work, or to make distribute and transmit the work, to adapt the work, or to make
@ -19,7 +19,7 @@ License: Feel free to modify this theme.
attribute the work in the manner specified by the author or attribute the work in the manner specified by the author or
licensor (but not in any way that suggests that they endorse you licensor (but not in any way that suggests that they endorse you
or your use of the work). See or your use of the work). See
http://creativecommons.org/licenses/by/3.0/ http://creativecommons.org/licenses/by/3.0/
for a legal description of the license terms. Briefly, this for a legal description of the license terms. Briefly, this
means: please note in derivatives of this theme, that they are means: please note in derivatives of this theme, that they are
based on my work. Of course, if you are using this file as no based on my work. Of course, if you are using this file as no
@ -1120,7 +1120,6 @@ Installation:
</LexerStyles> </LexerStyles>
<GlobalStyles> <GlobalStyles>
<!-- Attention : Don't modify the name of styleID="0" --> <!-- Attention : Don't modify the name of styleID="0" -->
<WidgetStyle name="Global override" styleID="0" fgColor="000000" bgColor="BA9C80" fontName="Consolas" fontStyle="0" fontSize="10" />
<WidgetStyle name="Default Style" styleID="32" fgColor="000000" bgColor="BA9C80" fontName="Consolas" fontStyle="0" fontSize="10" /> <WidgetStyle name="Default Style" styleID="32" fgColor="000000" bgColor="BA9C80" fontName="Consolas" fontStyle="0" fontSize="10" />
<WidgetStyle name="Indent guideline style" styleID="37" fgColor="181880" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" /> <WidgetStyle name="Indent guideline style" styleID="37" fgColor="181880" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WidgetStyle name="Brace highlight style" styleID="34" fgColor="000000" bgColor="00FFFF" fontName="" fontStyle="1" fontSize="" /> <WidgetStyle name="Brace highlight style" styleID="34" fgColor="000000" bgColor="00FFFF" fontName="" fontStyle="1" fontSize="" />
@ -1173,5 +1172,6 @@ Installation:
<WidgetStyle name="URL hovered" styleID="0" fgColor="FFFFFF" /> <WidgetStyle name="URL hovered" styleID="0" fgColor="FFFFFF" />
<WidgetStyle name="Document map" styleID="0" fgColor="000000" bgColor="BA9C80" /> <WidgetStyle name="Document map" styleID="0" fgColor="000000" bgColor="BA9C80" />
<WidgetStyle name="EOL custom color" styleID="0" fgColor="808080" /> <WidgetStyle name="EOL custom color" styleID="0" fgColor="808080" />
<WidgetStyle name="Global override" styleID="0" fgColor="000000" bgColor="BA9C80" fontName="Consolas" fontStyle="0" fontSize="10" />
</GlobalStyles> </GlobalStyles>
</NotepadPlus> </NotepadPlus>

View File

@ -5,7 +5,7 @@ Notepad++ Custom Style
Style name: Obsidian v2 Style name: Obsidian v2
Author: Joni Eskelinen Author: Joni Eskelinen
Date: 2009-04-06 (last changed 2013-04-23) Date: 2009-04-06 (last changed 2013-04-23)
Languages: php, html, css, xml, javascript, python, sql, c, c++, Languages: php, html, css, xml, javascript, python, sql, c, c++,
assembly, bash, batch, lua at least for detail. Everything else more or less... assembly, bash, batch, lua at least for detail. Everything else more or less...
Info: Inspired by Oblivion theme for gedit. Info: Inspired by Oblivion theme for gedit.
@ -997,7 +997,6 @@ Notepad++ Custom Style
</LexerStyles> </LexerStyles>
<GlobalStyles> <GlobalStyles>
<!-- Attention : Don't modify the name of styleID="0" --> <!-- Attention : Don't modify the name of styleID="0" -->
<WidgetStyle name="Global override" styleID="0" fgColor="E0E2E4" bgColor="293134" fontName="Courier New" fontStyle="0" fontSize="10" />
<WidgetStyle name="Default Style" styleID="32" fgColor="E0E2E4" bgColor="293134" fontName="Courier New" fontStyle="0" fontSize="10" /> <WidgetStyle name="Default Style" styleID="32" fgColor="E0E2E4" bgColor="293134" fontName="Courier New" fontStyle="0" fontSize="10" />
<WidgetStyle name="Indent guideline style" styleID="37" fgColor="394448" bgColor="293134" fontName="" fontStyle="0" fontSize="" /> <WidgetStyle name="Indent guideline style" styleID="37" fgColor="394448" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WidgetStyle name="Brace highlight style" styleID="34" fgColor="F3DB2E" bgColor="293134" fontName="" fontStyle="1" fontSize="" /> <WidgetStyle name="Brace highlight style" styleID="34" fgColor="F3DB2E" bgColor="293134" fontName="" fontStyle="1" fontSize="" />
@ -1050,5 +1049,6 @@ Notepad++ Custom Style
<WidgetStyle name="URL hovered" styleID="0" fgColor="FFFFFF" /> <WidgetStyle name="URL hovered" styleID="0" fgColor="FFFFFF" />
<WidgetStyle name="Document map" styleID="0" fgColor="E0E2E4" bgColor="293134" /> <WidgetStyle name="Document map" styleID="0" fgColor="E0E2E4" bgColor="293134" />
<WidgetStyle name="EOL custom color" styleID="0" fgColor="808080" /> <WidgetStyle name="EOL custom color" styleID="0" fgColor="808080" />
<WidgetStyle name="Global override" styleID="0" fgColor="E0E2E4" bgColor="293134" fontName="Courier New" fontStyle="0" fontSize="10" />
</GlobalStyles> </GlobalStyles>
</NotepadPlus> </NotepadPlus>

View File

@ -382,7 +382,7 @@ Credits:
<WordsStyle name="COMPACT IRI" styleID="10" fgColor="0000FF" bgColor="0B161D" fontName="" fontStyle="1" fontSize="" /> <WordsStyle name="COMPACT IRI" styleID="10" fgColor="0000FF" bgColor="0B161D" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="KEYWORD" styleID="11" fgColor="18AF8A" bgColor="0B161D" fontName="" fontStyle="1" fontSize="" keywordClass="instre1"/> <WordsStyle name="KEYWORD" styleID="11" fgColor="18AF8A" bgColor="0B161D" fontName="" fontStyle="1" fontSize="" keywordClass="instre1"/>
<WordsStyle name="LD KEYWORD" styleID="12" fgColor="FF0000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" /> <WordsStyle name="LD KEYWORD" styleID="12" fgColor="FF0000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
<WordsStyle name="ERROR" styleID="13" fgColor="FFFF80" bgColor="FF0000" fontName="" fontStyle="0" fontSize="" /> <WordsStyle name="ERROR" styleID="13" fgColor="FFFF80" bgColor="FF0000" fontName="" fontStyle="0" fontSize="" />
</LexerType> </LexerType>
<LexerType name="asp" desc="asp" ext="asp"> <LexerType name="asp" desc="asp" ext="asp">
<WordsStyle name="DEFAULT" styleID="81" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" /> <WordsStyle name="DEFAULT" styleID="81" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
@ -1005,7 +1005,6 @@ Credits:
</LexerStyles> </LexerStyles>
<GlobalStyles> <GlobalStyles>
<!-- Attention : Don't modify the name of styleID="0" --> <!-- Attention : Don't modify the name of styleID="0" -->
<WidgetStyle name="Global override" styleID="0" fgColor="F8F8F8" bgColor="0B161D" fontName="DejaVu Sans Mono" fontStyle="0" fontSize="10" />
<WidgetStyle name="Default Style" styleID="32" fgColor="F8F8F8" bgColor="0B161D" fontName="DejaVu Sans Mono" fontStyle="0" fontSize="10" /> <WidgetStyle name="Default Style" styleID="32" fgColor="F8F8F8" bgColor="0B161D" fontName="DejaVu Sans Mono" fontStyle="0" fontSize="10" />
<WidgetStyle name="Indent guideline style" styleID="37" fgColor="888A85" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" /> <WidgetStyle name="Indent guideline style" styleID="37" fgColor="888A85" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WidgetStyle name="Brace highlight style" styleID="34" fgColor="FCE94F" bgColor="0B161D" fontName="" fontStyle="1" fontSize="10" /> <WidgetStyle name="Brace highlight style" styleID="34" fgColor="FCE94F" bgColor="0B161D" fontName="" fontStyle="1" fontSize="10" />
@ -1058,5 +1057,6 @@ Credits:
<WidgetStyle name="URL hovered" styleID="0" fgColor="FFFFFF" /> <WidgetStyle name="URL hovered" styleID="0" fgColor="FFFFFF" />
<WidgetStyle name="Document map" styleID="0" fgColor="F8F8F8" bgColor="0B161D" /> <WidgetStyle name="Document map" styleID="0" fgColor="F8F8F8" bgColor="0B161D" />
<WidgetStyle name="EOL custom color" styleID="0" fgColor="808080" /> <WidgetStyle name="EOL custom color" styleID="0" fgColor="808080" />
<WidgetStyle name="Global override" styleID="0" fgColor="F8F8F8" bgColor="0B161D" fontName="DejaVu Sans Mono" fontStyle="0" fontSize="10" />
</GlobalStyles> </GlobalStyles>
</NotepadPlus> </NotepadPlus>

View File

@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!-- <!--
Notepad++ Custom stylers Notepad++ Custom stylers
Style name: Port Ruby Blue Style name: Port Ruby Blue
File name: stylers.xml File name: stylers.xml
Created by: tomsolo (aka tonoslo on sourceforge.net) Created by: tomsolo (aka tonoslo on sourceforge.net)
http://www.3276.hu http://www.3276.hu
Featured language: Php, Css, Sql, JavaScript, Html, XML. Featured language: Php, Css, Sql, JavaScript, Html, XML.
Note: If u create other languages with this style please send me the modified styler.xml : tonoslo at users.sourceforge.net (ty!) Note: If u create other languages with this style please send me the modified styler.xml : tonoslo at users.sourceforge.net (ty!)
Other info: this style is based on and inspired by Textmate (a Mac source editor, http:/www.textmate.org) user submitted theme: Other info: this style is based on and inspired by Textmate (a Mac source editor, http:/www.textmate.org) user submitted theme:
Ruby Blue theme created by John W. Long, http://wiseheartdesign.com/articles/2006/03/11/ruby-blue-textmate-theme) Ruby Blue theme created by John W. Long, http://wiseheartdesign.com/articles/2006/03/11/ruby-blue-textmate-theme)
@ -13,14 +13,14 @@ Other info: this style is based on and inspired by Textmate (a Mac source edit
This style available under the terms of the GNU Free License. This style available under the terms of the GNU Free License.
Requirements: Requirements:
1. The style is based on DejaVu fonts, go to 1. The style is based on DejaVu fonts, go to
http://dejavu.sourceforge.net/wiki/index.php/Main_Page http://dejavu.sourceforge.net/wiki/index.php/Main_Page
and grab this font pack and install (use DejaVu Mono). and grab this font pack and install (use DejaVu Mono).
2. Use Cleartype, for nice smooth font on screen (optional). 2. Use Cleartype, for nice smooth font on screen (optional).
3. Notepad 3.5 install :) 3. Notepad 3.5 install :)
Install: copy your installed Notepad++ directory root, overwrite old stylers.xml (backup old file first), Install: copy your installed Notepad++ directory root, overwrite old stylers.xml (backup old file first),
or copy c:\Documents and Settings\**USERNAME**\Application Data\Notepad++\ or copy c:\Documents and Settings\**USERNAME**\Application Data\Notepad++\
overwrite old stylers.xml (backup old file first) overwrite old stylers.xml (backup old file first)
@ -31,7 +31,7 @@ ENJOY!
If u like, please donate Notepad++: If u like, please donate Notepad++:
http://sourceforge.net/donate/index.php?group_id=95717 http://sourceforge.net/donate/index.php?group_id=95717
2006.03.27. 2006.03.27.
@ -377,7 +377,7 @@ http://sourceforge.net/donate/index.php?group_id=95717
<WordsStyle name="COMPACT IRI" styleID="10" fgColor="0000FF" bgColor="112435" fontName="" fontStyle="1" fontSize="" /> <WordsStyle name="COMPACT IRI" styleID="10" fgColor="0000FF" bgColor="112435" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="KEYWORD" styleID="11" fgColor="18AF8A" bgColor="112435" fontName="" fontStyle="1" fontSize="" keywordClass="instre1"/> <WordsStyle name="KEYWORD" styleID="11" fgColor="18AF8A" bgColor="112435" fontName="" fontStyle="1" fontSize="" keywordClass="instre1"/>
<WordsStyle name="LD KEYWORD" styleID="12" fgColor="FF0000" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" /> <WordsStyle name="LD KEYWORD" styleID="12" fgColor="FF0000" bgColor="112435" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
<WordsStyle name="ERROR" styleID="13" fgColor="FFFF80" bgColor="FF0000" fontName="" fontStyle="0" fontSize="" /> <WordsStyle name="ERROR" styleID="13" fgColor="FFFF80" bgColor="FF0000" fontName="" fontStyle="0" fontSize="" />
</LexerType> </LexerType>
<LexerType name="asp" desc="asp" ext="asp"> <LexerType name="asp" desc="asp" ext="asp">
<WordsStyle name="DEFAULT" styleID="81" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" /> <WordsStyle name="DEFAULT" styleID="81" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
@ -844,7 +844,6 @@ http://sourceforge.net/donate/index.php?group_id=95717
</LexerStyles> </LexerStyles>
<GlobalStyles> <GlobalStyles>
<!-- Attention : Don't modify the name of styleID="0" --> <!-- Attention : Don't modify the name of styleID="0" -->
<WidgetStyle name="Global override" styleID="0" fgColor="FFFF80" bgColor="FF8000" fontName="Courier New" fontStyle="0" fontSize="10" />
<WidgetStyle name="Default Style" styleID="32" fgColor="FFFFFF" bgColor="112435" fontName="DejaVu Sans Mono" fontStyle="0" fontSize="10" /> <WidgetStyle name="Default Style" styleID="32" fgColor="FFFFFF" bgColor="112435" fontName="DejaVu Sans Mono" fontStyle="0" fontSize="10" />
<WidgetStyle name="Indent guideline style" styleID="37" fgColor="0080FF" bgColor="112435" fontName="" fontStyle="1" fontSize="" /> <WidgetStyle name="Indent guideline style" styleID="37" fgColor="0080FF" bgColor="112435" fontName="" fontStyle="1" fontSize="" />
<WidgetStyle name="Brace highlight style" styleID="34" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" /> <WidgetStyle name="Brace highlight style" styleID="34" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
@ -897,5 +896,6 @@ http://sourceforge.net/donate/index.php?group_id=95717
<WidgetStyle name="URL hovered" styleID="0" fgColor="FFFFFF" /> <WidgetStyle name="URL hovered" styleID="0" fgColor="FFFFFF" />
<WidgetStyle name="Document map" styleID="0" fgColor="FFFFFF" bgColor="112435" /> <WidgetStyle name="Document map" styleID="0" fgColor="FFFFFF" bgColor="112435" />
<WidgetStyle name="EOL custom color" styleID="0" fgColor="808080" /> <WidgetStyle name="EOL custom color" styleID="0" fgColor="808080" />
<WidgetStyle name="Global override" styleID="0" fgColor="FFFF80" bgColor="FF8000" fontName="Courier New" fontStyle="0" fontSize="10" />
</GlobalStyles> </GlobalStyles>
</NotepadPlus> </NotepadPlus>

View File

@ -12,7 +12,7 @@ Last Modified: 1/14/2015
Added support for CoffeeScript. Added support for CoffeeScript.
2023-09-30: update Perl support. 2023-09-30: update Perl support.
Released: 3/7/2012 Released: 3/7/2012
License: Feel free to modify this theme. License: Feel free to modify this theme.
This theme is available under the terms of the Creative Commons This theme is available under the terms of the Creative Commons
Attribution 3.0 Unported License. You are free to to copy, Attribution 3.0 Unported License. You are free to to copy,
distribute and transmit the work, to adapt the work, or to make distribute and transmit the work, to adapt the work, or to make
@ -20,7 +20,7 @@ License: Feel free to modify this theme.
attribute the work in the manner specified by the author or attribute the work in the manner specified by the author or
licensor (but not in any way that suggests that they endorse you licensor (but not in any way that suggests that they endorse you
or your use of the work). See or your use of the work). See
http://creativecommons.org/licenses/by/3.0/ http://creativecommons.org/licenses/by/3.0/
for a legal description of the license terms. Briefly, this for a legal description of the license terms. Briefly, this
means: please note in derivatives of this theme, that they are means: please note in derivatives of this theme, that they are
based on my work. Of course, if you are using this file as no based on my work. Of course, if you are using this file as no
@ -29,12 +29,12 @@ License: Feel free to modify this theme.
Requirements: Requirements:
* This theme is based on the Inconsolata-dz font http://media.nodnod.net/Inconsolata-dz.otf.zip * This theme is based on the Inconsolata-dz font http://media.nodnod.net/Inconsolata-dz.otf.zip
However, that font may be replaced in the "GlobalStyles" section of this However, that font may be replaced in the "GlobalStyles" section of this
file, where it is found in only the "Global override" and "Default Style" lines. file, where it is found in only the "Global override" and "Default Style" lines.
Fonts are not separately specified anywhere else in this version of the style file. Fonts are not separately specified anywhere else in this version of the style file.
Note 3/29/2012: I have replaced Inconsola-dz with Consolas, since Consolas is Note 3/29/2012: I have replaced Inconsola-dz with Consolas, since Consolas is
installed by default in recent versions of Windows. installed by default in recent versions of Windows.
* Notepad++, of course. * Notepad++, of course.
Installation: Installation:
@ -1131,7 +1131,6 @@ Installation:
</LexerStyles> </LexerStyles>
<GlobalStyles> <GlobalStyles>
<!-- Attention : Don't modify the name of styleID="0" --> <!-- Attention : Don't modify the name of styleID="0" -->
<WidgetStyle name="Global override" styleID="0" fgColor="657B83" bgColor="FDF6E3" fontName="Consolas" fontStyle="0" fontSize="10" />
<WidgetStyle name="Default Style" styleID="32" fgColor="657B83" bgColor="FDF6E3" fontName="Consolas" fontStyle="0" fontSize="10" /> <WidgetStyle name="Default Style" styleID="32" fgColor="657B83" bgColor="FDF6E3" fontName="Consolas" fontStyle="0" fontSize="10" />
<WidgetStyle name="Indent guideline style" styleID="37" fgColor="93A1A1" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" /> <WidgetStyle name="Indent guideline style" styleID="37" fgColor="93A1A1" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WidgetStyle name="Brace highlight style" styleID="34" fgColor="DC322F" bgColor="859900" fontName="" fontStyle="1" fontSize="" /> <WidgetStyle name="Brace highlight style" styleID="34" fgColor="DC322F" bgColor="859900" fontName="" fontStyle="1" fontSize="" />
@ -1184,5 +1183,6 @@ Installation:
<WidgetStyle name="URL hovered" styleID="0" fgColor="808040" /> <WidgetStyle name="URL hovered" styleID="0" fgColor="808040" />
<WidgetStyle name="Document map" styleID="0" fgColor="657B83" bgColor="FDF6E3" /> <WidgetStyle name="Document map" styleID="0" fgColor="657B83" bgColor="FDF6E3" />
<WidgetStyle name="EOL custom color" styleID="0" fgColor="808080" /> <WidgetStyle name="EOL custom color" styleID="0" fgColor="808080" />
<WidgetStyle name="Global override" styleID="0" fgColor="657B83" bgColor="FDF6E3" fontName="Consolas" fontStyle="0" fontSize="10" />
</GlobalStyles> </GlobalStyles>
</NotepadPlus> </NotepadPlus>

View File

@ -616,7 +616,7 @@ Installation:
<WordsStyle name="OPERATOR" styleID="11" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" /> <WordsStyle name="OPERATOR" styleID="11" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="IDENTIFIER" styleID="12" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" /> <WordsStyle name="IDENTIFIER" styleID="12" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CONSTANT" styleID="13" fgColor="DC322F" bgColor="002B36" fontName="" fontStyle="0" fontSize="" /> <WordsStyle name="CONSTANT" styleID="13" fgColor="DC322F" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HEXNUMBER" styleID="14" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" /> <WordsStyle name="HEXNUMBER" styleID="14" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
</LexerType> </LexerType>
<LexerType name="html" desc="HTML" ext=""> <LexerType name="html" desc="HTML" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" /> <WordsStyle name="DEFAULT" styleID="0" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
@ -1521,7 +1521,6 @@ Installation:
</LexerStyles> </LexerStyles>
<GlobalStyles> <GlobalStyles>
<!-- Attention : Don't modify the name of styleID="0" --> <!-- Attention : Don't modify the name of styleID="0" -->
<WidgetStyle name="Global override" styleID="0" fgColor="839496" bgColor="002B36" fontName="Consolas" fontStyle="0" fontSize="10" />
<WidgetStyle name="Default Style" styleID="32" fgColor="839496" bgColor="002B36" fontName="Consolas" fontStyle="0" fontSize="10" /> <WidgetStyle name="Default Style" styleID="32" fgColor="839496" bgColor="002B36" fontName="Consolas" fontStyle="0" fontSize="10" />
<WidgetStyle name="Indent guideline style" styleID="37" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="0" fontSize="" /> <WidgetStyle name="Indent guideline style" styleID="37" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WidgetStyle name="Brace highlight style" styleID="34" fgColor="DC322F" bgColor="859900" fontName="" fontStyle="1" fontSize="" /> <WidgetStyle name="Brace highlight style" styleID="34" fgColor="DC322F" bgColor="859900" fontName="" fontStyle="1" fontSize="" />
@ -1574,5 +1573,6 @@ Installation:
<WidgetStyle name="URL hovered" styleID="0" fgColor="FFFFFF" /> <WidgetStyle name="URL hovered" styleID="0" fgColor="FFFFFF" />
<WidgetStyle name="Document map" styleID="0" fgColor="839496" bgColor="002B36" /> <WidgetStyle name="Document map" styleID="0" fgColor="839496" bgColor="002B36" />
<WidgetStyle name="EOL custom color" styleID="0" fgColor="808080" /> <WidgetStyle name="EOL custom color" styleID="0" fgColor="808080" />
<WidgetStyle name="Global override" styleID="0" fgColor="839496" bgColor="002B36" fontName="Consolas" fontStyle="0" fontSize="10" />
</GlobalStyles> </GlobalStyles>
</NotepadPlus> </NotepadPlus>

View File

@ -383,7 +383,7 @@ Credits:
<WordsStyle name="COMPACT IRI" styleID="10" fgColor="0000FF" bgColor="141414" fontName="" fontStyle="1" fontSize="" /> <WordsStyle name="COMPACT IRI" styleID="10" fgColor="0000FF" bgColor="141414" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="KEYWORD" styleID="11" fgColor="18AF8A" bgColor="141414" fontName="" fontStyle="1" fontSize="" keywordClass="instre1"/> <WordsStyle name="KEYWORD" styleID="11" fgColor="18AF8A" bgColor="141414" fontName="" fontStyle="1" fontSize="" keywordClass="instre1"/>
<WordsStyle name="LD KEYWORD" styleID="12" fgColor="FF0000" bgColor="141414" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" /> <WordsStyle name="LD KEYWORD" styleID="12" fgColor="FF0000" bgColor="141414" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
<WordsStyle name="ERROR" styleID="13" fgColor="FFFF80" bgColor="FF0000" fontName="" fontStyle="0" fontSize="" /> <WordsStyle name="ERROR" styleID="13" fgColor="FFFF80" bgColor="FF0000" fontName="" fontStyle="0" fontSize="" />
</LexerType> </LexerType>
<LexerType name="asp" desc="asp" ext="asp"> <LexerType name="asp" desc="asp" ext="asp">
<WordsStyle name="DEFAULT" styleID="81" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10" /> <WordsStyle name="DEFAULT" styleID="81" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
@ -994,7 +994,6 @@ Credits:
</LexerStyles> </LexerStyles>
<GlobalStyles> <GlobalStyles>
<!-- Attention : Don't modify the name of styleID="0" --> <!-- Attention : Don't modify the name of styleID="0" -->
<WidgetStyle name="Global override" styleID="0" fgColor="F8F8F8" bgColor="141414" fontName="Consolas" fontStyle="0" fontSize="10" />
<WidgetStyle name="Default Style" styleID="32" fgColor="F8F8F8" bgColor="141414" fontName="Consolas" fontStyle="0" fontSize="10" /> <WidgetStyle name="Default Style" styleID="32" fgColor="F8F8F8" bgColor="141414" fontName="Consolas" fontStyle="0" fontSize="10" />
<WidgetStyle name="Indent guideline style" styleID="37" fgColor="888A85" bgColor="141414" fontName="" fontStyle="0" fontSize="10" /> <WidgetStyle name="Indent guideline style" styleID="37" fgColor="888A85" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WidgetStyle name="Brace highlight style" styleID="34" fgColor="FCE94F" bgColor="141414" fontName="" fontStyle="1" fontSize="10" /> <WidgetStyle name="Brace highlight style" styleID="34" fgColor="FCE94F" bgColor="141414" fontName="" fontStyle="1" fontSize="10" />
@ -1047,5 +1046,6 @@ Credits:
<WidgetStyle name="URL hovered" styleID="0" fgColor="FFFFFF" /> <WidgetStyle name="URL hovered" styleID="0" fgColor="FFFFFF" />
<WidgetStyle name="Document map" styleID="0" fgColor="F8F8F8" bgColor="141414" /> <WidgetStyle name="Document map" styleID="0" fgColor="F8F8F8" bgColor="141414" />
<WidgetStyle name="EOL custom color" styleID="0" fgColor="808080" /> <WidgetStyle name="EOL custom color" styleID="0" fgColor="808080" />
<WidgetStyle name="Global override" styleID="0" fgColor="F8F8F8" bgColor="141414" fontName="Consolas" fontStyle="0" fontSize="10" />
</GlobalStyles> </GlobalStyles>
</NotepadPlus> </NotepadPlus>

View File

@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<!-- <!--
Style Name: Port VibrantInk Style Name: Port VibrantInk
Description: Based on the Textmate theme VibrantInk (http://alternateidea.com/blog/articles/2006/01/03/textmate-vibrant-ink-theme-and-prototype-bundle) by Justin Palmer Description: Based on the Textmate theme VibrantInk (http://alternateidea.com/blog/articles/2006/01/03/textmate-vibrant-ink-theme-and-prototype-bundle) by Justin Palmer
File name: stylers.xml File name: stylers.xml
Created by: tyler (tyler at impoverishedgourmet.com) Created by: tyler (tyler at impoverishedgourmet.com)
Featured language: Php, Css, JavaScript, Html, XML, others? Featured language: Php, Css, JavaScript, Html, XML, others?
Note: Feel free to modify this style and re-release it. Any additions to languages or syntax to bring it closer to VibrantInk would be appreciated. Note: Feel free to modify this style and re-release it. Any additions to languages or syntax to bring it closer to VibrantInk would be appreciated.
This style available under the terms of the GNU Free License. This style available under the terms of the GNU Free License.
Install: copy your installed Notepad++ directory root, overwrite old stylers.xml (backup old file first), Install: copy your installed Notepad++ directory root, overwrite old stylers.xml (backup old file first),
or copy %APPDATA%\Notepad++\ or copy %APPDATA%\Notepad++\
overwrite old stylers.xml (backup old file first) overwrite old stylers.xml (backup old file first)
@ -358,7 +358,7 @@ http://sourceforge.net/donate/index.php?group_id=95717
<WordsStyle name="COMPACT IRI" styleID="10" fgColor="0000FF" bgColor="000000" fontName="" fontStyle="1" fontSize="" /> <WordsStyle name="COMPACT IRI" styleID="10" fgColor="0000FF" bgColor="000000" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="KEYWORD" styleID="11" fgColor="18AF8A" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="instre1"/> <WordsStyle name="KEYWORD" styleID="11" fgColor="18AF8A" bgColor="000000" fontName="" fontStyle="1" fontSize="" keywordClass="instre1"/>
<WordsStyle name="LD KEYWORD" styleID="12" fgColor="FF0000" bgColor="000000" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" /> <WordsStyle name="LD KEYWORD" styleID="12" fgColor="FF0000" bgColor="000000" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
<WordsStyle name="ERROR" styleID="13" fgColor="FFFF80" bgColor="FF0000" fontName="" fontStyle="0" fontSize="" /> <WordsStyle name="ERROR" styleID="13" fgColor="FFFF80" bgColor="FF0000" fontName="" fontStyle="0" fontSize="" />
</LexerType> </LexerType>
<LexerType name="asp" desc="asp" ext="asp"> <LexerType name="asp" desc="asp" ext="asp">
<WordsStyle name="DEFAULT" styleID="81" fgColor="66FF00" bgColor="C4F9FD" fontName="" fontStyle="0" fontSize="" /> <WordsStyle name="DEFAULT" styleID="81" fgColor="66FF00" bgColor="C4F9FD" fontName="" fontStyle="0" fontSize="" />
@ -965,7 +965,6 @@ http://sourceforge.net/donate/index.php?group_id=95717
</LexerStyles> </LexerStyles>
<GlobalStyles> <GlobalStyles>
<!-- Attention : Don't modify the name of styleID="0" --> <!-- Attention : Don't modify the name of styleID="0" -->
<WidgetStyle name="Global override" styleID="0" fgColor="FFFF80" bgColor="FF8000" fontName="Courier New" fontStyle="0" fontSize="10" />
<WidgetStyle name="Default Style" styleID="32" fgColor="FFFFFF" bgColor="000000" fontName="Monaco" fontStyle="0" fontSize="10" /> <WidgetStyle name="Default Style" styleID="32" fgColor="FFFFFF" bgColor="000000" fontName="Monaco" fontStyle="0" fontSize="10" />
<WidgetStyle name="Indent guideline style" styleID="37" fgColor="C0C0C0" bgColor="000000" fontName="" fontStyle="0" fontSize="" /> <WidgetStyle name="Indent guideline style" styleID="37" fgColor="C0C0C0" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WidgetStyle name="Brace highlight style" styleID="34" fgColor="99CC99" bgColor="000000" fontName="" fontStyle="1" fontSize="12" /> <WidgetStyle name="Brace highlight style" styleID="34" fgColor="99CC99" bgColor="000000" fontName="" fontStyle="1" fontSize="12" />
@ -1018,5 +1017,6 @@ http://sourceforge.net/donate/index.php?group_id=95717
<WidgetStyle name="URL hovered" styleID="0" fgColor="FFFFFF" /> <WidgetStyle name="URL hovered" styleID="0" fgColor="FFFFFF" />
<WidgetStyle name="Document map" styleID="0" fgColor="FFFFFF" bgColor="000000" /> <WidgetStyle name="Document map" styleID="0" fgColor="FFFFFF" bgColor="000000" />
<WidgetStyle name="EOL custom color" styleID="0" fgColor="808080" /> <WidgetStyle name="EOL custom color" styleID="0" fgColor="808080" />
<WidgetStyle name="Global override" styleID="0" fgColor="FFFF80" bgColor="FF8000" fontName="Courier New" fontStyle="0" fontSize="10" />
</GlobalStyles> </GlobalStyles>
</NotepadPlus> </NotepadPlus>

View File

@ -629,7 +629,7 @@ License: GPL2
<WordsStyle name="OPERATOR" styleID="11" fgColor="DCDCCC" bgColor="3F3F3F" fontName="" fontStyle="0" fontSize="" /> <WordsStyle name="OPERATOR" styleID="11" fgColor="DCDCCC" bgColor="3F3F3F" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="IDENTIFIER" styleID="12" fgColor="DCDCCC" bgColor="3F3F3F" fontName="" fontStyle="0" fontSize="" /> <WordsStyle name="IDENTIFIER" styleID="12" fgColor="DCDCCC" bgColor="3F3F3F" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CONSTANT" styleID="13" fgColor="9F9D6D" bgColor="3F3F3F" fontName="" fontStyle="0" fontSize="" /> <WordsStyle name="CONSTANT" styleID="13" fgColor="9F9D6D" bgColor="3F3F3F" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="HEXNUMBER" styleID="14" fgColor="939393" bgColor="3F3F3F" fontName="" fontStyle="0" fontSize="" /> <WordsStyle name="HEXNUMBER" styleID="14" fgColor="939393" bgColor="3F3F3F" fontName="" fontStyle="0" fontSize="" />
</LexerType> </LexerType>
<LexerType name="html" desc="HTML" ext=""> <LexerType name="html" desc="HTML" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="DCDCCC" bgColor="3F3F3F" fontName="" fontStyle="0" fontSize="" /> <WordsStyle name="DEFAULT" styleID="0" fgColor="DCDCCC" bgColor="3F3F3F" fontName="" fontStyle="0" fontSize="" />
@ -1689,7 +1689,6 @@ License: GPL2
</LexerStyles> </LexerStyles>
<GlobalStyles> <GlobalStyles>
<!-- Attention : Don't modify the name of styleID="0" --> <!-- Attention : Don't modify the name of styleID="0" -->
<WidgetStyle name="Global override" styleID="0" fgColor="DCDCCC" bgColor="3F3F3F" fontName="Consolas" fontStyle="0" fontSize="10" />
<WidgetStyle name="Default Style" styleID="32" fgColor="DCDCCC" bgColor="3F3F3F" fontName="Consolas" fontStyle="0" fontSize="10" /> <WidgetStyle name="Default Style" styleID="32" fgColor="DCDCCC" bgColor="3F3F3F" fontName="Consolas" fontStyle="0" fontSize="10" />
<WidgetStyle name="Indent guideline style" styleID="37" fgColor="4F5F5F" bgColor="3F3F3F" fontName="" fontStyle="0" fontSize="" /> <WidgetStyle name="Indent guideline style" styleID="37" fgColor="4F5F5F" bgColor="3F3F3F" fontName="" fontStyle="0" fontSize="" />
<WidgetStyle name="Brace highlight style" styleID="34" fgColor="F0F9F9" bgColor="3F3F3F" fontName="" fontStyle="1" fontSize="" /> <WidgetStyle name="Brace highlight style" styleID="34" fgColor="F0F9F9" bgColor="3F3F3F" fontName="" fontStyle="1" fontSize="" />
@ -1742,5 +1741,6 @@ License: GPL2
<WidgetStyle name="URL hovered" styleID="0" fgColor="A3DCA3" /> <WidgetStyle name="URL hovered" styleID="0" fgColor="A3DCA3" />
<WidgetStyle name="Document map" styleID="0" fgColor="000000" bgColor="FFFFFF" /> <WidgetStyle name="Document map" styleID="0" fgColor="000000" bgColor="FFFFFF" />
<WidgetStyle name="EOL custom color" styleID="0" fgColor="808080" /> <WidgetStyle name="EOL custom color" styleID="0" fgColor="808080" />
<WidgetStyle name="Global override" styleID="0" fgColor="DCDCCC" bgColor="3F3F3F" fontName="Consolas" fontStyle="0" fontSize="10" />
</GlobalStyles> </GlobalStyles>
</NotepadPlus> </NotepadPlus>

View File

@ -11,7 +11,7 @@ Last Modified: 1/14/2015
Added support for CoffeeScript. Added support for CoffeeScript.
2023-09-30: update Perl support. 2023-09-30: update Perl support.
Released: 4/17/2012 Released: 4/17/2012
License: Feel free to modify this theme. License: Feel free to modify this theme.
This theme is available under the terms of the Creative Commons This theme is available under the terms of the Creative Commons
Attribution 3.0 Unported License. You are free to to copy, Attribution 3.0 Unported License. You are free to to copy,
distribute and transmit the work, to adapt the work, or to make distribute and transmit the work, to adapt the work, or to make
@ -19,7 +19,7 @@ License: Feel free to modify this theme.
attribute the work in the manner specified by the author or attribute the work in the manner specified by the author or
licensor (but not in any way that suggests that they endorse you licensor (but not in any way that suggests that they endorse you
or your use of the work). See or your use of the work). See
http://creativecommons.org/licenses/by/3.0/ http://creativecommons.org/licenses/by/3.0/
for a legal description of the license terms. Briefly, this for a legal description of the license terms. Briefly, this
means: please note in derivatives of this theme, that they are means: please note in derivatives of this theme, that they are
based on my work. Of course, if you are using this file as no based on my work. Of course, if you are using this file as no
@ -1120,7 +1120,6 @@ Installation:
</LexerStyles> </LexerStyles>
<GlobalStyles> <GlobalStyles>
<!-- Attention : Don't modify the name of styleID="0" --> <!-- Attention : Don't modify the name of styleID="0" -->
<WidgetStyle name="Global override" styleID="0" fgColor="5F5F00" bgColor="D7D7AF" fontName="Consolas" fontStyle="0" fontSize="10" />
<WidgetStyle name="Default Style" styleID="32" fgColor="5F5F00" bgColor="D7D7AF" fontName="Consolas" fontStyle="0" fontSize="10" /> <WidgetStyle name="Default Style" styleID="32" fgColor="5F5F00" bgColor="D7D7AF" fontName="Consolas" fontStyle="0" fontSize="10" />
<WidgetStyle name="Indent guideline style" styleID="37" fgColor="AFAF87" bgColor="D7D7AF" fontName="" fontStyle="0" fontSize="" /> <WidgetStyle name="Indent guideline style" styleID="37" fgColor="AFAF87" bgColor="D7D7AF" fontName="" fontStyle="0" fontSize="" />
<WidgetStyle name="Brace highlight style" styleID="34" fgColor="D7D7AF" bgColor="005F00" fontName="" fontStyle="1" fontSize="" /> <WidgetStyle name="Brace highlight style" styleID="34" fgColor="D7D7AF" bgColor="005F00" fontName="" fontStyle="1" fontSize="" />
@ -1173,5 +1172,6 @@ Installation:
<WidgetStyle name="URL hovered" styleID="0" fgColor="808040" /> <WidgetStyle name="URL hovered" styleID="0" fgColor="808040" />
<WidgetStyle name="Document map" styleID="0" fgColor="5F5F00" bgColor="D7D7AF" /> <WidgetStyle name="Document map" styleID="0" fgColor="5F5F00" bgColor="D7D7AF" />
<WidgetStyle name="EOL custom color" styleID="0" fgColor="808080" /> <WidgetStyle name="EOL custom color" styleID="0" fgColor="808080" />
<WidgetStyle name="Global override" styleID="0" fgColor="5F5F00" bgColor="D7D7AF" fontName="Consolas" fontStyle="0" fontSize="10" />
</GlobalStyles> </GlobalStyles>
</NotepadPlus> </NotepadPlus>

View File

@ -462,7 +462,7 @@
<WordsStyle name="COMPACT IRI" styleID="10" fgColor="0000FF" bgColor="000040" fontName="" fontStyle="1" fontSize="" /> <WordsStyle name="COMPACT IRI" styleID="10" fgColor="0000FF" bgColor="000040" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="KEYWORD" styleID="11" fgColor="18AF8A" bgColor="000040" fontName="" fontStyle="1" fontSize="" keywordClass="instre1"/> <WordsStyle name="KEYWORD" styleID="11" fgColor="18AF8A" bgColor="000040" fontName="" fontStyle="1" fontSize="" keywordClass="instre1"/>
<WordsStyle name="LD KEYWORD" styleID="12" fgColor="FF0000" bgColor="000040" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" /> <WordsStyle name="LD KEYWORD" styleID="12" fgColor="FF0000" bgColor="000040" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
<WordsStyle name="ERROR" styleID="13" fgColor="FFFF80" bgColor="FF0000" fontName="" fontStyle="0" fontSize="" /> <WordsStyle name="ERROR" styleID="13" fgColor="FFFF80" bgColor="FF0000" fontName="" fontStyle="0" fontSize="" />
</LexerType> </LexerType>
<LexerType name="kix" desc="KiXtart" ext=""> <LexerType name="kix" desc="KiXtart" ext="">
<!-- <!--
@ -957,7 +957,6 @@
</LexerStyles> </LexerStyles>
<GlobalStyles> <GlobalStyles>
<!-- Attention : Don't modify the name of styleID="0" --> <!-- Attention : Don't modify the name of styleID="0" -->
<WidgetStyle name="Global override" styleID="0" fgColor="FFFFFF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WidgetStyle name="Default Style" styleID="32" fgColor="FFFFBF" bgColor="000040" fontName="Consolas" fontStyle="0" fontSize="10" /> <WidgetStyle name="Default Style" styleID="32" fgColor="FFFFBF" bgColor="000040" fontName="Consolas" fontStyle="0" fontSize="10" />
<WidgetStyle name="Indent guideline style" styleID="37" fgColor="808080" bgColor="000040" fontName="" fontStyle="0" fontSize="" /> <WidgetStyle name="Indent guideline style" styleID="37" fgColor="808080" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WidgetStyle name="Brace highlight style" styleID="34" fgColor="80FF80" bgColor="000040" fontName="" fontStyle="1" fontSize="" /> <WidgetStyle name="Brace highlight style" styleID="34" fgColor="80FF80" bgColor="000040" fontName="" fontStyle="1" fontSize="" />
@ -1010,5 +1009,6 @@
<WidgetStyle name="URL hovered" styleID="0" fgColor="FFFFFF" /> <WidgetStyle name="URL hovered" styleID="0" fgColor="FFFFFF" />
<WidgetStyle name="Document map" styleID="0" fgColor="FFFFBF" bgColor="000040" /> <WidgetStyle name="Document map" styleID="0" fgColor="FFFFBF" bgColor="000040" />
<WidgetStyle name="EOL custom color" styleID="0" fgColor="808080" /> <WidgetStyle name="EOL custom color" styleID="0" fgColor="808080" />
<WidgetStyle name="Global override" styleID="0" fgColor="FFFFFF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
</GlobalStyles> </GlobalStyles>
</NotepadPlus> </NotepadPlus>