Skip to content

Commit

Permalink
[xml] Add Batch After Label style configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mpheath authored and donho committed Nov 3, 2023
1 parent 02e4202 commit 37a968e
Show file tree
Hide file tree
Showing 23 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions PowerEditor/installer/themes/Bespin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,7 @@ Credits:
<WordsStyle name="COMMAND" styleID="5" fgColor="EB939A" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="VARIABLE" styleID="6" fgColor="FB9A4B" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="7" fgColor="FFAA00" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="AFTER LABEL" styleID="8" fgColor="1E9AE0" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="lua" desc="Lua" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
Expand Down
1 change: 1 addition & 0 deletions PowerEditor/installer/themes/Black board.xml
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,7 @@ Credits:
<WordsStyle name="COMMAND" styleID="5" fgColor="8DA6CE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="VARIABLE" styleID="6" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="7" fgColor="FBDE2D" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="AFTER LABEL" styleID="8" fgColor="AEAEAE" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="lua" desc="Lua" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
Expand Down
1 change: 1 addition & 0 deletions PowerEditor/installer/themes/Choco.xml
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,7 @@ Credits:
<WordsStyle name="COMMAND" styleID="5" fgColor="D77261" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="VARIABLE" styleID="6" fgColor="7989A6" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="7" fgColor="B3935C" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="AFTER LABEL" styleID="8" fgColor="679D47" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="lua" desc="Lua" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
Expand Down
1 change: 1 addition & 0 deletions PowerEditor/installer/themes/DansLeRuSH-Dark.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ Installation : Copy this file to "%APPDATA%\Notepad++\themes" and in a portable
<WordsStyle name="COMMAND" styleID="5" fgColor="E6C74E" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="VARIABLE" styleID="6" fgColor="FF5757" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="7" fgColor="8F8F8F" bgColor="2E2E2E" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="AFTER LABEL" styleID="8" fgColor="666666" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="c" desc="C" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="FF5757" bgColor="2E2E2E" fontName="" fontStyle="1" fontSize="" />
Expand Down
1 change: 1 addition & 0 deletions PowerEditor/installer/themes/DarkModeDefault.xml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ License: GPL2
<WordsStyle name="COMMAND" styleID="5" fgColor="FFCFAF" bgColor="3F3F3F" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="VARIABLE" styleID="6" fgColor="CC9393" bgColor="3F3F3F" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="OPERATOR" styleID="7" fgColor="9F9D6D" bgColor="3F3F3F" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="AFTER LABEL" styleID="8" fgColor="7F9F7F" bgColor="3F3F3F" fontName="" fontStyle="2" fontSize="" />
</LexerType>
<LexerType name="blitzbasic" desc="BlitzBasic" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="DCDCCC" bgColor="3F3F3F" fontName="" fontStyle="0" fontSize="" />
Expand Down
1 change: 1 addition & 0 deletions PowerEditor/installer/themes/Deep Black.xml
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@ https://notepad-plus-plus.org/donate/
<WordsStyle name="COMMAND" styleID="5" fgColor="339999" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="VARIABLE" styleID="6" fgColor="FF8000" bgColor="FCFFF0" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="OPERATOR" styleID="7" fgColor="99CC99" bgColor="000000" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="AFTER LABEL" styleID="8" fgColor="00CC00" bgColor="FFFF80" fontName="" fontStyle="2" fontSize="" />
</LexerType>
<LexerType name="lua" desc="Lua" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
Expand Down
1 change: 1 addition & 0 deletions PowerEditor/installer/themes/Hello Kitty.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ so your enhanced file can be included in Notepad++ future release.
<WordsStyle name="COMMAND" styleID="5" fgColor="0080FF" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="VARIABLE" styleID="6" fgColor="FF8000" bgColor="FCFFF0" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="OPERATOR" styleID="7" fgColor="FF0000" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="AFTER LABEL" styleID="8" fgColor="008000" bgColor="FFFF80" fontName="" fontStyle="1" fontSize="" />
</LexerType>
<LexerType name="c" desc="C" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="804000" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
Expand Down
1 change: 1 addition & 0 deletions PowerEditor/installer/themes/HotFudgeSundae.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ Installation:
<WordsStyle name="COMMAND" styleID="5" fgColor="D92B10" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="VARIABLE" styleID="6" fgColor="CFBA28" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="7" fgColor="D6C479" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="AFTER LABEL" styleID="8" fgColor="208008" bgColor="2B0F01" fontName="" fontStyle="2" fontSize="" />
</LexerType>
<LexerType name="c" desc="C" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="C11418" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
Expand Down
1 change: 1 addition & 0 deletions PowerEditor/installer/themes/Mono Industrial.xml
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,7 @@ Credits:
<WordsStyle name="COMMAND" styleID="5" fgColor="C87500" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="VARIABLE" styleID="6" fgColor="648BD2" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="7" fgColor="A8B3AB" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="AFTER LABEL" styleID="8" fgColor="666C68" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="lua" desc="Lua" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
Expand Down
1 change: 1 addition & 0 deletions PowerEditor/installer/themes/Monokai.xml
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,7 @@ Credits:
<WordsStyle name="COMMAND" styleID="5" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="VARIABLE" styleID="6" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="7" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="AFTER LABEL" styleID="8" fgColor="75715E" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
</LexerType>
<LexerType name="lua" desc="Lua" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
Expand Down
1 change: 1 addition & 0 deletions PowerEditor/installer/themes/MossyLawn.xml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ Installation:
<WordsStyle name="COMMAND" styleID="5" fgColor="FFBBAA" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="VARIABLE" styleID="6" fgColor="efc53d" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="7" fgColor="ffee88" bgColor="58693D" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="AFTER LABEL" styleID="8" fgColor="2a390e" bgColor="58693D" fontName="" fontStyle="2" fontSize="" />
</LexerType>
<LexerType name="c" desc="C" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="FFBBAA" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
Expand Down
1 change: 1 addition & 0 deletions PowerEditor/installer/themes/Navajo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ Installation:
<WordsStyle name="COMMAND" styleID="5" fgColor="D92B10" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="VARIABLE" styleID="6" fgColor="106060" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="7" fgColor="010101" bgColor="BA9C80" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="AFTER LABEL" styleID="8" fgColor="181880" bgColor="BA9C80" fontName="" fontStyle="2" fontSize="" />
</LexerType>
<LexerType name="c" desc="C" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="870087" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
Expand Down
1 change: 1 addition & 0 deletions PowerEditor/installer/themes/Obsidian.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ Notepad++ Custom Style
<WordsStyle name="COMMAND" styleID="5" fgColor="FFCD22" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="VARIABLE" styleID="6" fgColor="678CB1" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="7" fgColor="E8E2B7" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="AFTER LABEL" styleID="8" fgColor="66747B" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="c" desc="C" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="A082BD" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
Expand Down
1 change: 1 addition & 0 deletions PowerEditor/installer/themes/Plastic Code Wrap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,7 @@ Credits:
<WordsStyle name="COMMAND" styleID="5" fgColor="EB939A" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="VARIABLE" styleID="6" fgColor="FB9A4B" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="7" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="AFTER LABEL" styleID="8" fgColor="1E9AE0" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="lua" desc="Lua" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
Expand Down
1 change: 1 addition & 0 deletions PowerEditor/installer/themes/Ruby Blue.xml
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,7 @@ http://sourceforge.net/donate/index.php?group_id=95717
<WordsStyle name="COMMAND" styleID="5" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="VARIABLE" styleID="6" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="7" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="AFTER LABEL" styleID="8" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="lua" desc="Lua" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FFFFFF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
Expand Down
1 change: 1 addition & 0 deletions PowerEditor/installer/themes/Solarized-light.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ Installation:
<WordsStyle name="COMMAND" styleID="5" fgColor="CB4B16" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="VARIABLE" styleID="6" fgColor="B58900" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="7" fgColor="586E75" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="AFTER LABEL" styleID="8" fgColor="93A1A1" bgColor="FDF6E3" fontName="" fontStyle="2" fontSize="" />
</LexerType>
<LexerType name="c" desc="C" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="DC322F" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
Expand Down
1 change: 1 addition & 0 deletions PowerEditor/installer/themes/Solarized.xml
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ Installation:
<WordsStyle name="COMMAND" styleID="5" fgColor="CB4B16" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="VARIABLE" styleID="6" fgColor="B58900" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="7" fgColor="93A1A1" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="AFTER LABEL" styleID="8" fgColor="586E75" bgColor="002B36" fontName="" fontStyle="2" fontSize="" />
</LexerType>
<LexerType name="blitzbasic" desc="BlitzBasic" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
Expand Down
1 change: 1 addition & 0 deletions PowerEditor/installer/themes/Twilight.xml
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,7 @@ Credits:
<WordsStyle name="COMMAND" styleID="5" fgColor="CF6A4C" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="VARIABLE" styleID="6" fgColor="7587A6" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="7" fgColor="CDA869" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="AFTER LABEL" styleID="8" fgColor="5F5A60" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="lua" desc="Lua" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
Expand Down
1 change: 1 addition & 0 deletions PowerEditor/installer/themes/Vibrant Ink.xml
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,7 @@ http://sourceforge.net/donate/index.php?group_id=95717
<WordsStyle name="COMMAND" styleID="5" fgColor="339999" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="VARIABLE" styleID="6" fgColor="FF8000" bgColor="FCFFF0" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="OPERATOR" styleID="7" fgColor="99CC99" bgColor="000000" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="AFTER LABEL" styleID="8" fgColor="C68DE3" bgColor="FFFF80" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="lua" desc="Lua" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="FFFFFF" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
Expand Down
1 change: 1 addition & 0 deletions PowerEditor/installer/themes/Zenburn.xml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ License: GPL2
<WordsStyle name="COMMAND" styleID="5" fgColor="FFCFAF" bgColor="3F3F3F" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="VARIABLE" styleID="6" fgColor="CC9393" bgColor="3F3F3F" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="OPERATOR" styleID="7" fgColor="9F9D6D" bgColor="3F3F3F" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="AFTER LABEL" styleID="8" fgColor="7F9F7F" bgColor="3F3F3F" fontName="" fontStyle="2" fontSize="" />
</LexerType>
<LexerType name="blitzbasic" desc="BlitzBasic" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="DCDCCC" bgColor="3F3F3F" fontName="" fontStyle="0" fontSize="" />
Expand Down
1 change: 1 addition & 0 deletions PowerEditor/installer/themes/khaki.xml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ Installation:
<WordsStyle name="COMMAND" styleID="5" fgColor="af0000" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="VARIABLE" styleID="6" fgColor="000087" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="7" fgColor="00005f" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="AFTER LABEL" styleID="8" fgColor="87875f" bgColor="d7d7af" fontName="" fontStyle="2" fontSize="" />
</LexerType>
<LexerType name="c" desc="C" ext="">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="5f0000" bgColor="d7d7af" fontName="" fontStyle="0" fontSize="" />
Expand Down
1 change: 1 addition & 0 deletions PowerEditor/installer/themes/vim Dark Blue.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
<WordsStyle name="COMMAND" styleID="5" fgColor="FF80FF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="VARIABLE" styleID="6" fgColor="FFFFFF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="OPERATOR" styleID="7" fgColor="FFFFFF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="AFTER LABEL" styleID="8" fgColor="80A0FF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
</LexerType>
<LexerType name="c" desc="C" ext="pmc">
<WordsStyle name="PREPROCESSOR" styleID="9" fgColor="FFFFFF" bgColor="000040" fontName="" fontStyle="0" fontSize="" />
Expand Down
1 change: 1 addition & 0 deletions PowerEditor/src/stylers.model.xml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@
<WordsStyle name="COMMAND" styleID="5" fgColor="0080FF" bgColor="FFFFFF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="VARIABLE" styleID="6" fgColor="FF8000" bgColor="FCFFF0" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="OPERATOR" styleID="7" fgColor="FF0000" bgColor="FFFFFF" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="AFTER LABEL" styleID="8" fgColor="008000" bgColor="FFFF80" fontName="" fontStyle="1" fontSize="" />
</LexerType>
<LexerType name="blitzbasic" desc="BlitzBasic" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" fontSize="" />
Expand Down

0 comments on commit 37a968e

Please sign in to comment.