Skip to content

Commit 0443199

Browse files
schnurlosdonho
authored andcommitted
Update Obsidian.xml
Fix notepad-plus-plus#16590, close notepad-plus-plus#16640
1 parent f2346ea commit 0443199

File tree

5 files changed

+37
-0
lines changed

5 files changed

+37
-0
lines changed

PowerEditor/installer/themes/DarkModeDefault.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1414,6 +1414,8 @@ License: GPL2
14141414
<WordsStyle name="BYTE STRING" styleID="21" fgColor="CC9393" bgColor="3F3F3F" fontName="" fontStyle="3" fontSize="" />
14151415
<WordsStyle name="RAW BYTE STRING" styleID="22" fgColor="DFAF8F" bgColor="3F3F3F" fontName="" fontStyle="3" fontSize="" />
14161416
<WordsStyle name="BYTE CHARACTER" styleID="23" fgColor="DCA3A3" bgColor="3F3F3F" fontName="" fontStyle="0" fontSize="" />
1417+
<WordsStyle name="C STRING" styleID="24" fgColor="CC9393" bgColor="3F3F3F" fontName="" fontStyle="0" fontSize="" />
1418+
<WordsStyle name="RAW C STRING" styleID="25" fgColor="DFAF8F" bgColor="3F3F3F" fontName="" fontStyle="0" fontSize="" />
14171419
</LexerType>
14181420
<LexerType name="sas" desc="SAS" ext="">
14191421
<WordsStyle name="DEFAULT" styleID="0" fgColor="DCDCCC" bgColor="3F3F3F" fontName="" fontStyle="0" fontSize="" />

PowerEditor/installer/themes/Obsidian.xml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -832,6 +832,35 @@ Notepad++ Custom Style
832832
<WordsStyle name="DATA SECTION" styleID="19" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
833833
<WordsStyle name="STRING Q" styleID="24" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
834834
</LexerType>
835+
<LexerType name="rust" desc="Rust" ext="">
836+
<WordsStyle name="DEFAULT" styleID="32" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
837+
<WordsStyle name="WHITESPACE" styleID="0" fgColor="DCDCCC" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
838+
<WordsStyle name="BLOCK COMMENT" styleID="1" fgColor="818E96" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
839+
<WordsStyle name="LINE COMMENT" styleID="2" fgColor="818E96" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
840+
<WordsStyle name="BLOCK DOC COMMENT" styleID="3" fgColor="818E96" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
841+
<WordsStyle name="LINE DOC COMMENT" styleID="4" fgColor="818E96" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
842+
<WordsStyle name="NUMBER" styleID="5" fgColor="FFCD22" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
843+
<WordsStyle name="KEYWORDS 1" styleID="6" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="instre1" />
844+
<WordsStyle name="KEYWORDS 2" styleID="7" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="" keywordClass="instre2" />
845+
<WordsStyle name="KEYWORDS 3" styleID="8" fgColor="93C763" bgColor="293134" fontName="" fontStyle="0" fontSize="" keywordClass="type1" />
846+
<WordsStyle name="KEYWORDS 4" styleID="9" fgColor="93C763" bgColor="293134" fontName="" fontStyle="0" fontSize="" keywordClass="type2" />
847+
<WordsStyle name="KEYWORDS 5" styleID="10" fgColor="93C763" bgColor="293134" fontName="" fontStyle="0" fontSize="" keywordClass="type3" />
848+
<WordsStyle name="KEYWORDS 6" styleID="11" fgColor="93C763" bgColor="293134" fontName="" fontStyle="3" fontSize="" keywordClass="type4" />
849+
<WordsStyle name="KEYWORDS 7" styleID="12" fgColor="93C763" bgColor="293134" fontName="" fontStyle="3" fontSize="" keywordClass="type5" />
850+
<WordsStyle name="REGULAR STRING" styleID="13" fgColor="EC7600" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
851+
<WordsStyle name="RAW STRING" styleID="14" fgColor="EC7600" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
852+
<WordsStyle name="CHARACTER" styleID="15" fgColor="D39745" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
853+
<WordsStyle name="OPERATOR" styleID="16" fgColor="E8E2B7" bgColor="293134" fontName="" fontStyle="1" fontSize="" />
854+
<WordsStyle name="IDENTIFIER" styleID="17" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
855+
<WordsStyle name="LIFETIME" styleID="18" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
856+
<WordsStyle name="MACRO" styleID="19" fgColor="93C763" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
857+
<WordsStyle name="LEXICAL ERROR" styleID="20" fgColor="EBD6EB" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
858+
<WordsStyle name="BYTE STRING" styleID="21" fgColor="EC7600" bgColor="293134" fontName="" fontStyle="3" fontSize="" />
859+
<WordsStyle name="RAW BYTE STRING" styleID="22" fgColor="EC7600" bgColor="293134" fontName="" fontStyle="3" fontSize="" />
860+
<WordsStyle name="BYTE CHARACTER" styleID="23" fgColor="D39745" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
861+
<WordsStyle name="C STRING" styleID="24" fgColor="EC7600" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
862+
<WordsStyle name="RAW C STRING" styleID="25" fgColor="EC7600" bgColor="293134" fontName="" fontStyle="3" fontSize="" />
863+
</LexerType>
835864
<LexerType name="sas" desc="SAS" ext="">
836865
<WordsStyle name="DEFAULT" styleID="0" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="" fontSize="" />
837866
<WordsStyle name="COMMENT" styleID="1" fgColor="66747B" bgColor="293134" fontName="" fontStyle="" fontSize="" />

PowerEditor/installer/themes/Solarized.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1308,6 +1308,8 @@ Installation:
13081308
<WordsStyle name="BYTE STRING" styleID="21" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
13091309
<WordsStyle name="RAW BYTE STRING" styleID="22" fgColor="CCB8CC" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
13101310
<WordsStyle name="BYTE CHARACTER" styleID="23" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
1311+
<WordsStyle name="C STRING" styleID="24" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
1312+
<WordsStyle name="RAW C STRING" styleID="25" fgColor="CCB8CC" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
13111313
</LexerType>
13121314
<LexerType name="sas" desc="SAS" ext="">
13131315
<WordsStyle name="DEFAULT" styleID="0" fgColor="839496" bgColor="002B36" fontName="" fontStyle="" fontSize="" />

PowerEditor/installer/themes/Zenburn.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1382,6 +1382,8 @@ License: GPL2
13821382
<WordsStyle name="BYTE STRING" styleID="21" fgColor="CC9393" bgColor="3F3F3F" fontName="" fontStyle="3" fontSize="" />
13831383
<WordsStyle name="RAW BYTE STRING" styleID="22" fgColor="DFAF8F" bgColor="3F3F3F" fontName="" fontStyle="3" fontSize="" />
13841384
<WordsStyle name="BYTE CHARACTER" styleID="23" fgColor="DCA3A3" bgColor="3F3F3F" fontName="" fontStyle="0" fontSize="" />
1385+
<WordsStyle name="C STRING" styleID="24" fgColor="CC9393" bgColor="3F3F3F" fontName="" fontStyle="0" fontSize="" />
1386+
<WordsStyle name="RAW C STRING" styleID="25" fgColor="DFAF8F" bgColor="3F3F3F" fontName="" fontStyle="0" fontSize="" />
13851387
</LexerType>
13861388
<LexerType name="sas" desc="SAS" ext="">
13871389
<WordsStyle name="DEFAULT" styleID="0" fgColor="DCDCCC" bgColor="3F3F3F" fontName="" fontStyle="" fontSize="" />

PowerEditor/src/stylers.model.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1417,6 +1417,8 @@
14171417
<WordsStyle name="BYTE STRING" styleID="21" fgColor="7F007F" bgColor="FFFFFF" fontName="" fontStyle="0" fontSize="" />
14181418
<WordsStyle name="RAW BYTE STRING" styleID="22" fgColor="B090B0" bgColor="FFFFFF" fontName="" fontStyle="0" fontSize="" />
14191419
<WordsStyle name="BYTE CHARACTER" styleID="23" fgColor="7F007F" bgColor="FFFFFF" fontName="" fontStyle="0" fontSize="" />
1420+
<WordsStyle name="C STRING" styleID="24" fgColor="7F007F" bgColor="FFFFFF" fontName="" fontStyle="0" fontSize="" />
1421+
<WordsStyle name="RAW C STRING" styleID="25" fgColor="B090B0" bgColor="FFFFFF" fontName="" fontStyle="0" fontSize="" />
14201422
</LexerType>
14211423
<LexerType name="sas" desc="SAS" ext="">
14221424
<WordsStyle name="DEFAULT" styleID="0" fgColor="FF0000" bgColor="FFFFFF" fontName="" fontStyle="0" fontSize="" />

0 commit comments

Comments
 (0)