mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-27 07:44:24 +02:00
[xml] Fix disabled options activated in themes issue
Don't use non-working attributes for WidgetStyle in themes. Fix #12508, close #12635
This commit is contained in:
parent
166b9b5c45
commit
e45c1fc322
@ -777,34 +777,34 @@ Credits:
|
||||
<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="Bad brace colour" styleID="35" fgColor="EF2929" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
|
||||
<WidgetStyle name="Current line background colour" styleID="0" bgColor="4B3C34" fgColor="CCFF33" fontSize="" fontStyle="0" />
|
||||
<WidgetStyle name="Mark colour" styleID="0" fgColor="CC0000" bgColor="EDD400" />
|
||||
<WidgetStyle name="Selected text colour" styleID="0" bgColor="83675A" fgColor="C00000" fontStyle="0" />
|
||||
<WidgetStyle name="Caret colour" styleID="2069" fgColor="37A8ED" bgColor="80FF00" fontSize="" fontStyle="0" />
|
||||
<WidgetStyle name="Find Mark Style" styleID="31" fgColor="CC0000" bgColor="EDD400" fontName="" fontStyle="0" fontSize="10" />
|
||||
<WidgetStyle name="Edge colour" styleID="0" fgColor="EEEEEC" bgColor="2A211C" fontSize="8" fontStyle="0" />
|
||||
<WidgetStyle name="Current line background colour" styleID="0" bgColor="4B3C34" />
|
||||
<!-- In below rule 'fgColor' attribute for 'Selected text colour' can be unlocked with a enableSelectFgColor.xml file -->
|
||||
<WidgetStyle name="Selected text colour" styleID="0" bgColor="83675A" fgColor="C00000" />
|
||||
<WidgetStyle name="Caret colour" styleID="2069" fgColor="37A8ED" />
|
||||
<WidgetStyle name="Edge colour" styleID="0" fgColor="EEEEEC" />
|
||||
<WidgetStyle name="Line number margin" styleID="33" fgColor="E5C138" bgColor="4C4A41" fontName="" fontStyle="0" fontSize="8" />
|
||||
<WidgetStyle name="Bookmark margin" styleID="0" bgColor="4C4A41" />
|
||||
<WidgetStyle name="Change History margin" styleID="0" bgColor="4C4A41" />
|
||||
<WidgetStyle name="Fold" styleID="0" fgColor="2E3436" bgColor="EEEEEC" fontSize="" fontStyle="0" />
|
||||
<WidgetStyle name="Fold" styleID="0" fgColor="2E3436" bgColor="EEEEEC" />
|
||||
<WidgetStyle name="Fold active" styleID="0" fgColor="2E3436" />
|
||||
<WidgetStyle name="Fold margin" styleID="0" fgColor="2E3436" bgColor="6A5448" />
|
||||
<WidgetStyle name="White space symbol" styleID="0" fgColor="FCAF3E" bgColor="00FF40" fontSize="" fontStyle="1" />
|
||||
<WidgetStyle name="Smart HighLighting" styleID="29" bgColor="FF0080" fgColor="555753" fontSize="10" fontStyle="0" />
|
||||
<WidgetStyle name="Find Mark Style" styleID="31" bgColor="EDD400" fgColor="CC0000" fontName="" fontSize="10" fontStyle="0" />
|
||||
<WidgetStyle name="White space symbol" styleID="0" fgColor="FCAF3E" />
|
||||
<WidgetStyle name="Smart HighLighting" styleID="29" bgColor="FF0080" />
|
||||
<WidgetStyle name="Find Mark Style" styleID="31" bgColor="EDD400" />
|
||||
<WidgetStyle name="Mark Style 1" styleID="25" bgColor="00FFFF" />
|
||||
<WidgetStyle name="Mark Style 2" styleID="24" bgColor="FF8000" fgColor="FAAA3C" />
|
||||
<WidgetStyle name="Mark Style 3" styleID="23" bgColor="FFFF00" fgColor="FFFF80" fontSize="10" fontStyle="0" />
|
||||
<WidgetStyle name="Mark Style 4" styleID="22" bgColor="8000FF" fgColor="000000" fontSize="10" fontStyle="0" />
|
||||
<WidgetStyle name="Mark Style 5" styleID="21" bgColor="008000" fgColor="808080" />
|
||||
<WidgetStyle name="Incremental highlight all" styleID="28" bgColor="0080FF" fgColor="FFCAB0" />
|
||||
<WidgetStyle name="Tags match highlighting" styleID="27" bgColor="808000" fgColor="000000" />
|
||||
<WidgetStyle name="Tags attribute" styleID="26" bgColor="808080" fgColor="8080C0" />
|
||||
<WidgetStyle name="Active tab focused indicator" styleID="0" fgColor="FAAA3C" bgColor="FF0000" />
|
||||
<WidgetStyle name="Active tab unfocused indicator" styleID="0" fgColor="FFCAB0" bgColor="80FF00" />
|
||||
<WidgetStyle name="Active tab text" styleID="0" fgColor="000000" bgColor="8000FF" />
|
||||
<WidgetStyle name="Mark Style 2" styleID="24" bgColor="FF8000" />
|
||||
<WidgetStyle name="Mark Style 3" styleID="23" bgColor="FFFF00" />
|
||||
<WidgetStyle name="Mark Style 4" styleID="22" bgColor="8000FF" />
|
||||
<WidgetStyle name="Mark Style 5" styleID="21" bgColor="008000" />
|
||||
<WidgetStyle name="Incremental highlight all" styleID="28" bgColor="0080FF" />
|
||||
<WidgetStyle name="Tags match highlighting" styleID="27" bgColor="808000" />
|
||||
<WidgetStyle name="Tags attribute" styleID="26" bgColor="808080" />
|
||||
<WidgetStyle name="Active tab focused indicator" styleID="0" fgColor="FAAA3C" />
|
||||
<WidgetStyle name="Active tab unfocused indicator" styleID="0" fgColor="FFCAB0" />
|
||||
<WidgetStyle name="Active tab text" styleID="0" fgColor="000000" />
|
||||
<WidgetStyle name="Inactive tabs" styleID="0" fgColor="808080" bgColor="C0C0C0" />
|
||||
<WidgetStyle name="URL hovered" styleID="0" fgColor="FFFFFF" />
|
||||
<WidgetStyle name="Document map" styleID="0" fgColor="BDAE9D" bgColor="2A211C" />
|
||||
<WidgetStyle name="EOL custom color" styleID="0" fgColor="808080" />
|
||||
</GlobalStyles>
|
||||
</NotepadPlus>
|
||||
|
@ -775,34 +775,34 @@ Credits:
|
||||
<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="Bad brace colour" styleID="35" fgColor="EF2929" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
|
||||
<WidgetStyle name="Current line background colour" styleID="0" bgColor="121830" fgColor="0080C0" />
|
||||
<WidgetStyle name="Mark colour" styleID="0" fgColor="CC0000" bgColor="EDD400" />
|
||||
<WidgetStyle name="Selected text colour" styleID="0" bgColor="253B76" fgColor="8000FF" fontStyle="0" />
|
||||
<WidgetStyle name="Caret colour" styleID="2069" fgColor="FFFFFF" bgColor="112435" fontSize="" fontStyle="0" />
|
||||
<WidgetStyle name="Find Mark Style" styleID="31" fgColor="CC0000" bgColor="EDD400" fontName="" fontStyle="0" fontSize="10" />
|
||||
<WidgetStyle name="Edge colour" styleID="0" fgColor="EEEEEC" bgColor="F3F3F3" fontSize="8" fontStyle="0" />
|
||||
<WidgetStyle name="Current line background colour" styleID="0" bgColor="121830" />
|
||||
<!-- In below rule 'fgColor' attribute for 'Selected text colour' can be unlocked with a enableSelectFgColor.xml file -->
|
||||
<WidgetStyle name="Selected text colour" styleID="0" bgColor="253B76" fgColor="8000FF" />
|
||||
<WidgetStyle name="Caret colour" styleID="2069" fgColor="FFFFFF" />
|
||||
<WidgetStyle name="Edge colour" styleID="0" fgColor="EEEEEC" />
|
||||
<WidgetStyle name="Line number margin" styleID="33" fgColor="EEEEEC" bgColor="2E3436" fontName="" fontStyle="0" fontSize="8" />
|
||||
<WidgetStyle name="Bookmark margin" styleID="0" bgColor="2E3436" />
|
||||
<WidgetStyle name="Change History margin" styleID="0" bgColor="2E3436" />
|
||||
<WidgetStyle name="Fold" styleID="0" fgColor="2E3436" bgColor="EEEEEC" />
|
||||
<WidgetStyle name="Fold active" styleID="0" fgColor="2E3436" />
|
||||
<WidgetStyle name="Fold margin" styleID="0" fgColor="555753" bgColor="2E3436" />
|
||||
<WidgetStyle name="White space symbol" styleID="0" fgColor="FCAF3E" bgColor="FF0000" />
|
||||
<WidgetStyle name="Smart HighLighting" styleID="29" bgColor="00FF00" fgColor="555753" />
|
||||
<WidgetStyle name="Find Mark Style" styleID="31" bgColor="FF0000" fgColor="FCAF3E" />
|
||||
<WidgetStyle name="White space symbol" styleID="0" fgColor="FCAF3E" />
|
||||
<WidgetStyle name="Smart Highlighting" styleID="29" bgColor="00FF00" />
|
||||
<WidgetStyle name="Find Mark Style" styleID="31" bgColor="FF0000" />
|
||||
<WidgetStyle name="Mark Style 1" styleID="25" bgColor="00FFFF" />
|
||||
<WidgetStyle name="Mark Style 2" styleID="24" bgColor="FF8000" />
|
||||
<WidgetStyle name="Mark Style 3" styleID="23" bgColor="FFFF00" />
|
||||
<WidgetStyle name="Mark Style 4" styleID="22" bgColor="8000FF" />
|
||||
<WidgetStyle name="Mark Style 5" styleID="21" bgColor="008000" />
|
||||
<WidgetStyle name="Incremental highlight all" styleID="28" bgColor="0080FF" fgColor="FFCAB0" />
|
||||
<WidgetStyle name="Tags match highlighting" styleID="27" bgColor="8000FF" fgColor="000000" />
|
||||
<WidgetStyle name="Tags attribute" styleID="26" bgColor="FFFF00" fgColor="8080C0" />
|
||||
<WidgetStyle name="Active tab focused indicator" styleID="0" fgColor="FAAA3C" bgColor="FF0000" />
|
||||
<WidgetStyle name="Active tab unfocused indicator" styleID="0" fgColor="FFCAB0" bgColor="80FF00" />
|
||||
<WidgetStyle name="Incremental highlight all" styleID="28" bgColor="0080FF" />
|
||||
<WidgetStyle name="Tags match highlighting" styleID="27" bgColor="8000FF" />
|
||||
<WidgetStyle name="Tags attribute" styleID="26" bgColor="FFFF00" />
|
||||
<WidgetStyle name="Active tab focused indicator" styleID="0" fgColor="FAAA3C" />
|
||||
<WidgetStyle name="Active tab unfocused indicator" styleID="0" fgColor="FFCAB0" />
|
||||
<WidgetStyle name="Active tab text" styleID="0" fgColor="000000" />
|
||||
<WidgetStyle name="Inactive tabs" styleID="0" fgColor="808080" bgColor="C0C0C0" />
|
||||
<WidgetStyle name="URL hovered" styleID="0" fgColor="FFFFFF" />
|
||||
<WidgetStyle name="URL hovered" styleID="0" fgColor="BDAE9D" />
|
||||
<WidgetStyle name="Document map" styleID="0" fgColor="F8F8F8" bgColor="0C1021" />
|
||||
<WidgetStyle name="EOL custom color" styleID="0" fgColor="808080" />
|
||||
</GlobalStyles>
|
||||
</NotepadPlus>
|
||||
|
@ -775,34 +775,34 @@ Credits:
|
||||
<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="Bad brace colour" styleID="35" fgColor="EF2929" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
|
||||
<WidgetStyle name="Current line background colour" styleID="0" bgColor="281711" fgColor="0080C0" fontSize="" fontStyle="0" />
|
||||
<WidgetStyle name="Mark colour" styleID="0" fgColor="CC0000" bgColor="EDD400" />
|
||||
<WidgetStyle name="Selected text colour" styleID="0" bgColor="372017" fgColor="8000FF" fontStyle="0" />
|
||||
<WidgetStyle name="Caret colour" styleID="2069" fgColor="A7A7A7" bgColor="112435" fontSize="" fontStyle="0" />
|
||||
<WidgetStyle name="Find Mark Style" styleID="31" fgColor="CC0000" bgColor="EDD400" fontName="" fontStyle="0" fontSize="10" />
|
||||
<WidgetStyle name="Edge colour" styleID="0" fgColor="EEEEEC" bgColor="F3F3F3" fontSize="8" fontStyle="0" />
|
||||
<WidgetStyle name="Current line background colour" styleID="0" bgColor="281711" />
|
||||
<!-- In below rule 'fgColor' attribute for 'Selected text colour' can be unlocked with a enableSelectFgColor.xml file -->
|
||||
<WidgetStyle name="Selected text colour" styleID="0" bgColor="372017" fgColor="8000FF" />
|
||||
<WidgetStyle name="Caret colour" styleID="2069" fgColor="A7A7A7" />
|
||||
<WidgetStyle name="Edge colour" styleID="0" fgColor="EEEEEC" />
|
||||
<WidgetStyle name="Line number margin" styleID="33" fgColor="EEEEEC" bgColor="2E3436" fontName="" fontStyle="0" fontSize="8" />
|
||||
<WidgetStyle name="Bookmark margin" styleID="0" bgColor="2E3436" />
|
||||
<WidgetStyle name="Change History margin" styleID="0" bgColor="2E3436" />
|
||||
<WidgetStyle name="Fold" styleID="0" fgColor="2E3436" bgColor="EEEEEC" fontSize="" fontStyle="0" />
|
||||
<WidgetStyle name="Fold" styleID="0" fgColor="2E3436" bgColor="EEEEEC" />
|
||||
<WidgetStyle name="Fold active" styleID="0" fgColor="2E3436" />
|
||||
<WidgetStyle name="Fold margin" styleID="0" fgColor="555753" bgColor="2E3436" />
|
||||
<WidgetStyle name="White space symbol" styleID="0" fgColor="FCAF3E" bgColor="FF0000" fontSize="" fontStyle="1" />
|
||||
<WidgetStyle name="Smart HighLighting" styleID="29" bgColor="00FF00" fgColor="555753" />
|
||||
<WidgetStyle name="Find Mark Style" styleID="31" bgColor="EDD400" fgColor="CC0000" fontName="" fontSize="10" fontStyle="0" />
|
||||
<WidgetStyle name="Mark Style 1" styleID="25" bgColor="00FFFF" fgColor="80D4B2" />
|
||||
<WidgetStyle name="Mark Style 2" styleID="24" bgColor="FF8000" fgColor="3FBA89" />
|
||||
<WidgetStyle name="Mark Style 3" styleID="23" bgColor="FFFF00" fgColor="101010" />
|
||||
<WidgetStyle name="Mark Style 4" styleID="22" bgColor="8000FF" fgColor="808080" fontSize="" fontStyle="0" />
|
||||
<WidgetStyle name="Mark Style 5" styleID="21" bgColor="008000" fgColor="FAAA3C" />
|
||||
<WidgetStyle name="Incremental highlight all" styleID="28" bgColor="0080FF" fgColor="FFCAB0" />
|
||||
<WidgetStyle name="Tags match highlighting" styleID="27" bgColor="972FFF" fgColor="000000" />
|
||||
<WidgetStyle name="Tags attribute" styleID="26" bgColor="FFFF00" fgColor="8080C0" />
|
||||
<WidgetStyle name="Active tab focused indicator" styleID="0" fgColor="FAAA3C" bgColor="FF0000" />
|
||||
<WidgetStyle name="Active tab unfocused indicator" styleID="0" fgColor="FFCAB0" bgColor="80FF00" />
|
||||
<WidgetStyle name="White space symbol" styleID="0" fgColor="FCAF3E" />
|
||||
<WidgetStyle name="Smart Highlighting" styleID="29" bgColor="00FF00" />
|
||||
<WidgetStyle name="Find Mark Style" styleID="31" bgColor="EDD400" />
|
||||
<WidgetStyle name="Mark Style 1" styleID="25" bgColor="00FFFF" />
|
||||
<WidgetStyle name="Mark Style 2" styleID="24" bgColor="FF8000" />
|
||||
<WidgetStyle name="Mark Style 3" styleID="23" bgColor="FFFF00" />
|
||||
<WidgetStyle name="Mark Style 4" styleID="22" bgColor="8000FF" />
|
||||
<WidgetStyle name="Mark Style 5" styleID="21" bgColor="008000" />
|
||||
<WidgetStyle name="Incremental highlight all" styleID="28" bgColor="0080FF" />
|
||||
<WidgetStyle name="Tags match highlighting" styleID="27" bgColor="972FFF" />
|
||||
<WidgetStyle name="Tags attribute" styleID="26" bgColor="FFFF00" />
|
||||
<WidgetStyle name="Active tab focused indicator" styleID="0" fgColor="FAAA3C" />
|
||||
<WidgetStyle name="Active tab unfocused indicator" styleID="0" fgColor="FFCAB0" />
|
||||
<WidgetStyle name="Active tab text" styleID="0" fgColor="000000" />
|
||||
<WidgetStyle name="Inactive tabs" styleID="0" fgColor="808080" bgColor="C0C0C0" />
|
||||
<WidgetStyle name="URL hovered" styleID="0" fgColor="FFFFFF" />
|
||||
<WidgetStyle name="Document map" styleID="0" fgColor="C3BE98" bgColor="1A0F0B" />
|
||||
<WidgetStyle name="EOL custom color" styleID="0" fgColor="808080" />
|
||||
</GlobalStyles>
|
||||
</NotepadPlus>
|
||||
|
@ -893,33 +893,34 @@ Installation : Copy this file to "%APPDATA%\Notepad++\themes" and in a portable
|
||||
<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="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" />
|
||||
<WidgetStyle name="Selected text colour" styleID="0" bgColor="4D4D4D" fgColor="C0C0C0" fontStyle="0" />
|
||||
<WidgetStyle name="Caret colour" styleID="2069" fgColor="A7A7A7" fontStyle="0" bgColor="2E2E2E" fontSize="" />
|
||||
<WidgetStyle name="Edge colour" styleID="0" fgColor="EEEEEC" bgColor="2E2E2E" fontStyle="0" fontSize="9" />
|
||||
<WidgetStyle name="Current line background colour" styleID="0" bgColor="363636" />
|
||||
<!-- In below rule 'fgColor' attribute for 'Selected text colour' can be unlocked with a enableSelectFgColor.xml file -->
|
||||
<WidgetStyle name="Selected text colour" styleID="0" bgColor="4D4D4D" fgColor="C0C0C0" />
|
||||
<WidgetStyle name="Caret colour" styleID="2069" fgColor="A7A7A7" />
|
||||
<WidgetStyle name="Edge colour" styleID="0" fgColor="EEEEEC" />
|
||||
<WidgetStyle name="Line number margin" styleID="33" fgColor="8F8F8F" bgColor="363636" fontName="" fontStyle="0" fontSize="9" />
|
||||
<WidgetStyle name="Bookmark margin" styleID="0" bgColor="363636" />
|
||||
<WidgetStyle name="Change History margin" styleID="0" bgColor="363636" />
|
||||
<WidgetStyle name="Fold" styleID="0" fgColor="4D4D4D" bgColor="2E2E2E" fontStyle="0" fontSize="" />
|
||||
<WidgetStyle name="Fold margin" styleID="0" fgColor="2E2E2E" bgColor="2E2E2E" fontStyle="0" />
|
||||
<WidgetStyle name="Fold active" styleID="0" fgColor="666666" fontStyle="0" bgColor="00FF00" fontSize="" />
|
||||
<WidgetStyle name="White space symbol" styleID="0" fgColor="4D4D4D" bgColor="2E2E2E" fontStyle="0" fontSize="" />
|
||||
<WidgetStyle name="Smart HighLighting" styleID="29" bgColor="2E2E2E" fgColor="555753" fontStyle="0" fontSize="10" />
|
||||
<WidgetStyle name="Find Mark Style" styleID="31" bgColor="2E2E2E" fgColor="A88AB6" fontName="" fontSize="10" fontStyle="0" />
|
||||
<WidgetStyle name="Mark Style 1" styleID="25" bgColor="88B090" fontStyle="0" fgColor="E0E2E4" />
|
||||
<WidgetStyle name="Mark Style 2" styleID="24" bgColor="F8F893" fontStyle="0" fgColor="E0E2E4" fontSize="14" />
|
||||
<WidgetStyle name="Mark Style 3" styleID="23" bgColor="F18C96" fontStyle="0" fgColor="666666" fontSize="10" />
|
||||
<WidgetStyle name="Mark Style 4" styleID="22" bgColor="408040" fontStyle="0" fgColor="F57F3D" fontSize="" />
|
||||
<WidgetStyle name="Mark Style 5" styleID="21" bgColor="968CF1" fontStyle="0" fgColor="AB7967" />
|
||||
<WidgetStyle name="Incremental highlight all" styleID="28" bgColor="2E2E2E" fgColor="B2CCD6" fontStyle="0" />
|
||||
<WidgetStyle name="Tags match highlighting" styleID="27" bgColor="2E2E2E" fgColor="A88AB6" fontStyle="0" />
|
||||
<WidgetStyle name="Tags attribute" styleID="26" bgColor="2E2E2E" fgColor="B2CCD6" fontStyle="0" />
|
||||
<WidgetStyle name="Active tab focused indicator" styleID="0" fgColor="666666" bgColor="2E2E2E" fontStyle="0" />
|
||||
<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="Fold" styleID="0" fgColor="4D4D4D" bgColor="2E2E2E" />
|
||||
<WidgetStyle name="Fold active" styleID="0" fgColor="666666" />
|
||||
<WidgetStyle name="Fold margin" styleID="0" fgColor="2E2E2E" bgColor="2E2E2E" />
|
||||
<WidgetStyle name="White space symbol" styleID="0" fgColor="4D4D4D" />
|
||||
<WidgetStyle name="Smart Highlighting" styleID="29" bgColor="2E2E2E" />
|
||||
<WidgetStyle name="Find Mark Style" styleID="31" bgColor="2E2E2E" />
|
||||
<WidgetStyle name="Mark Style 1" styleID="25" bgColor="88B090" />
|
||||
<WidgetStyle name="Mark Style 2" styleID="24" bgColor="F8F893" />
|
||||
<WidgetStyle name="Mark Style 3" styleID="23" bgColor="F18C96" />
|
||||
<WidgetStyle name="Mark Style 4" styleID="22" bgColor="408040" />
|
||||
<WidgetStyle name="Mark Style 5" styleID="21" bgColor="968CF1" />
|
||||
<WidgetStyle name="Incremental highlight all" styleID="28" bgColor="2E2E2E" />
|
||||
<WidgetStyle name="Tags match highlighting" styleID="27" bgColor="2E2E2E" />
|
||||
<WidgetStyle name="Tags attribute" styleID="26" bgColor="2E2E2E" />
|
||||
<WidgetStyle name="Active tab focused indicator" styleID="0" fgColor="666666" />
|
||||
<WidgetStyle name="Active tab unfocused indicator" styleID="0" fgColor="C792EA" />
|
||||
<WidgetStyle name="Active tab text" styleID="0" fgColor="000000" />
|
||||
<WidgetStyle name="Inactive tabs" styleID="0" fgColor="808080" bgColor="C0C0C0" />
|
||||
<WidgetStyle name="URL hovered" styleID="0" fgColor="FFFFFF" />
|
||||
<WidgetStyle name="Document map" styleID="0" fgColor="C7C7C7" bgColor="2E2E2E" />
|
||||
<WidgetStyle name="EOL custom color" styleID="0" fgColor="808080" />
|
||||
</GlobalStyles>
|
||||
</NotepadPlus>
|
||||
|
@ -1427,7 +1427,8 @@ License: GPL2
|
||||
<WidgetStyle name="Brace highlight style" styleID="34" fgColor="F0F9F9" bgColor="3F3F3F" fontName="" fontStyle="1" fontSize="" />
|
||||
<WidgetStyle name="Bad brace colour" styleID="35" fgColor="F09F9F" bgColor="3F3F3F" fontName="" fontStyle="0" fontSize="" />
|
||||
<WidgetStyle name="Current line background colour" styleID="0" bgColor="101010" />
|
||||
<WidgetStyle name="Selected text colour" styleID="0" bgColor="585858" />
|
||||
<!-- In below rule 'fgColor' attribute for 'Selected text colour' can be unlocked with a enableSelectFgColor.xml file -->
|
||||
<WidgetStyle name="Selected text colour" styleID="0" bgColor="585858" fgColor="000000" />
|
||||
<WidgetStyle name="Caret colour" styleID="2069" fgColor="8FAF9F" />
|
||||
<WidgetStyle name="Edge colour" styleID="0" fgColor="4F5F5F" />
|
||||
<WidgetStyle name="Line number margin" styleID="33" fgColor="8A8A8A" bgColor="0C0C0C" fontName="" fontStyle="0" fontSize="" />
|
||||
|
@ -781,33 +781,34 @@ https://notepad-plus-plus.org/donate/
|
||||
<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="Bad brace colour" styleID="35" fgColor="FF0000" bgColor="000000" fontName="" fontStyle="1" fontSize="" />
|
||||
<WidgetStyle name="Current line background colour" styleID="0" bgColor="333333" fgColor="0080C0" fontSize="" fontStyle="0" />
|
||||
<WidgetStyle name="Current line background colour" styleID="0" bgColor="333333" />
|
||||
<!-- In below rule 'fgColor' attribute for 'Selected text colour' can be unlocked with a enableSelectFgColor.xml file -->
|
||||
<WidgetStyle name="Selected text colour" styleID="0" bgColor="6699CC" fgColor="CC0000" />
|
||||
<WidgetStyle name="Caret colour" styleID="2069" fgColor="FFFFFF" bgColor="253B76" fontStyle="0" />
|
||||
<WidgetStyle name="Edge colour" styleID="0" fgColor="80FFFF" bgColor="112435" fontSize="" fontStyle="0" />
|
||||
<WidgetStyle name="Caret colour" styleID="2069" fgColor="FFFFFF" />
|
||||
<WidgetStyle name="Edge colour" styleID="0" fgColor="80FFFF" />
|
||||
<WidgetStyle name="Line number margin" styleID="33" fgColor="C0C0C0" bgColor="333333" fontName="" fontStyle="0" fontSize="" />
|
||||
<WidgetStyle name="Bookmark margin" styleID="0" bgColor="333333" />
|
||||
<WidgetStyle name="Change History margin" styleID="0" bgColor="333333" />
|
||||
<WidgetStyle name="Fold" styleID="0" fgColor="6A6A6A" bgColor="333333" fontSize="8" fontStyle="0" />
|
||||
<WidgetStyle name="Fold" styleID="0" fgColor="6A6A6A" bgColor="333333" />
|
||||
<WidgetStyle name="Fold active" styleID="0" fgColor="6A6A6A" />
|
||||
<WidgetStyle name="Fold margin" styleID="0" fgColor="1A1A1A" bgColor="1A1A1A" fontSize="8" fontStyle="0" />
|
||||
<WidgetStyle name="White space symbol" styleID="0" fgColor="FF8080" bgColor="EEEEEC" fontSize="" fontStyle="0" />
|
||||
<WidgetStyle name="Smart HighLighting" styleID="29" bgColor="80FF00" fgColor="555753" />
|
||||
<WidgetStyle name="Find Mark Style" styleID="31" fgColor="FFFF00" bgColor="FF0000" fontName="" fontStyle="1" fontSize="" />
|
||||
<WidgetStyle name="Fold margin" styleID="0" fgColor="1A1A1A" bgColor="1A1A1A" />
|
||||
<WidgetStyle name="White space symbol" styleID="0" fgColor="FF8080" />
|
||||
<WidgetStyle name="Smart Highlighting" styleID="29" bgColor="80FF00" />
|
||||
<WidgetStyle name="Find Mark Style" styleID="31" bgColor="FF0000" />
|
||||
<WidgetStyle name="Mark Style 1" styleID="25" bgColor="00FFFF" />
|
||||
<WidgetStyle name="Mark Style 2" styleID="24" bgColor="FF8000" />
|
||||
<WidgetStyle name="Mark Style 3" styleID="23" bgColor="FFFF00" />
|
||||
<WidgetStyle name="Mark Style 4" styleID="22" bgColor="8000FF" />
|
||||
<WidgetStyle name="Mark Style 5" styleID="21" bgColor="008000" />
|
||||
<WidgetStyle name="Incremental highlight all" styleID="28" bgColor="FF8000" fgColor="555753" />
|
||||
<WidgetStyle name="Tags match highlighting" styleID="27" bgColor="0080FF" fgColor="FCAF3E" />
|
||||
<WidgetStyle name="Incremental highlight all" styleID="28" bgColor="FF8000" />
|
||||
<WidgetStyle name="Tags match highlighting" styleID="27" bgColor="0080FF" />
|
||||
<WidgetStyle name="Tags attribute" styleID="26" bgColor="808080" />
|
||||
<WidgetStyle name="Active tab focused indicator" styleID="0" fgColor="FAAA3C" bgColor="FF8000" />
|
||||
<WidgetStyle name="Active tab unfocused indicator" styleID="0" fgColor="FFCAB0" bgColor="FFFF00" />
|
||||
<WidgetStyle name="Active tab text" styleID="0" fgColor="000000" bgColor="8000FF" fontSize="10" fontStyle="0" />
|
||||
<WidgetStyle name="Active tab focused indicator" styleID="0" fgColor="FAAA3C" />
|
||||
<WidgetStyle name="Active tab unfocused indicator" styleID="0" fgColor="FFCAB0" />
|
||||
<WidgetStyle name="Active tab text" styleID="0" fgColor="000000" />
|
||||
<WidgetStyle name="Inactive tabs" styleID="0" fgColor="808080" bgColor="C0C0C0" />
|
||||
<WidgetStyle name="URL hovered" styleID="0" fgColor="FFFFFF" />
|
||||
<WidgetStyle name="Document map" styleID="0" fgColor="FF8000" bgColor="000000" />
|
||||
<WidgetStyle name="Document map" styleID="0" fgColor="FF8000" bgColor="FFFFFF" />
|
||||
<WidgetStyle name="EOL custom color" styleID="0" fgColor="808080" />
|
||||
</GlobalStyles>
|
||||
</NotepadPlus>
|
||||
|
@ -752,32 +752,34 @@ so your enhanced file can be included in Notepad++ future release.
|
||||
<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="Bad brace colour" styleID="35" fgColor="800000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
|
||||
<WidgetStyle name="Current line background colour" styleID="0" bgColor="FF80C0" fgColor="0080C0" />
|
||||
<WidgetStyle name="Current line background colour" styleID="0" bgColor="FF80C0" />
|
||||
<!-- In below rule 'fgColor' attribute for 'Selected text colour' can be unlocked with a enableSelectFgColor.xml file -->
|
||||
<WidgetStyle name="Selected text colour" styleID="0" bgColor="FFD5FF" fgColor="CC0000" />
|
||||
<WidgetStyle name="Caret colour" styleID="2069" fgColor="FFFFFF" bgColor="372017" fontStyle="0" />
|
||||
<WidgetStyle name="Edge colour" styleID="0" fgColor="80FFFF" bgColor="112435" fontSize="" fontStyle="0" />
|
||||
<WidgetStyle name="Caret colour" styleID="2069" fgColor="FFFFFF" />
|
||||
<WidgetStyle name="Edge colour" styleID="0" fgColor="80FFFF" />
|
||||
<WidgetStyle name="Line number margin" styleID="33" fgColor="FFFFFF" bgColor="FF80FF" fontName="" fontStyle="0" fontSize="" />
|
||||
<WidgetStyle name="Bookmark margin" styleID="0" bgColor="FF80FF" />
|
||||
<WidgetStyle name="Change History margin" styleID="0" bgColor="FF80FF" />
|
||||
<WidgetStyle name="Fold" styleID="0" fgColor="FFFFFF" bgColor="FF80C0" fontSize="8" fontStyle="0" />
|
||||
<WidgetStyle name="Fold" styleID="0" fgColor="FFFFFF" bgColor="FF80C0" />
|
||||
<WidgetStyle name="Fold active" styleID="0" fgColor="FFFFFF" />
|
||||
<WidgetStyle name="Fold margin" styleID="0" fgColor="FF80C0" bgColor="FF80C0" fontSize="8" fontStyle="0" />
|
||||
<WidgetStyle name="White space symbol" styleID="0" fgColor="FFB56A" bgColor="EEEEEC" />
|
||||
<WidgetStyle name="Smart HighLighting" styleID="29" bgColor="00FF00" fgColor="555753" />
|
||||
<WidgetStyle name="Find Mark Style" styleID="31" bgColor="FF0000" fgColor="FCAF3E" />
|
||||
<WidgetStyle name="Fold margin" styleID="0" fgColor="FF80C0" bgColor="FF80C0" />
|
||||
<WidgetStyle name="White space symbol" styleID="0" fgColor="FFB56A" />
|
||||
<WidgetStyle name="Smart Highlighting" styleID="29" bgColor="00FF00" />
|
||||
<WidgetStyle name="Find Mark Style" styleID="31" bgColor="FF0000" />
|
||||
<WidgetStyle name="Mark Style 1" styleID="25" bgColor="00FFFF" />
|
||||
<WidgetStyle name="Mark Style 2" styleID="24" bgColor="FF8000" />
|
||||
<WidgetStyle name="Mark Style 3" styleID="23" bgColor="FFFF00" />
|
||||
<WidgetStyle name="Mark Style 4" styleID="22" bgColor="8000FF" />
|
||||
<WidgetStyle name="Mark Style 5" styleID="21" bgColor="008000" fgColor="FAAA3C" />
|
||||
<WidgetStyle name="Incremental highlight all" styleID="28" bgColor="0080FF" fgColor="FFCAB0" />
|
||||
<WidgetStyle name="Tags match highlighting" styleID="27" bgColor="8000FF" fgColor="000000" />
|
||||
<WidgetStyle name="Tags attribute" styleID="26" bgColor="FFFF00" fgColor="8080C0" />
|
||||
<WidgetStyle name="Active tab focused indicator" styleID="0" fgColor="FAAA3C" bgColor="FF0000" />
|
||||
<WidgetStyle name="Active tab unfocused indicator" styleID="0" fgColor="FFCAB0" bgColor="80FF00" />
|
||||
<WidgetStyle name="Mark Style 5" styleID="21" bgColor="008000" />
|
||||
<WidgetStyle name="Incremental highlight all" styleID="28" bgColor="0080FF" />
|
||||
<WidgetStyle name="Tags match highlighting" styleID="27" bgColor="8000FF" />
|
||||
<WidgetStyle name="Tags attribute" styleID="26" bgColor="FFFF00" />
|
||||
<WidgetStyle name="Active tab focused indicator" styleID="0" fgColor="FAAA3C" />
|
||||
<WidgetStyle name="Active tab unfocused indicator" styleID="0" fgColor="FFCAB0" />
|
||||
<WidgetStyle name="Active tab text" styleID="0" fgColor="000000" />
|
||||
<WidgetStyle name="Inactive tabs" styleID="0" fgColor="808080" bgColor="C0C0C0" />
|
||||
<WidgetStyle name="URL hovered" styleID="0" fgColor="FFFFFF" />
|
||||
<WidgetStyle name="Document map" styleID="0" fgColor="000000" bgColor="FFB0FF" />
|
||||
<WidgetStyle name="EOL custom color" styleID="0" fgColor="808080" />
|
||||
</GlobalStyles>
|
||||
</NotepadPlus>
|
||||
|
@ -921,32 +921,34 @@ Installation:
|
||||
<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="Bad brace colour" styleID="35" fgColor="FF00FF" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
|
||||
<WidgetStyle name="Current line background colour" styleID="0" bgColor="432C13" fontStyle="0" fgColor="0080C0" fontSize="" />
|
||||
<WidgetStyle name="Selected text colour" styleID="0" bgColor="585858" fontStyle="0" fgColor="CC0000" />
|
||||
<WidgetStyle name="Caret colour" styleID="2069" fgColor="FAF1C6" fontStyle="0" bgColor="253B76" />
|
||||
<WidgetStyle name="Edge colour" styleID="0" fgColor="8B642B" fontStyle="0" bgColor="112435" fontSize="" />
|
||||
<WidgetStyle name="Current line background colour" styleID="0" bgColor="432C13" />
|
||||
<!-- In below rule 'fgColor' attribute for 'Selected text colour' can be unlocked with a enableSelectFgColor.xml file -->
|
||||
<WidgetStyle name="Selected text colour" styleID="0" bgColor="585858" fgColor="CC0000" />
|
||||
<WidgetStyle name="Caret colour" styleID="2069" fgColor="FAF1C6" />
|
||||
<WidgetStyle name="Edge colour" styleID="0" fgColor="8B642B" />
|
||||
<WidgetStyle name="Line number margin" styleID="33" fgColor="8B642B" bgColor="43250B" fontName="" fontStyle="0" fontSize="" />
|
||||
<WidgetStyle name="Bookmark margin" styleID="0" bgColor="43250B" />
|
||||
<WidgetStyle name="Change History margin" styleID="0" bgColor="43250B" />
|
||||
<WidgetStyle name="Fold" styleID="0" fgColor="8B642B" bgColor="43250B" fontStyle="0" fontSize="8" />
|
||||
<WidgetStyle name="Fold active" styleID="0" fgColor="CFBA28" fontStyle="0" bgColor="1A1A1A" fontSize="8" />
|
||||
<WidgetStyle name="Fold margin" styleID="0" fgColor="8B642B" bgColor="43250B" fontStyle="0" fontSize="" />
|
||||
<WidgetStyle name="White space symbol" styleID="0" fgColor="CFBA28" fontStyle="0" bgColor="80FF00" />
|
||||
<WidgetStyle name="Smart HighLighting" styleID="29" bgColor="008947" fontStyle="0" fgColor="FFFF00" fontSize="" />
|
||||
<WidgetStyle name="Find Mark Style" styleID="31" bgColor="7578DB" fontStyle="0" fgColor="555753" fontSize="10" />
|
||||
<WidgetStyle name="Mark Style 1" styleID="25" bgColor="C11418" fontStyle="0" fgColor="FCAF3E" fontSize="10" />
|
||||
<WidgetStyle name="Mark Style 2" styleID="24" bgColor="0088CE" fontStyle="0" fgColor="80D4B2" />
|
||||
<WidgetStyle name="Mark Style 3" styleID="23" bgColor="BCBB80" fontStyle="0" fgColor="FAAA3C" />
|
||||
<WidgetStyle name="Mark Style 4" styleID="22" bgColor="4AD231" fontStyle="0" fgColor="FFCAB0" fontSize="10" />
|
||||
<WidgetStyle name="Mark Style 5" styleID="21" bgColor="CFBA28" fontStyle="0" fgColor="000000" fontSize="10" />
|
||||
<WidgetStyle name="Incremental highlight all" styleID="28" bgColor="2B0F01" fontStyle="0" fgColor="808080" />
|
||||
<WidgetStyle name="Tags match highlighting" styleID="27" bgColor="990000" fontStyle="0" fgColor="FFCAB0" />
|
||||
<WidgetStyle name="Tags attribute" styleID="26" bgColor="3D0B0C" fontStyle="0" fgColor="000000" />
|
||||
<WidgetStyle name="Active tab focused indicator" styleID="0" fgColor="D92B10" fontStyle="0" bgColor="FFFF00" />
|
||||
<WidgetStyle name="Active tab unfocused indicator" styleID="0" fgColor="2B0F01" fontStyle="0" bgColor="FF0000" />
|
||||
<WidgetStyle name="Active tab text" styleID="0" fgColor="000000" fontStyle="0" bgColor="80FF00" />
|
||||
<WidgetStyle name="Inactive tabs" styleID="0" fgColor="43250B" bgColor="D5BC93" fontStyle="0" />
|
||||
<WidgetStyle name="Fold" styleID="0" fgColor="8B642B" bgColor="43250B" />
|
||||
<WidgetStyle name="Fold active" styleID="0" fgColor="CFBA28" />
|
||||
<WidgetStyle name="Fold margin" styleID="0" fgColor="8B642B" bgColor="43250B" />
|
||||
<WidgetStyle name="White space symbol" styleID="0" fgColor="CFBA28" />
|
||||
<WidgetStyle name="Smart Highlighting" styleID="29" bgColor="008947" />
|
||||
<WidgetStyle name="Find Mark Style" styleID="31" bgColor="7578DB" />
|
||||
<WidgetStyle name="Mark Style 1" styleID="25" bgColor="C11418" />
|
||||
<WidgetStyle name="Mark Style 2" styleID="24" bgColor="0088CE" />
|
||||
<WidgetStyle name="Mark Style 3" styleID="23" bgColor="BCBB80" />
|
||||
<WidgetStyle name="Mark Style 4" styleID="22" bgColor="4AD231" />
|
||||
<WidgetStyle name="Mark Style 5" styleID="21" bgColor="CFBA28" />
|
||||
<WidgetStyle name="Incremental highlight all" styleID="28" bgColor="2B0F01" />
|
||||
<WidgetStyle name="Tags match highlighting" styleID="27" bgColor="990000" />
|
||||
<WidgetStyle name="Tags attribute" styleID="26" bgColor="3D0B0C" />
|
||||
<WidgetStyle name="Active tab focused indicator" styleID="0" fgColor="D92B10" />
|
||||
<WidgetStyle name="Active tab unfocused indicator" styleID="0" fgColor="2B0F01" />
|
||||
<WidgetStyle name="Active tab text" styleID="0" fgColor="000000" />
|
||||
<WidgetStyle name="Inactive tabs" styleID="0" fgColor="43250B" bgColor="D5BC93" />
|
||||
<WidgetStyle name="URL hovered" styleID="0" fgColor="FFFFFF" />
|
||||
<WidgetStyle name="Document map" styleID="0" fgColor="B7975D" bgColor="2B0F01" />
|
||||
<WidgetStyle name="EOL custom color" styleID="0" fgColor="808080" />
|
||||
</GlobalStyles>
|
||||
</NotepadPlus>
|
||||
|
@ -780,10 +780,9 @@ Credits:
|
||||
<WidgetStyle name="Brace highlight style" styleID="34" fgColor="FCE94F" bgColor="222C28" fontName="" fontStyle="1" fontSize="10" />
|
||||
<WidgetStyle name="Bad brace colour" styleID="35" fgColor="EF2929" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
|
||||
<WidgetStyle name="Current line background colour" styleID="0" bgColor="2C3833" />
|
||||
<WidgetStyle name="Mark colour" styleID="0" fgColor="CC0000" bgColor="EDD400" />
|
||||
<WidgetStyle name="Selected text colour" styleID="0" bgColor="919994" />
|
||||
<!-- In below rule 'fgColor' attribute for 'Selected text colour' can be unlocked with a enableSelectFgColor.xml file -->
|
||||
<WidgetStyle name="Selected text colour" styleID="0" bgColor="919994" fgColor="000000" />
|
||||
<WidgetStyle name="Caret colour" styleID="2069" fgColor="FFFFFF" />
|
||||
<WidgetStyle name="Find Mark Style" styleID="31" fgColor="CC0000" bgColor="EDD400" fontName="" fontStyle="0" fontSize="10" />
|
||||
<WidgetStyle name="Edge colour" styleID="0" fgColor="EEEEEC" />
|
||||
<WidgetStyle name="Line number margin" styleID="33" fgColor="EEEEEC" bgColor="2E3436" fontName="" fontStyle="0" fontSize="8" />
|
||||
<WidgetStyle name="Bookmark margin" styleID="0" bgColor="2E3436" />
|
||||
@ -792,21 +791,22 @@ Credits:
|
||||
<WidgetStyle name="Fold active" styleID="0" fgColor="2E3436" />
|
||||
<WidgetStyle name="Fold margin" styleID="0" fgColor="555753" bgColor="2E3436" />
|
||||
<WidgetStyle name="White space symbol" styleID="0" fgColor="FCAF3E" />
|
||||
<WidgetStyle name="Smart HighLighting" styleID="29" bgColor="00FF00" fgColor="555753" />
|
||||
<WidgetStyle name="Find Mark Style" styleID="31" bgColor="FF0000" fgColor="FCAF3E" />
|
||||
<WidgetStyle name="Smart Highlighting" styleID="29" bgColor="00FF00" />
|
||||
<WidgetStyle name="Find Mark Style" styleID="31" bgColor="FF0000" />
|
||||
<WidgetStyle name="Mark Style 1" styleID="25" bgColor="00FFFF" />
|
||||
<WidgetStyle name="Mark Style 2" styleID="24" bgColor="FF8000" />
|
||||
<WidgetStyle name="Mark Style 3" styleID="23" bgColor="FFFF00" />
|
||||
<WidgetStyle name="Mark Style 4" styleID="22" bgColor="8000FF" />
|
||||
<WidgetStyle name="Mark Style 5" styleID="21" bgColor="008000" />
|
||||
<WidgetStyle name="Incremental highlight all" styleID="28" bgColor="0080FF" fgColor="FFCAB0" />
|
||||
<WidgetStyle name="Tags match highlighting" styleID="27" bgColor="8000FF" fgColor="000000" />
|
||||
<WidgetStyle name="Tags attribute" styleID="26" bgColor="FFFF00" fgColor="8080C0" />
|
||||
<WidgetStyle name="Active tab focused indicator" styleID="0" fgColor="FAAA3C" bgColor="FF0000" />
|
||||
<WidgetStyle name="Active tab unfocused indicator" styleID="0" fgColor="FFCAB0" bgColor="80FF00" />
|
||||
<WidgetStyle name="Incremental highlight all" styleID="28" bgColor="0080FF" />
|
||||
<WidgetStyle name="Tags match highlighting" styleID="27" bgColor="8000FF" />
|
||||
<WidgetStyle name="Tags attribute" styleID="26" bgColor="FFFF00" />
|
||||
<WidgetStyle name="Active tab focused indicator" styleID="0" fgColor="FAAA3C" />
|
||||
<WidgetStyle name="Active tab unfocused indicator" styleID="0" fgColor="FFCAB0" />
|
||||
<WidgetStyle name="Active tab text" styleID="0" fgColor="000000" />
|
||||
<WidgetStyle name="Inactive tabs" styleID="0" fgColor="808080" bgColor="C0C0C0" />
|
||||
<WidgetStyle name="URL hovered" styleID="0" fgColor="FFFFFF" />
|
||||
<WidgetStyle name="Document map" styleID="0" fgColor="FFFFFF" bgColor="222C28" />
|
||||
<WidgetStyle name="EOL custom color" styleID="0" fgColor="808080" />
|
||||
</GlobalStyles>
|
||||
</NotepadPlus>
|
||||
|
@ -796,10 +796,9 @@ Credits:
|
||||
<WidgetStyle name="Brace highlight style" styleID="34" fgColor="FCE94F" bgColor="272822" fontName="" fontStyle="1" fontSize="10" />
|
||||
<WidgetStyle name="Bad brace colour" styleID="35" fgColor="EF2929" bgColor="272822" fontName="" fontStyle="0" fontSize="10" />
|
||||
<WidgetStyle name="Current line background colour" styleID="0" bgColor="3E3D32" />
|
||||
<WidgetStyle name="Mark colour" styleID="0" fgColor="CC0000" bgColor="EDD400" />
|
||||
<WidgetStyle name="Selected text colour" styleID="0" bgColor="49483E" />
|
||||
<!-- In below rule 'fgColor' attribute for 'Selected text colour' can be unlocked with a enableSelectFgColor.xml file -->
|
||||
<WidgetStyle name="Selected text colour" styleID="0" bgColor="49483E" fgColor="000000" />
|
||||
<WidgetStyle name="Caret colour" styleID="2069" fgColor="F8F8F0" />
|
||||
<WidgetStyle name="Find Mark Style" styleID="31" fgColor="CC0000" bgColor="EDD400" fontName="" fontStyle="0" fontSize="10" />
|
||||
<WidgetStyle name="Edge colour" styleID="0" fgColor="EEEEEC" />
|
||||
<WidgetStyle name="Line number margin" styleID="33" fgColor="EEEEEC" bgColor="2E3436" fontName="" fontStyle="0" fontSize="8" />
|
||||
<WidgetStyle name="Bookmark margin" styleID="0" bgColor="2E3436" />
|
||||
@ -808,21 +807,22 @@ Credits:
|
||||
<WidgetStyle name="Fold active" styleID="0" fgColor="2E3436" />
|
||||
<WidgetStyle name="Fold margin" styleID="0" fgColor="555753" bgColor="2E3436" />
|
||||
<WidgetStyle name="White space symbol" styleID="0" fgColor="FCAF3E" />
|
||||
<WidgetStyle name="Smart HighLighting" styleID="29" bgColor="00FF00" fgColor="555753" />
|
||||
<WidgetStyle name="Find Mark Style" styleID="31" bgColor="FF0000" fgColor="FCAF3E" />
|
||||
<WidgetStyle name="Smart Highlighting" styleID="29" bgColor="00FF00" />
|
||||
<WidgetStyle name="Find Mark Style" styleID="31" bgColor="FF0000" />
|
||||
<WidgetStyle name="Mark Style 1" styleID="25" bgColor="00FFFF" />
|
||||
<WidgetStyle name="Mark Style 2" styleID="24" bgColor="FF8000" />
|
||||
<WidgetStyle name="Mark Style 3" styleID="23" bgColor="FFFF00" />
|
||||
<WidgetStyle name="Mark Style 4" styleID="22" bgColor="8000FF" />
|
||||
<WidgetStyle name="Mark Style 5" styleID="21" bgColor="008000" />
|
||||
<WidgetStyle name="Incremental highlight all" styleID="28" bgColor="0080FF" fgColor="FFCAB0" />
|
||||
<WidgetStyle name="Tags match highlighting" styleID="27" bgColor="8000FF" fgColor="000000" />
|
||||
<WidgetStyle name="Tags attribute" styleID="26" bgColor="FFFF00" fgColor="8080C0" />
|
||||
<WidgetStyle name="Active tab focused indicator" styleID="0" fgColor="FAAA3C" bgColor="FF0000" />
|
||||
<WidgetStyle name="Active tab unfocused indicator" styleID="0" fgColor="FFCAB0" bgColor="80FF00" />
|
||||
<WidgetStyle name="Incremental highlight all" styleID="28" bgColor="0080FF" />
|
||||
<WidgetStyle name="Tags match highlighting" styleID="27" bgColor="8000FF" />
|
||||
<WidgetStyle name="Tags attribute" styleID="26" bgColor="FFFF00" />
|
||||
<WidgetStyle name="Active tab focused indicator" styleID="0" fgColor="FAAA3C" />
|
||||
<WidgetStyle name="Active tab unfocused indicator" styleID="0" fgColor="FFCAB0" />
|
||||
<WidgetStyle name="Active tab text" styleID="0" fgColor="000000" />
|
||||
<WidgetStyle name="Inactive tabs" styleID="0" fgColor="808080" bgColor="C0C0C0" />
|
||||
<WidgetStyle name="URL hovered" styleID="0" fgColor="FFFFFF" />
|
||||
<WidgetStyle name="Document map" styleID="0" fgColor="F8F8F2" bgColor="272822" />
|
||||
<WidgetStyle name="EOL custom color" styleID="0" fgColor="808080" />
|
||||
</GlobalStyles>
|
||||
</NotepadPlus>
|
||||
|
@ -917,37 +917,39 @@ Installation:
|
||||
</LexerStyles>
|
||||
<GlobalStyles>
|
||||
<!-- 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="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="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="Bad brace colour" styleID="35" fgColor="981f0e" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
|
||||
<WidgetStyle name="Brace highlight style" styleID="34" fgColor="561E0F" bgColor="9ECE3C" fontName="" fontStyle="1" fontSize="" />
|
||||
<WidgetStyle name="Bad brace colour" styleID="35" fgColor="981F0E" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
|
||||
<WidgetStyle name="Current line background colour" styleID="0" bgColor="717A39" />
|
||||
<WidgetStyle name="Selected text colour" styleID="0" bgColor="8B6733" />
|
||||
<WidgetStyle name="Caret colour" styleID="2069" fgColor="ffc973" />
|
||||
<!-- In below rule 'fgColor' attribute for 'Selected text colour' can be unlocked with a enableSelectFgColor.xml file -->
|
||||
<WidgetStyle name="Selected text colour" styleID="0" bgColor="8B6733" fgColor="000000" />
|
||||
<WidgetStyle name="Caret colour" styleID="2069" fgColor="FFC973" />
|
||||
<WidgetStyle name="Edge colour" styleID="0" fgColor="003709" />
|
||||
<WidgetStyle name="Line number margin" styleID="33" fgColor="603d13" bgColor="7e8a28" fontName="" fontStyle="0" fontSize="" />
|
||||
<WidgetStyle name="Bookmark margin" styleID="0" bgColor="7e8a28" />
|
||||
<WidgetStyle name="Change History margin" styleID="0" bgColor="7e8a28" />
|
||||
<WidgetStyle name="Fold" styleID="0" fgColor="603d13" bgColor="7e8a28" />
|
||||
<WidgetStyle name="Line number margin" styleID="33" fgColor="603D13" bgColor="7E8A28" fontName="" fontStyle="0" fontSize="" />
|
||||
<WidgetStyle name="Bookmark margin" styleID="0" bgColor="7E8A28" />
|
||||
<WidgetStyle name="Change History margin" styleID="0" bgColor="7E8A28" />
|
||||
<WidgetStyle name="Fold" styleID="0" fgColor="603d13" bgColor="7E8A28" />
|
||||
<WidgetStyle name="Fold active" styleID="0" fgColor="FF0000" />
|
||||
<WidgetStyle name="Fold margin" styleID="0" fgColor="7e8a28" bgColor="7e8a28" />
|
||||
<WidgetStyle name="White space symbol" styleID="0" fgColor="ffc973" />
|
||||
<WidgetStyle name="Smart HighLighting" styleID="29" bgColor="bf8830" />
|
||||
<WidgetStyle name="Find Mark Style" styleID="31" bgColor="6a1a01" />
|
||||
<WidgetStyle name="Mark Style 1" styleID="25" bgColor="fdd64a" />
|
||||
<WidgetStyle name="Mark Style 2" styleID="24" bgColor="afcf90" />
|
||||
<WidgetStyle name="Mark Style 3" styleID="23" bgColor="ffdc87" />
|
||||
<WidgetStyle name="Mark Style 4" styleID="22" bgColor="cbe248" />
|
||||
<WidgetStyle name="Mark Style 5" styleID="21" bgColor="8abbe4" />
|
||||
<WidgetStyle name="Incremental highlight all" styleID="28" bgColor="6a1a01" />
|
||||
<WidgetStyle name="Tags match highlighting" styleID="27" bgColor="92983e" />
|
||||
<WidgetStyle name="Tags attribute" styleID="26" bgColor="dab57e" />
|
||||
<WidgetStyle name="Fold margin" styleID="0" fgColor="7E8A28" bgColor="7E8A28" />
|
||||
<WidgetStyle name="White space symbol" styleID="0" fgColor="FFC973" />
|
||||
<WidgetStyle name="Smart Highlighting" styleID="29" bgColor="BF8830" />
|
||||
<WidgetStyle name="Find Mark Style" styleID="31" bgColor="6A1A01" />
|
||||
<WidgetStyle name="Mark Style 1" styleID="25" bgColor="FDD64A" />
|
||||
<WidgetStyle name="Mark Style 2" styleID="24" bgColor="AFCF90" />
|
||||
<WidgetStyle name="Mark Style 3" styleID="23" bgColor="FFDC87" />
|
||||
<WidgetStyle name="Mark Style 4" styleID="22" bgColor="CBE248" />
|
||||
<WidgetStyle name="Mark Style 5" styleID="21" bgColor="8ABBE4" />
|
||||
<WidgetStyle name="Incremental highlight all" styleID="28" bgColor="6A1A01" />
|
||||
<WidgetStyle name="Tags match highlighting" styleID="27" bgColor="92983E" />
|
||||
<WidgetStyle name="Tags attribute" styleID="26" bgColor="DAB57E" />
|
||||
<WidgetStyle name="Active tab focused indicator" styleID="0" fgColor="58693D" />
|
||||
<WidgetStyle name="Active tab unfocused indicator" styleID="0" fgColor="58693D" />
|
||||
<WidgetStyle name="Active tab text" styleID="0" fgColor="012001" />
|
||||
<WidgetStyle name="Inactive tabs" styleID="0" fgColor="162504" bgColor="BBCF60" />
|
||||
<WidgetStyle name="URL hovered" styleID="0" fgColor="FFFFFF" />
|
||||
<WidgetStyle name="Document map" styleID="0" fgColor="F2C476" bgColor="58693D" />
|
||||
<WidgetStyle name="EOL custom color" styleID="0" fgColor="808080" />
|
||||
</GlobalStyles>
|
||||
</NotepadPlus>
|
@ -920,7 +920,8 @@ Installation:
|
||||
<WidgetStyle name="Brace highlight style" styleID="34" fgColor="000000" bgColor="00FFFF" fontName="" fontStyle="1" fontSize="" />
|
||||
<WidgetStyle name="Bad brace colour" styleID="35" fgColor="BCBCBC" bgColor="5F0000" fontName="" fontStyle="0" fontSize="" />
|
||||
<WidgetStyle name="Current line background colour" styleID="0" bgColor="B39674" />
|
||||
<WidgetStyle name="Selected text colour" styleID="0" bgColor="BCBCBC" />
|
||||
<!-- In below rule 'fgColor' attribute for 'Selected text colour' can be unlocked with a enableSelectFgColor.xml file -->
|
||||
<WidgetStyle name="Selected text colour" styleID="0" bgColor="BCBCBC" fgColor="000000" />
|
||||
<WidgetStyle name="Caret colour" styleID="2069" fgColor="FFFFFF" />
|
||||
<WidgetStyle name="Edge colour" styleID="0" fgColor="181880" />
|
||||
<WidgetStyle name="Line number margin" styleID="33" fgColor="000000" bgColor="808080" fontName="" fontStyle="0" fontSize="" />
|
||||
@ -930,8 +931,8 @@ Installation:
|
||||
<WidgetStyle name="Fold active" styleID="0" fgColor="FF0000" />
|
||||
<WidgetStyle name="Fold margin" styleID="0" fgColor="808080" bgColor="808080" />
|
||||
<WidgetStyle name="White space symbol" styleID="0" fgColor="106060" />
|
||||
<WidgetStyle name="Smart HighLighting" styleID="29" bgColor="BCBCBC" />
|
||||
<WidgetStyle name="Find Mark Style" styleID="31" bgColor="3b4092" />
|
||||
<WidgetStyle name="Smart Highlighting" styleID="29" bgColor="BCBCBC" />
|
||||
<WidgetStyle name="Find Mark Style" styleID="31" bgColor="3B4092" />
|
||||
<WidgetStyle name="Mark Style 1" styleID="25" bgColor="870087" />
|
||||
<WidgetStyle name="Mark Style 2" styleID="24" bgColor="C00058" />
|
||||
<WidgetStyle name="Mark Style 3" styleID="23" bgColor="181880" />
|
||||
@ -945,6 +946,7 @@ Installation:
|
||||
<WidgetStyle name="Active tab text" styleID="0" fgColor="000000" />
|
||||
<WidgetStyle name="Inactive tabs" styleID="0" fgColor="181880" bgColor="BA9C80" />
|
||||
<WidgetStyle name="URL hovered" styleID="0" fgColor="FFFFFF" />
|
||||
<WidgetStyle name="Document map" styleID="0" fgColor="000000" bgColor="BA9C80" />
|
||||
<WidgetStyle name="EOL custom color" styleID="0" fgColor="808080" />
|
||||
</GlobalStyles>
|
||||
</NotepadPlus>
|
@ -782,32 +782,34 @@ Notepad++ Custom Style
|
||||
<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="Bad brace colour" styleID="35" fgColor="FB0000" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
|
||||
<WidgetStyle name="Current line background colour" styleID="0" bgColor="2F393C" fgColor="0080C0" fontSize="" fontStyle="0" />
|
||||
<WidgetStyle name="Current line background colour" styleID="0" bgColor="2F393C" />
|
||||
<!-- In below rule 'fgColor' attribute for 'Selected text colour' can be unlocked with a enableSelectFgColor.xml file -->
|
||||
<WidgetStyle name="Selected text colour" styleID="0" bgColor="404E51" fgColor="C00000" />
|
||||
<WidgetStyle name="Caret colour" styleID="2069" fgColor="C1CBD2" bgColor="6699CC" fontStyle="0" />
|
||||
<WidgetStyle name="Edge colour" styleID="0" fgColor="445257" bgColor="112435" fontSize="" fontStyle="0" />
|
||||
<WidgetStyle name="Caret colour" styleID="2069" fgColor="C1CBD2" />
|
||||
<WidgetStyle name="Edge colour" styleID="0" fgColor="445257" />
|
||||
<WidgetStyle name="Line number margin" styleID="33" fgColor="81969A" bgColor="3F4B4E" fontName="" fontStyle="0" fontSize="" />
|
||||
<WidgetStyle name="Bookmark margin" styleID="0" bgColor="3F4B4E" />
|
||||
<WidgetStyle name="Change History margin" styleID="0" bgColor="3F4B4E" />
|
||||
<WidgetStyle name="Fold" styleID="0" fgColor="6A8088" bgColor="2F383C" fontSize="" fontStyle="0" />
|
||||
<WidgetStyle name="Fold" styleID="0" fgColor="6A8088" bgColor="2F383C" />
|
||||
<WidgetStyle name="Fold active" styleID="0" fgColor="6A8088" />
|
||||
<WidgetStyle name="Fold margin" styleID="0" fgColor="343F41" bgColor="343F41" fontSize="" fontStyle="0" />
|
||||
<WidgetStyle name="White space symbol" styleID="0" fgColor="343F43" bgColor="3476A3" fontSize="" fontStyle="0" />
|
||||
<WidgetStyle name="Smart HighLighting" styleID="29" bgColor="56676D" fgColor="222222" />
|
||||
<WidgetStyle name="Find Mark Style" styleID="31" bgColor="6B8189" fgColor="E0E2E4" fontSize="" fontStyle="1" />
|
||||
<WidgetStyle name="Mark Style 1" styleID="25" bgColor="00659B" fgColor="E0E2E4" />
|
||||
<WidgetStyle name="Mark Style 2" styleID="24" bgColor="00880B" fgColor="E0E2E4" />
|
||||
<WidgetStyle name="Mark Style 3" styleID="23" bgColor="A6AA00" fgColor="E0E2E4" />
|
||||
<WidgetStyle name="Mark Style 4" styleID="22" bgColor="8A0B0B" fgColor="E0E2E4" />
|
||||
<WidgetStyle name="Mark Style 5" styleID="21" bgColor="44116F" fgColor="E0E2E4" />
|
||||
<WidgetStyle name="Incremental highlight all" styleID="28" bgColor="0080FF" fgColor="FFFF80" fontSize="" fontStyle="0" />
|
||||
<WidgetStyle name="Tags match highlighting" styleID="27" bgColor="4D5C62" fgColor="E0E2E4" />
|
||||
<WidgetStyle name="Tags attribute" styleID="26" bgColor="93975E" fgColor="FFCAB0" />
|
||||
<WidgetStyle name="Active tab focused indicator" styleID="0" fgColor="FAAA3C" bgColor="8000FF" />
|
||||
<WidgetStyle name="Active tab unfocused indicator" styleID="0" fgColor="FFCAB0" bgColor="008000" />
|
||||
<WidgetStyle name="Active tab text" styleID="0" fgColor="000000" bgColor="0080FF" />
|
||||
<WidgetStyle name="Fold margin" styleID="0" fgColor="343F41" bgColor="343F41" />
|
||||
<WidgetStyle name="White space symbol" styleID="0" fgColor="343F43" />
|
||||
<WidgetStyle name="Smart Highlighting" styleID="29" bgColor="56676D" />
|
||||
<WidgetStyle name="Find Mark Style" styleID="31" bgColor="6B8189" />
|
||||
<WidgetStyle name="Mark Style 1" styleID="25" bgColor="00659B" />
|
||||
<WidgetStyle name="Mark Style 2" styleID="24" bgColor="00880B" />
|
||||
<WidgetStyle name="Mark Style 3" styleID="23" bgColor="A6AA00" />
|
||||
<WidgetStyle name="Mark Style 4" styleID="22" bgColor="8A0B0B" />
|
||||
<WidgetStyle name="Mark Style 5" styleID="21" bgColor="44116F" />
|
||||
<WidgetStyle name="Incremental highlight all" styleID="28" bgColor="0080FF" />
|
||||
<WidgetStyle name="Tags match highlighting" styleID="27" bgColor="4D5C62" />
|
||||
<WidgetStyle name="Tags attribute" styleID="26" bgColor="93975E" />
|
||||
<WidgetStyle name="Active tab focused indicator" styleID="0" fgColor="FAAA3C" />
|
||||
<WidgetStyle name="Active tab unfocused indicator" styleID="0" fgColor="FFCAB0" />
|
||||
<WidgetStyle name="Active tab text" styleID="0" fgColor="000000" />
|
||||
<WidgetStyle name="Inactive tabs" styleID="0" fgColor="808080" bgColor="C0C0C0" />
|
||||
<WidgetStyle name="URL hovered" styleID="0" fgColor="FFFFFF" />
|
||||
<WidgetStyle name="Document map" styleID="0" fgColor="E0E2E4" bgColor="293134" />
|
||||
<WidgetStyle name="EOL custom color" styleID="0" fgColor="808080" />
|
||||
</GlobalStyles>
|
||||
</NotepadPlus>
|
||||
|
@ -792,10 +792,9 @@ Credits:
|
||||
<WidgetStyle name="Brace highlight style" styleID="34" fgColor="FCE94F" bgColor="0B161D" fontName="" fontStyle="1" fontSize="10" />
|
||||
<WidgetStyle name="Bad brace colour" styleID="35" fgColor="EF2929" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
|
||||
<WidgetStyle name="Current line background colour" styleID="0" bgColor="11222D" />
|
||||
<WidgetStyle name="Mark colour" styleID="0" fgColor="CC0000" bgColor="EDD400" />
|
||||
<WidgetStyle name="Selected text colour" styleID="0" bgColor="162E3D" />
|
||||
<!-- In below rule 'fgColor' attribute for 'Selected text colour' can be unlocked with a enableSelectFgColor.xml file -->
|
||||
<WidgetStyle name="Selected text colour" styleID="0" bgColor="162E3D" fgColor="000000" />
|
||||
<WidgetStyle name="Caret colour" styleID="2069" fgColor="8BA7A7" />
|
||||
<WidgetStyle name="Find Mark Style" styleID="31" fgColor="CC0000" bgColor="EDD400" fontName="" fontStyle="0" fontSize="10" />
|
||||
<WidgetStyle name="Edge colour" styleID="0" fgColor="EEEEEC" />
|
||||
<WidgetStyle name="Line number margin" styleID="33" fgColor="EEEEEC" bgColor="2E3436" fontName="" fontStyle="0" fontSize="8" />
|
||||
<WidgetStyle name="Bookmark margin" styleID="0" bgColor="2E3436" />
|
||||
@ -804,21 +803,22 @@ Credits:
|
||||
<WidgetStyle name="Fold active" styleID="0" fgColor="2E3436" />
|
||||
<WidgetStyle name="Fold margin" styleID="0" fgColor="555753" bgColor="2E3436" />
|
||||
<WidgetStyle name="White space symbol" styleID="0" fgColor="FCAF3E" />
|
||||
<WidgetStyle name="Smart HighLighting" styleID="29" bgColor="00FF00" fgColor="555753" />
|
||||
<WidgetStyle name="Find Mark Style" styleID="31" bgColor="FF0000" fgColor="FCAF3E" />
|
||||
<WidgetStyle name="Smart Highlighting" styleID="29" bgColor="00FF00" />
|
||||
<WidgetStyle name="Find Mark Style" styleID="31" bgColor="FF0000" />
|
||||
<WidgetStyle name="Mark Style 1" styleID="25" bgColor="00FFFF" />
|
||||
<WidgetStyle name="Mark Style 2" styleID="24" bgColor="FF8000" />
|
||||
<WidgetStyle name="Mark Style 3" styleID="23" bgColor="FFFF00" />
|
||||
<WidgetStyle name="Mark Style 4" styleID="22" bgColor="8000FF" />
|
||||
<WidgetStyle name="Mark Style 5" styleID="21" bgColor="008000" />
|
||||
<WidgetStyle name="Incremental highlight all" styleID="28" bgColor="0080FF" fgColor="FFCAB0" />
|
||||
<WidgetStyle name="Tags match highlighting" styleID="27" bgColor="8000FF" fgColor="000000" />
|
||||
<WidgetStyle name="Tags attribute" styleID="26" bgColor="FFFF00" fgColor="8080C0" />
|
||||
<WidgetStyle name="Active tab focused indicator" styleID="0" fgColor="FAAA3C" bgColor="FF0000" />
|
||||
<WidgetStyle name="Active tab unfocused indicator" styleID="0" fgColor="FFCAB0" bgColor="80FF00" />
|
||||
<WidgetStyle name="Incremental highlight all" styleID="28" bgColor="0080FF" />
|
||||
<WidgetStyle name="Tags match highlighting" styleID="27" bgColor="8000FF" />
|
||||
<WidgetStyle name="Tags attribute" styleID="26" bgColor="FFFF00" />
|
||||
<WidgetStyle name="Active tab focused indicator" styleID="0" fgColor="FAAA3C" />
|
||||
<WidgetStyle name="Active tab unfocused indicator" styleID="0" fgColor="FFCAB0" />
|
||||
<WidgetStyle name="Active tab text" styleID="0" fgColor="000000" />
|
||||
<WidgetStyle name="Inactive tabs" styleID="0" fgColor="808080" bgColor="C0C0C0" />
|
||||
<WidgetStyle name="URL hovered" styleID="0" fgColor="FFFFFF" />
|
||||
<WidgetStyle name="Document map" styleID="0" fgColor="F8F8F8" bgColor="0B161D" />
|
||||
<WidgetStyle name="EOL custom color" styleID="0" fgColor="808080" />
|
||||
</GlobalStyles>
|
||||
</NotepadPlus>
|
||||
|
@ -628,34 +628,34 @@ http://sourceforge.net/donate/index.php?group_id=95717
|
||||
<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="Bad brace colour" styleID="35" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
|
||||
<WidgetStyle name="Current line background colour" styleID="0" bgColor="273A4B" fgColor="CCFF33" fontSize="" fontStyle="0" />
|
||||
<WidgetStyle name="Mark colour" styleID="0" fgColor="0080C0" bgColor="B0D926" />
|
||||
<WidgetStyle name="Selected text colour" styleID="0" bgColor="0000FF" fgColor="C00000" fontStyle="0" />
|
||||
<WidgetStyle name="Caret colour" styleID="2069" fgColor="FFFFFF" fontStyle="0" bgColor="6699CC" fontSize="" />
|
||||
<WidgetStyle name="Find Mark Style" styleID="31" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
|
||||
<WidgetStyle name="Edge colour" styleID="0" fgColor="FFFFFF" bgColor="FF0000" fontSize="" fontStyle="1" />
|
||||
<WidgetStyle name="Current line background colour" styleID="0" bgColor="273A4B" />
|
||||
<!-- In below rule 'fgColor' attribute for 'Selected text colour' can be unlocked with a enableSelectFgColor.xml file -->
|
||||
<WidgetStyle name="Selected text colour" styleID="0" bgColor="0000FF" fgColor="C00000" />
|
||||
<WidgetStyle name="Caret colour" styleID="2069" fgColor="FFFFFF" />
|
||||
<WidgetStyle name="Edge colour" styleID="0" fgColor="FFFFFF" />
|
||||
<WidgetStyle name="Line number margin" styleID="33" fgColor="FFFFFF" bgColor="1F4661" fontName="" fontStyle="0" fontSize="8" />
|
||||
<WidgetStyle name="Bookmark margin" styleID="0" bgColor="1F4661" />
|
||||
<WidgetStyle name="Change History margin" styleID="0" bgColor="1F4661" />
|
||||
<WidgetStyle name="Fold" styleID="0" fgColor="FFFFFF" bgColor="F0804F" fontSize="" fontStyle="0" />
|
||||
<WidgetStyle name="Fold" styleID="0" fgColor="FFFFFF" bgColor="F0804F" />
|
||||
<WidgetStyle name="Fold active" styleID="0" fgColor="FFFFFF" />
|
||||
<WidgetStyle name="Fold margin" styleID="0" fgColor="4096BF" bgColor="3476A3" />
|
||||
<WidgetStyle name="White space symbol" styleID="0" fgColor="FF8080" bgColor="112435" />
|
||||
<WidgetStyle name="Smart HighLighting" styleID="29" bgColor="00FF00" fgColor="555753" />
|
||||
<WidgetStyle name="Find Mark Style" styleID="31" bgColor="FF0000" fgColor="FCAF3E" />
|
||||
<WidgetStyle name="White space symbol" styleID="0" fgColor="FF8080" />
|
||||
<WidgetStyle name="Smart Highlighting" styleID="29" bgColor="00FF00" />
|
||||
<WidgetStyle name="Find Mark Style" styleID="31" bgColor="FF0000" />
|
||||
<WidgetStyle name="Mark Style 1" styleID="25" bgColor="00FFFF" />
|
||||
<WidgetStyle name="Mark Style 2" styleID="24" bgColor="FF8000" />
|
||||
<WidgetStyle name="Mark Style 3" styleID="23" bgColor="FFFF00" />
|
||||
<WidgetStyle name="Mark Style 4" styleID="22" bgColor="8000FF" />
|
||||
<WidgetStyle name="Mark Style 5" styleID="21" bgColor="008000" />
|
||||
<WidgetStyle name="Incremental highlight all" styleID="28" bgColor="0080FF" fgColor="FFCAB0" />
|
||||
<WidgetStyle name="Tags match highlighting" styleID="27" bgColor="8000FF" fgColor="000000" />
|
||||
<WidgetStyle name="Tags attribute" styleID="26" bgColor="FFFF00" fgColor="8080C0" />
|
||||
<WidgetStyle name="Active tab focused indicator" styleID="0" fgColor="FAAA3C" bgColor="FF0000" />
|
||||
<WidgetStyle name="Active tab unfocused indicator" styleID="0" fgColor="FFCAB0" bgColor="80FF00" />
|
||||
<WidgetStyle name="Incremental highlight all" styleID="28" bgColor="0080FF" />
|
||||
<WidgetStyle name="Tags match highlighting" styleID="27" bgColor="8000FF" />
|
||||
<WidgetStyle name="Tags attribute" styleID="26" bgColor="FFFF00" />
|
||||
<WidgetStyle name="Active tab focused indicator" styleID="0" fgColor="FAAA3C" />
|
||||
<WidgetStyle name="Active tab unfocused indicator" styleID="0" fgColor="FFCAB0" />
|
||||
<WidgetStyle name="Active tab text" styleID="0" fgColor="000000" />
|
||||
<WidgetStyle name="Inactive tabs" styleID="0" fgColor="808080" bgColor="C0C0C0" />
|
||||
<WidgetStyle name="URL hovered" styleID="0" fgColor="FFFFFF" />
|
||||
<WidgetStyle name="Document map" styleID="0" fgColor="FFFFFF" bgColor="112435" />
|
||||
<WidgetStyle name="EOL custom color" styleID="0" fgColor="808080" />
|
||||
</GlobalStyles>
|
||||
</NotepadPlus>
|
||||
|
@ -931,7 +931,8 @@ Installation:
|
||||
<WidgetStyle name="Brace highlight style" styleID="34" fgColor="DC322F" bgColor="859900" fontName="" fontStyle="1" fontSize="" />
|
||||
<WidgetStyle name="Bad brace colour" styleID="35" fgColor="D33682" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
|
||||
<WidgetStyle name="Current line background colour" styleID="0" bgColor="EEE8D5" />
|
||||
<WidgetStyle name="Selected text colour" styleID="0" bgColor="073642" />
|
||||
<!-- In below rule 'fgColor' attribute for 'Selected text colour' can be unlocked with a enableSelectFgColor.xml file -->
|
||||
<WidgetStyle name="Selected text colour" styleID="0" bgColor="073642" fgColor="000000" />
|
||||
<WidgetStyle name="Caret colour" styleID="2069" fgColor="073642" />
|
||||
<WidgetStyle name="Edge colour" styleID="0" fgColor="93A1A1" />
|
||||
<WidgetStyle name="Line number margin" styleID="33" fgColor="93A1A1" bgColor="EEE8D5" fontName="" fontStyle="0" fontSize="" />
|
||||
@ -941,7 +942,7 @@ Installation:
|
||||
<WidgetStyle name="Fold active" styleID="0" fgColor="DC322F" />
|
||||
<WidgetStyle name="Fold margin" styleID="0" fgColor="93A1A1" bgColor="EEE8D5" />
|
||||
<WidgetStyle name="White space symbol" styleID="0" fgColor="B58900" />
|
||||
<WidgetStyle name="Smart HighLighting" styleID="29" bgColor="002B36" />
|
||||
<WidgetStyle name="Smart Highlighting" styleID="29" bgColor="002B36" />
|
||||
<WidgetStyle name="Find Mark Style" styleID="31" bgColor="6C71C4" />
|
||||
<WidgetStyle name="Mark Style 1" styleID="25" bgColor="DC322F" />
|
||||
<WidgetStyle name="Mark Style 2" styleID="24" bgColor="268BD2" />
|
||||
@ -956,6 +957,7 @@ Installation:
|
||||
<WidgetStyle name="Active tab text" styleID="0" fgColor="000000" />
|
||||
<WidgetStyle name="Inactive tabs" styleID="0" fgColor="073642" bgColor="93A1A1" />
|
||||
<WidgetStyle name="URL hovered" styleID="0" fgColor="808040" />
|
||||
<WidgetStyle name="Document map" styleID="0" fgColor="657B83" bgColor="FDF6E3" />
|
||||
<WidgetStyle name="EOL custom color" styleID="0" fgColor="808080" />
|
||||
</GlobalStyles>
|
||||
</NotepadPlus>
|
@ -1296,7 +1296,8 @@ Installation:
|
||||
<WidgetStyle name="Brace highlight style" styleID="34" fgColor="DC322F" bgColor="859900" fontName="" fontStyle="1" fontSize="" />
|
||||
<WidgetStyle name="Bad brace colour" styleID="35" fgColor="D33682" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
|
||||
<WidgetStyle name="Current line background colour" styleID="0" bgColor="073642" />
|
||||
<WidgetStyle name="Selected text colour" styleID="0" bgColor="EEE8D5" />
|
||||
<!-- In below rule 'fgColor' attribute for 'Selected text colour' can be unlocked with a enableSelectFgColor.xml file -->
|
||||
<WidgetStyle name="Selected text colour" styleID="0" bgColor="EEE8D5" fgColor="000000" />
|
||||
<WidgetStyle name="Caret colour" styleID="2069" fgColor="EEE8D5" />
|
||||
<WidgetStyle name="Edge colour" styleID="0" fgColor="586E75" />
|
||||
<WidgetStyle name="Line number margin" styleID="33" fgColor="586E75" bgColor="073642" fontName="" fontStyle="0" fontSize="" />
|
||||
@ -1306,7 +1307,7 @@ Installation:
|
||||
<WidgetStyle name="Fold active" styleID="0" fgColor="DC322F" />
|
||||
<WidgetStyle name="Fold margin" styleID="0" fgColor="586E75" bgColor="073642" />
|
||||
<WidgetStyle name="White space symbol" styleID="0" fgColor="B58900" />
|
||||
<WidgetStyle name="Smart HighLighting" styleID="29" bgColor="FDF6E3" />
|
||||
<WidgetStyle name="Smart Highlighting" styleID="29" bgColor="FDF6E3" />
|
||||
<WidgetStyle name="Find Mark Style" styleID="31" bgColor="6C71C4" />
|
||||
<WidgetStyle name="Mark Style 1" styleID="25" bgColor="DC322F" />
|
||||
<WidgetStyle name="Mark Style 2" styleID="24" bgColor="268BD2" />
|
||||
@ -1321,6 +1322,7 @@ Installation:
|
||||
<WidgetStyle name="Active tab text" styleID="0" fgColor="000000" />
|
||||
<WidgetStyle name="Inactive tabs" styleID="0" fgColor="EEE8D5" bgColor="586E75" />
|
||||
<WidgetStyle name="URL hovered" styleID="0" fgColor="FFFFFF" />
|
||||
<WidgetStyle name="Document map" styleID="0" fgColor="839496" bgColor="002B36" />
|
||||
<WidgetStyle name="EOL custom color" styleID="0" fgColor="808080" />
|
||||
</GlobalStyles>
|
||||
</NotepadPlus>
|
||||
|
@ -781,10 +781,9 @@ Credits:
|
||||
<WidgetStyle name="Brace highlight style" styleID="34" fgColor="FCE94F" bgColor="141414" fontName="" fontStyle="1" fontSize="10" />
|
||||
<WidgetStyle name="Bad brace colour" styleID="35" fgColor="EF2929" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
|
||||
<WidgetStyle name="Current line background colour" styleID="0" bgColor="292929" />
|
||||
<WidgetStyle name="Mark colour" styleID="0" fgColor="CC0000" bgColor="EDD400" />
|
||||
<WidgetStyle name="Selected text colour" styleID="0" bgColor="3E3E3E" />
|
||||
<!-- In below rule 'fgColor' attribute for 'Selected text colour' can be unlocked with a enableSelectFgColor.xml file -->
|
||||
<WidgetStyle name="Selected text colour" styleID="0" bgColor="3E3E3E" fgColor="000000" />
|
||||
<WidgetStyle name="Caret colour" styleID="2069" fgColor="A7A7A7" />
|
||||
<WidgetStyle name="Find Mark Style" styleID="31" fgColor="CC0000" bgColor="EDD400" fontName="" fontStyle="0" fontSize="10" />
|
||||
<WidgetStyle name="Edge colour" styleID="0" fgColor="EEEEEC" />
|
||||
<WidgetStyle name="Line number margin" styleID="33" fgColor="EEEEEC" bgColor="2E3436" fontName="" fontStyle="0" fontSize="8" />
|
||||
<WidgetStyle name="Bookmark margin" styleID="0" bgColor="2E3436" />
|
||||
@ -793,21 +792,22 @@ Credits:
|
||||
<WidgetStyle name="Fold active" styleID="0" fgColor="2E3436" />
|
||||
<WidgetStyle name="Fold margin" styleID="0" fgColor="555753" bgColor="2E3436" />
|
||||
<WidgetStyle name="White space symbol" styleID="0" fgColor="FCAF3E" />
|
||||
<WidgetStyle name="Smart HighLighting" styleID="29" bgColor="8000FF" fgColor="555753"/>
|
||||
<WidgetStyle name="Find Mark Style" styleID="31" bgColor="FF0000" fgColor="FCAF3E"/>
|
||||
<WidgetStyle name="Smart Highlighting" styleID="29" bgColor="8000FF" />
|
||||
<WidgetStyle name="Find Mark Style" styleID="31" bgColor="FF0000" />
|
||||
<WidgetStyle name="Mark Style 1" styleID="25" bgColor="00FFFF" />
|
||||
<WidgetStyle name="Mark Style 2" styleID="24" bgColor="FF8000" />
|
||||
<WidgetStyle name="Mark Style 3" styleID="23" bgColor="FFFF00" />
|
||||
<WidgetStyle name="Mark Style 4" styleID="22" bgColor="8000FF" />
|
||||
<WidgetStyle name="Mark Style 5" styleID="21" bgColor="008000" />
|
||||
<WidgetStyle name="Incremental highlight all" styleID="28" bgColor="0080FF" fgColor="FFCAB0"/>
|
||||
<WidgetStyle name="Tags match highlighting" styleID="27" bgColor="663a04" fgColor="b5834a"/>
|
||||
<WidgetStyle name="Tags attribute" styleID="26" bgColor="FFFF00" fgColor="8080C0"/>
|
||||
<WidgetStyle name="Active tab focused indicator" styleID="0" fgColor="FAAA3C" bgColor="FF0000"/>
|
||||
<WidgetStyle name="Active tab unfocused indicator" styleID="0" fgColor="FFCAB0" bgColor="80FF00"/>
|
||||
<WidgetStyle name="Incremental highlight all" styleID="28" bgColor="0080FF" />
|
||||
<WidgetStyle name="Tags match highlighting" styleID="27" bgColor="663A04" />
|
||||
<WidgetStyle name="Tags attribute" styleID="26" bgColor="FFFF00" />
|
||||
<WidgetStyle name="Active tab focused indicator" styleID="0" fgColor="FAAA3C" />
|
||||
<WidgetStyle name="Active tab unfocused indicator" styleID="0" fgColor="FFCAB0" />
|
||||
<WidgetStyle name="Active tab text" styleID="0" fgColor="000000" />
|
||||
<WidgetStyle name="Inactive tabs" styleID="0" fgColor="808080" bgColor="C0C0C0" />
|
||||
<WidgetStyle name="URL hovered" styleID="0" fgColor="FFFFFF" />
|
||||
<WidgetStyle name="Document map" styleID="0" fgColor="F8F8F8" bgColor="141414" />
|
||||
<WidgetStyle name="EOL custom color" styleID="0" fgColor="808080" />
|
||||
</GlobalStyles>
|
||||
</NotepadPlus>
|
||||
|
@ -751,34 +751,34 @@ http://sourceforge.net/donate/index.php?group_id=95717
|
||||
<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="Bad brace colour" styleID="35" fgColor="CCFF33" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
|
||||
<WidgetStyle name="Current line background colour" styleID="0" bgColor="333333" fgColor="0080C0" fontSize="" fontStyle="0" />
|
||||
<WidgetStyle name="Mark colour" styleID="0" fgColor="C00000" bgColor="000000" />
|
||||
<WidgetStyle name="Selected text colour" styleID="0" bgColor="6699CC" fgColor="8000FF" fontStyle="0" />
|
||||
<WidgetStyle name="Caret colour" styleID="2069" fgColor="FFFFFF" bgColor="112435" fontSize="" fontStyle="0" />
|
||||
<WidgetStyle name="Find Mark Style" styleID="31" fgColor="FFFF00" bgColor="FF0000" fontName="" fontStyle="1" fontSize="" />
|
||||
<WidgetStyle name="Edge colour" styleID="0" fgColor="80FFFF" bgColor="F3F3F3" fontSize="8" fontStyle="0" />
|
||||
<WidgetStyle name="Current line background colour" styleID="0" bgColor="333333" />
|
||||
<!-- In below rule 'fgColor' attribute for 'Selected text colour' can be unlocked with a enableSelectFgColor.xml file -->
|
||||
<WidgetStyle name="Selected text colour" styleID="0" bgColor="6699CC" fgColor="8000FF" />
|
||||
<WidgetStyle name="Caret colour" styleID="2069" fgColor="FFFFFF" />
|
||||
<WidgetStyle name="Edge colour" styleID="0" fgColor="80FFFF" />
|
||||
<WidgetStyle name="Line number margin" styleID="33" fgColor="E4E4E4" bgColor="333333" fontName="" fontStyle="0" fontSize="" />
|
||||
<WidgetStyle name="Bookmark margin" styleID="0" bgColor="333333" />
|
||||
<WidgetStyle name="Change History margin" styleID="0" bgColor="333333" />
|
||||
<WidgetStyle name="Fold" styleID="0" fgColor="999999" bgColor="333333" fontSize="" fontStyle="0" />
|
||||
<WidgetStyle name="Fold" styleID="0" fgColor="999999" bgColor="333333" />
|
||||
<WidgetStyle name="Fold active" styleID="0" fgColor="999999" />
|
||||
<WidgetStyle name="Fold margin" styleID="0" fgColor="222222" bgColor="111111" />
|
||||
<WidgetStyle name="White space symbol" styleID="0" fgColor="FF8080" bgColor="000000" />
|
||||
<WidgetStyle name="Smart HighLighting" styleID="29" bgColor="00FF00" fgColor="555753" />
|
||||
<WidgetStyle name="Find Mark Style" styleID="31" bgColor="FF0000" fgColor="FCAF3E" />
|
||||
<WidgetStyle name="White space symbol" styleID="0" fgColor="FF8080" />
|
||||
<WidgetStyle name="Smart Highlighting" styleID="29" bgColor="00FF00" />
|
||||
<WidgetStyle name="Find Mark Style" styleID="31" bgColor="FF0000" />
|
||||
<WidgetStyle name="Mark Style 1" styleID="25" bgColor="00FFFF" />
|
||||
<WidgetStyle name="Mark Style 2" styleID="24" bgColor="FF8000" />
|
||||
<WidgetStyle name="Mark Style 3" styleID="23" bgColor="FFFF00" />
|
||||
<WidgetStyle name="Mark Style 4" styleID="22" bgColor="8000FF" />
|
||||
<WidgetStyle name="Mark Style 5" styleID="21" bgColor="008000" />
|
||||
<WidgetStyle name="Incremental highlight all" styleID="28" bgColor="0080FF" fgColor="FFCAB0" />
|
||||
<WidgetStyle name="Tags match highlighting" styleID="27" bgColor="8000FF" fgColor="000000" />
|
||||
<WidgetStyle name="Tags attribute" styleID="26" bgColor="FFFF00" fgColor="8080C0" />
|
||||
<WidgetStyle name="Active tab focused indicator" styleID="0" fgColor="FAAA3C" bgColor="FF0000" />
|
||||
<WidgetStyle name="Active tab unfocused indicator" styleID="0" fgColor="FFCAB0" bgColor="80FF00" />
|
||||
<WidgetStyle name="Incremental highlight all" styleID="28" bgColor="0080FF" />
|
||||
<WidgetStyle name="Tags match highlighting" styleID="27" bgColor="8000FF" />
|
||||
<WidgetStyle name="Tags attribute" styleID="26" bgColor="FFFF00" />
|
||||
<WidgetStyle name="Active tab focused indicator" styleID="0" fgColor="FAAA3C" />
|
||||
<WidgetStyle name="Active tab unfocused indicator" styleID="0" fgColor="FFCAB0" />
|
||||
<WidgetStyle name="Active tab text" styleID="0" fgColor="000000" />
|
||||
<WidgetStyle name="Inactive tabs" styleID="0" fgColor="808080" bgColor="C0C0C0" />
|
||||
<WidgetStyle name="URL hovered" styleID="0" fgColor="FFFFFF" />
|
||||
<WidgetStyle name="Document map" styleID="0" fgColor="FFFFFF" bgColor="000000" />
|
||||
<WidgetStyle name="EOL custom color" styleID="0" fgColor="808080" />
|
||||
</GlobalStyles>
|
||||
</NotepadPlus>
|
||||
|
@ -1424,7 +1424,8 @@ License: GPL2
|
||||
<WidgetStyle name="Brace highlight style" styleID="34" fgColor="F0F9F9" bgColor="3F3F3F" fontName="" fontStyle="1" fontSize="" />
|
||||
<WidgetStyle name="Bad brace colour" styleID="35" fgColor="F09F9F" bgColor="3F3F3F" fontName="" fontStyle="0" fontSize="" />
|
||||
<WidgetStyle name="Current line background colour" styleID="0" bgColor="101010" />
|
||||
<WidgetStyle name="Selected text colour" styleID="0" bgColor="585858" />
|
||||
<!-- In below rule 'fgColor' attribute for 'Selected text colour' can be unlocked with a enableSelectFgColor.xml file -->
|
||||
<WidgetStyle name="Selected text colour" styleID="0" bgColor="585858" fgColor="000000" />
|
||||
<WidgetStyle name="Caret colour" styleID="2069" fgColor="8FAF9F" />
|
||||
<WidgetStyle name="Edge colour" styleID="0" fgColor="4F5F5F" />
|
||||
<WidgetStyle name="Line number margin" styleID="33" fgColor="8A8A8A" bgColor="0C0C0C" fontName="" fontStyle="0" fontSize="" />
|
||||
|
@ -914,37 +914,39 @@ Installation:
|
||||
</LexerStyles>
|
||||
<GlobalStyles>
|
||||
<!-- 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="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="Bad brace colour" styleID="35" fgColor="ff005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
|
||||
<WidgetStyle name="Current line background colour" styleID="0" bgColor="afaf87" />
|
||||
<WidgetStyle name="Selected text colour" styleID="0" bgColor="d7ff87" />
|
||||
<WidgetStyle name="Caret colour" styleID="2069" fgColor="5f5f00" />
|
||||
<WidgetStyle name="Edge colour" styleID="0" fgColor="afaf87" />
|
||||
<WidgetStyle name="Line number margin" styleID="33" fgColor="5f5f00" bgColor="afaf87" fontName="" fontStyle="0" fontSize="" />
|
||||
<WidgetStyle name="Bookmark margin" styleID="0" bgColor="afaf87" />
|
||||
<WidgetStyle name="Change History margin" styleID="0" bgColor="afaf87" />
|
||||
<WidgetStyle name="Fold" styleID="0" fgColor="5f5f00" bgColor="afaf87" />
|
||||
<WidgetStyle name="Fold active" styleID="0" fgColor="af0000" />
|
||||
<WidgetStyle name="Fold margin" styleID="0" fgColor="afaf87" bgColor="afaf87" />
|
||||
<WidgetStyle name="White space symbol" styleID="0" fgColor="005f00" />
|
||||
<WidgetStyle name="Smart HighLighting" styleID="29" bgColor="d7ff87" />
|
||||
<WidgetStyle name="Find Mark Style" styleID="31" bgColor="d7ff87" />
|
||||
<WidgetStyle name="Mark Style 1" styleID="25" bgColor="af5f00" />
|
||||
<WidgetStyle name="Mark Style 2" styleID="24" bgColor="005f5f" />
|
||||
<WidgetStyle name="Mark Style 3" styleID="23" bgColor="afaf87" />
|
||||
<WidgetStyle name="Mark Style 4" styleID="22" bgColor="87005f" />
|
||||
<WidgetStyle name="Mark Style 5" styleID="21" bgColor="d7ff87" />
|
||||
<WidgetStyle name="Incremental highlight all" styleID="28" bgColor="d7ff87" />
|
||||
<WidgetStyle name="Tags match highlighting" styleID="27" bgColor="afff87" />
|
||||
<WidgetStyle name="Tags attribute" styleID="26" bgColor="5faf5f" />
|
||||
<WidgetStyle name="Active tab focused indicator" styleID="0" fgColor="5f0000" />
|
||||
<WidgetStyle name="Active tab unfocused indicator" styleID="0" fgColor="d7d7af" />
|
||||
<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="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="Bad brace colour" styleID="35" fgColor="FF005F" bgColor="D7D7AF" fontName="" fontStyle="0" fontSize="" />
|
||||
<WidgetStyle name="Current line background colour" styleID="0" bgColor="AFAF87" />
|
||||
<!-- In below rule 'fgColor' attribute for 'Selected text colour' can be unlocked with a enableSelectFgColor.xml file -->
|
||||
<WidgetStyle name="Selected text colour" styleID="0" bgColor="D7FF87" fgColor="000000" />
|
||||
<WidgetStyle name="Caret colour" styleID="2069" fgColor="5F5F00" />
|
||||
<WidgetStyle name="Edge colour" styleID="0" fgColor="AFAF87" />
|
||||
<WidgetStyle name="Line number margin" styleID="33" fgColor="5F5F00" bgColor="AFAF87" fontName="" fontStyle="0" fontSize="" />
|
||||
<WidgetStyle name="Bookmark margin" styleID="0" bgColor="AFAF87" />
|
||||
<WidgetStyle name="Change History margin" styleID="0" bgColor="AFAF87" />
|
||||
<WidgetStyle name="Fold" styleID="0" fgColor="5F5F00" bgColor="AFAF87" />
|
||||
<WidgetStyle name="Fold active" styleID="0" fgColor="AF0000" />
|
||||
<WidgetStyle name="Fold margin" styleID="0" fgColor="AFAF87" bgColor="AFAF87" />
|
||||
<WidgetStyle name="White space symbol" styleID="0" fgColor="005F00" />
|
||||
<WidgetStyle name="Smart Highlighting" styleID="29" bgColor="D7FF87" />
|
||||
<WidgetStyle name="Find Mark Style" styleID="31" bgColor="D7FF87" />
|
||||
<WidgetStyle name="Mark Style 1" styleID="25" bgColor="AF5F00" />
|
||||
<WidgetStyle name="Mark Style 2" styleID="24" bgColor="005F5F" />
|
||||
<WidgetStyle name="Mark Style 3" styleID="23" bgColor="AFAF87" />
|
||||
<WidgetStyle name="Mark Style 4" styleID="22" bgColor="87005F" />
|
||||
<WidgetStyle name="Mark Style 5" styleID="21" bgColor="D7FF87" />
|
||||
<WidgetStyle name="Incremental highlight all" styleID="28" bgColor="D7FF87" />
|
||||
<WidgetStyle name="Tags match highlighting" styleID="27" bgColor="AFFF87" />
|
||||
<WidgetStyle name="Tags attribute" styleID="26" bgColor="5FAF5F" />
|
||||
<WidgetStyle name="Active tab focused indicator" styleID="0" fgColor="5F0000" />
|
||||
<WidgetStyle name="Active tab unfocused indicator" styleID="0" fgColor="D7D7AF" />
|
||||
<WidgetStyle name="Active tab text" styleID="0" fgColor="000000" />
|
||||
<WidgetStyle name="Inactive tabs" styleID="0" fgColor="5f5f00" bgColor="d7d7af" />
|
||||
<WidgetStyle name="Inactive tabs" styleID="0" fgColor="5F5F00" bgColor="D7D7AF" />
|
||||
<WidgetStyle name="URL hovered" styleID="0" fgColor="808040" />
|
||||
<WidgetStyle name="Document map" styleID="0" fgColor="5F5F00" bgColor="D7D7AF" />
|
||||
<WidgetStyle name="EOL custom color" styleID="0" fgColor="808080" />
|
||||
</GlobalStyles>
|
||||
</NotepadPlus>
|
@ -745,8 +745,8 @@
|
||||
<WidgetStyle name="Brace highlight style" styleID="34" fgColor="80FF80" bgColor="000040" fontName="" fontStyle="1" fontSize="" />
|
||||
<WidgetStyle name="Bad brace colour" styleID="35" fgColor="FF8000" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
|
||||
<WidgetStyle name="Current line background colour" styleID="0" bgColor="000040" />
|
||||
<WidgetStyle name="Mark colour" styleID="0" fgColor="C00000" bgColor="000040" />
|
||||
<WidgetStyle name="Selected text colour" styleID="0" bgColor="2050D0" />
|
||||
<!-- In below rule 'fgColor' attribute for 'Selected text colour' can be unlocked with a enableSelectFgColor.xml file -->
|
||||
<WidgetStyle name="Selected text colour" styleID="0" bgColor="2050D0" fgColor="000000" />
|
||||
<WidgetStyle name="Caret colour" styleID="2069" fgColor="FFFF00" />
|
||||
<WidgetStyle name="Edge colour" styleID="0" fgColor="80FFFF" />
|
||||
<WidgetStyle name="Line number margin" styleID="33" fgColor="FFFFFF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
|
||||
@ -756,8 +756,8 @@
|
||||
<WidgetStyle name="Fold active" styleID="0" fgColor="FFFFFF" />
|
||||
<WidgetStyle name="Fold margin" styleID="0" fgColor="000040" bgColor="000040" />
|
||||
<WidgetStyle name="White space symbol" styleID="0" fgColor="004040" />
|
||||
<WidgetStyle name="Smart HighLighting" styleID="29" bgColor="2050D0" />
|
||||
<WidgetStyle name="Find Mark Style" styleID="31" fgColor="FFFF00" bgColor="000040" fontName="" fontStyle="1" fontSize="" />
|
||||
<WidgetStyle name="Smart Highlighting" styleID="29" bgColor="2050D0" />
|
||||
<WidgetStyle name="Find Mark Style" styleID="31" bgColor="000040" />
|
||||
<WidgetStyle name="Mark Style 1" styleID="25" bgColor="00FFFF" />
|
||||
<WidgetStyle name="Mark Style 2" styleID="24" bgColor="FF8000" />
|
||||
<WidgetStyle name="Mark Style 3" styleID="23" bgColor="FFFF00" />
|
||||
@ -770,9 +770,8 @@
|
||||
<WidgetStyle name="Active tab unfocused indicator" styleID="0" fgColor="FFCAB0" />
|
||||
<WidgetStyle name="Active tab text" styleID="0" fgColor="000000" />
|
||||
<WidgetStyle name="Inactive tabs" styleID="0" fgColor="8080C0" bgColor="CECECE" />
|
||||
<WidgetStyle name="Unsaved change marker" styleID="0" bgColor="FF0000" />
|
||||
<WidgetStyle name="Saved change marker" styleID="0" bgColor="80FF00" />
|
||||
<WidgetStyle name="URL hovered" styleID="0" fgColor="FFFFFF" />
|
||||
<WidgetStyle name="Document map" styleID="0" fgColor="FFFFBF" bgColor="000040" />
|
||||
<WidgetStyle name="EOL custom color" styleID="0" fgColor="808080" />
|
||||
</GlobalStyles>
|
||||
</NotepadPlus>
|
||||
|
@ -1416,6 +1416,7 @@
|
||||
<WidgetStyle name="Brace highlight style" styleID="34" fgColor="FF0000" bgColor="FFFFFF" fontName="" fontStyle="1" fontSize="10" />
|
||||
<WidgetStyle name="Bad brace colour" styleID="35" fgColor="800000" bgColor="FFFFFF" fontName="" fontStyle="0" fontSize="" />
|
||||
<WidgetStyle name="Current line background colour" styleID="0" bgColor="E8E8FF" />
|
||||
<!-- In below rule 'fgColor' attribute for 'Selected text colour' can be unlocked with a enableSelectFgColor.xml file -->
|
||||
<WidgetStyle name="Selected text colour" styleID="0" bgColor="C0C0C0" fgColor="000000" />
|
||||
<WidgetStyle name="Caret colour" styleID="2069" fgColor="8000FF" />
|
||||
<WidgetStyle name="Edge colour" styleID="0" fgColor="80FFFF" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user