Skip to content

Commit

Permalink
Fix literals wrong style for server side JavaScript
Browse files Browse the repository at this point in the history
Add styles for SCE_HJ_TEMPLATELITERAL and SCE_HJA_TEMPLATELITERAL in styles.xml.

Fixes notepad-plus-plus#15821, close notepad-plus-plus#15822
  • Loading branch information
rdipardo authored and donho committed Jan 9, 2025
1 parent 4fc044e commit 9e1db77
Show file tree
Hide file tree
Showing 24 changed files with 48 additions and 0 deletions.
2 changes: 2 additions & 0 deletions PowerEditor/installer/themes/Bespin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,8 @@ Credits:
<WordsStyle name="STRINGRAW" styleID="20" fgColor="00FF40" bgColor="2A211C" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DOUBLESTRING" styleID="48" fgColor="00FF40" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SINGLESTRING" styleID="49" fgColor="80FF00" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TEMPLATE LIT. (CLIENT)" styleID="53" fgColor="00FF40" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TEMPLATE LIT. (SERVER)" styleID="68" fgColor="00FF40" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SYMBOLS" styleID="50" fgColor="E5C138" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRINGEOL" styleID="51" fgColor="55E439" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="REGEX" styleID="52" fgColor="FFB454" bgColor="2A211C" fontName="" fontStyle="0" fontSize="10" />
Expand Down
2 changes: 2 additions & 0 deletions PowerEditor/installer/themes/Black board.xml
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,8 @@ Credits:
<WordsStyle name="STRINGRAW" styleID="20" fgColor="61CE3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DOUBLESTRING" styleID="48" fgColor="61CE3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SINGLESTRING" styleID="49" fgColor="61CE3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TEMPLATE LIT. (CLIENT)" styleID="53" fgColor="61CE3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TEMPLATE LIT. (SERVER)" styleID="68" fgColor="61CE3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SYMBOLS" styleID="50" fgColor="F8F8F8" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRINGEOL" styleID="51" fgColor="61CE3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="REGEX" styleID="52" fgColor="61CE3C" bgColor="0C1021" fontName="" fontStyle="0" fontSize="10" />
Expand Down
2 changes: 2 additions & 0 deletions PowerEditor/installer/themes/Choco.xml
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,8 @@ Credits:
<WordsStyle name="STRINGRAW" styleID="20" fgColor="7CA563" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DOUBLESTRING" styleID="48" fgColor="7CA563" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SINGLESTRING" styleID="49" fgColor="7CA563" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TEMPLATE LIT. (CLIENT)" styleID="53" fgColor="7CA563" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TEMPLATE LIT. (SERVER)" styleID="68" fgColor="7CA563" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SYMBOLS" styleID="50" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRINGEOL" styleID="51" fgColor="7CA563" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="REGEX" styleID="52" fgColor="E9C062" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="10" />
Expand Down
2 changes: 2 additions & 0 deletions PowerEditor/installer/themes/DansLeRuSH-Dark.xml
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,8 @@ Installation : Copy this file to "%APPDATA%\Notepad++\themes" and in a portable
<WordsStyle name="STRINGRAW" styleID="20" fgColor="F57F3D" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="">XmlUtil loadXmlString TopologyXmlTree NotificationArea loadXmlFile debug</WordsStyle>
<WordsStyle name="DOUBLESTRING" styleID="48" fgColor="F57F3D" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="SINGLESTRING" styleID="49" fgColor="F57F3D" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TEMPLATE LIT. (CLIENT)" styleID="53" fgColor="F57F3D" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TEMPLATE LIT. (SERVER)" styleID="68" fgColor="F57F3D" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="SYMBOLS" styleID="50" fgColor="C7C7C7" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRINGEOL" styleID="51" fgColor="F57F3D" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="REGEX" styleID="52" fgColor="E6C74E" bgColor="2E2E2E" fontName="" fontStyle="0" fontSize="" />
Expand Down
2 changes: 2 additions & 0 deletions PowerEditor/installer/themes/DarkModeDefault.xml
Original file line number Diff line number Diff line change
Expand Up @@ -751,6 +751,8 @@ License: GPL2
<WordsStyle name="KEYWORD" styleID="47" fgColor="CEDF99" bgColor="3F3F3F" fontName="" fontStyle="3" fontSize="" keywordClass="instre1" />
<WordsStyle name="DOUBLE STRING" styleID="48" fgColor="CC9393" bgColor="3F3F3F" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="SINGLE STRING" styleID="49" fgColor="CC9393" bgColor="3F3F3F" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TEMPLATE LIT. (CLIENT)" styleID="53" fgColor="CC9393" bgColor="3F3F3F" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TEMPLATE LIT. (SERVER)" styleID="68" fgColor="CC9393" bgColor="3F3F3F" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="SYMBOLS" styleID="50" fgColor="DFC47D" bgColor="3F3F3F" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="REGEX" styleID="52" fgColor="CC9393" bgColor="3F3F3F" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="COMMENT" styleID="42" fgColor="7F9F7F" bgColor="3F3F3F" fontName="" fontStyle="3" fontSize="" />
Expand Down
2 changes: 2 additions & 0 deletions PowerEditor/installer/themes/Deep Black.xml
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,8 @@ https://notepad-plus-plus.org/donate/
<WordsStyle name="STRINGRAW" styleID="20" fgColor="FFFF00" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DOUBLESTRING" styleID="48" fgColor="FFFF00" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="SINGLESTRING" styleID="49" fgColor="FFFF00" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TEMPLATE LIT. (CLIENT)" styleID="53" fgColor="FFFF00" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TEMPLATE LIT. (SERVER)" styleID="68" fgColor="FFFF00" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="SYMBOLS" styleID="50" fgColor="999966" bgColor="000000" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="STRINGEOL" styleID="51" fgColor="CCCCCC" bgColor="000000" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="REGEX" styleID="52" fgColor="339999" bgColor="000000" fontName="" fontStyle="0" fontSize="" />
Expand Down
2 changes: 2 additions & 0 deletions PowerEditor/installer/themes/Hello Kitty.xml
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,8 @@ so your enhanced file can be included in Notepad++ future release.
<WordsStyle name="STRINGRAW" styleID="20" fgColor="808080" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DOUBLESTRING" styleID="48" fgColor="808080" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="SINGLESTRING" styleID="49" fgColor="808080" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TEMPLATE LIT. (CLIENT)" styleID="53" fgColor="808080" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TEMPLATE LIT. (SERVER)" styleID="68" fgColor="808080" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="SYMBOLS" styleID="50" fgColor="000000" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="STRINGEOL" styleID="51" fgColor="808080" bgColor="FFB0FF" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="REGEX" styleID="52" fgColor="8000FF" bgColor="FFB0FF" fontName="" fontStyle="0" fontSize="" />
Expand Down
2 changes: 2 additions & 0 deletions PowerEditor/installer/themes/HotFudgeSundae.xml
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,8 @@ Installation:
<WordsStyle name="STRINGRAW" styleID="20" fgColor="BCBB80" bgColor="2b0f01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DOUBLESTRING" styleID="48" fgColor="BCBB80" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="SINGLESTRING" styleID="49" fgColor="BCBB80" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TEMPLATE LIT. (CLIENT)" styleID="53" fgColor="BCBB80" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TEMPLATE LIT. (SERVER)" styleID="68" fgColor="BCBB80" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="SYMBOLS" styleID="50" fgColor="B7975D" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRINGEOL" styleID="51" fgColor="C11418" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="REGEX" styleID="52" fgColor="0088CE" bgColor="2B0F01" fontName="" fontStyle="0" fontSize="" />
Expand Down
2 changes: 2 additions & 0 deletions PowerEditor/installer/themes/Mono Industrial.xml
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,8 @@ Credits:
<WordsStyle name="STRINGRAW" styleID="20" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DOUBLESTRING" styleID="48" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SINGLESTRING" styleID="49" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TEMPLATE LIT. (CLIENT)" styleID="53" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TEMPLATE LIT. (SERVER)" styleID="68" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SYMBOLS" styleID="50" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRINGEOL" styleID="51" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="REGEX" styleID="52" fgColor="FFFFFF" bgColor="222C28" fontName="" fontStyle="0" fontSize="10" />
Expand Down
2 changes: 2 additions & 0 deletions PowerEditor/installer/themes/Monokai.xml
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,8 @@ Credits:
<WordsStyle name="STRINGRAW" styleID="20" fgColor="E6DB74" bgColor="272822" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DOUBLESTRING" styleID="48" fgColor="E6DB74" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="SINGLESTRING" styleID="49" fgColor="E6DB74" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="TEMPLATE LIT. (CLIENT)" styleID="53" fgColor="E6DB74" bgColor="272822" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TEMPLATE LIT. (SERVER)" styleID="68" fgColor="E6DB74" bgColor="272822" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SYMBOLS" styleID="50" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="STRINGEOL" styleID="51" fgColor="E6DB74" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="REGEX" styleID="52" fgColor="E6DB74" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
Expand Down
2 changes: 2 additions & 0 deletions PowerEditor/installer/themes/MossyLawn.xml
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,8 @@ Installation:
<WordsStyle name="STRINGRAW" styleID="20" fgColor="ffdc87" bgColor="6c7d51" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DOUBLESTRING" styleID="48" fgColor="ffdc87" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="SINGLESTRING" styleID="49" fgColor="ffdc87" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TEMPLATE LIT. (CLIENT)" styleID="53" fgColor="ffdc87" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TEMPLATE LIT. (SERVER)" styleID="68" fgColor="ffdc87" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="SYMBOLS" styleID="50" fgColor="f2c476" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRINGEOL" styleID="51" fgColor="FFBBAA" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="REGEX" styleID="52" fgColor="afcf90" bgColor="58693D" fontName="" fontStyle="0" fontSize="" />
Expand Down
2 changes: 2 additions & 0 deletions PowerEditor/installer/themes/Navajo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,8 @@ Installation:
<WordsStyle name="STRINGRAW" styleID="20" fgColor="C00058" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DOUBLESTRING" styleID="48" fgColor="C00058" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="SINGLESTRING" styleID="49" fgColor="C00058" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TEMPLATE LIT. (CLIENT)" styleID="53" fgColor="C00058" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TEMPLATE LIT. (SERVER)" styleID="68" fgColor="C00058" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="SYMBOLS" styleID="50" fgColor="000000" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRINGEOL" styleID="51" fgColor="870087" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="REGEX" styleID="52" fgColor="C00058" bgColor="BA9C80" fontName="" fontStyle="0" fontSize="" />
Expand Down
2 changes: 2 additions & 0 deletions PowerEditor/installer/themes/Obsidian.xml
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,8 @@ Notepad++ Custom Style
<WordsStyle name="STRINGRAW" styleID="20" fgColor="EC7600" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DOUBLESTRING" styleID="48" fgColor="EC7600" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="SINGLESTRING" styleID="49" fgColor="EC7600" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TEMPLATE LIT. (CLIENT)" styleID="53" fgColor="EC7600" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TEMPLATE LIT. (SERVER)" styleID="68" fgColor="EC7600" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="SYMBOLS" styleID="50" fgColor="E8E2B7" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRINGEOL" styleID="51" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="REGEX" styleID="52" fgColor="D39745" bgColor="293134" fontName="" fontStyle="0" fontSize="" />
Expand Down
2 changes: 2 additions & 0 deletions PowerEditor/installer/themes/Plastic Code Wrap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,8 @@ Credits:
<WordsStyle name="STRINGRAW" styleID="20" fgColor="55E439" bgColor="0B161D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DOUBLESTRING" styleID="48" fgColor="55E439" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SINGLESTRING" styleID="49" fgColor="55E439" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TEMPLATE LIT. (CLIENT)" styleID="53" fgColor="55E439" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TEMPLATE LIT. (SERVER)" styleID="68" fgColor="55E439" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SYMBOLS" styleID="50" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRINGEOL" styleID="51" fgColor="55E439" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="REGEX" styleID="52" fgColor="FFB454" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
Expand Down
2 changes: 2 additions & 0 deletions PowerEditor/installer/themes/Ruby Blue.xml
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,8 @@ http://sourceforge.net/donate/index.php?group_id=95717
<WordsStyle name="STRINGRAW" styleID="20" fgColor="F08047" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DOUBLESTRING" styleID="48" fgColor="F08047" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="SINGLESTRING" styleID="49" fgColor="F08047" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TEMPLATE LIT. (CLIENT)" styleID="53" fgColor="F08047" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TEMPLATE LIT. (SERVER)" styleID="68" fgColor="F08047" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="SYMBOLS" styleID="50" fgColor="7BD827" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRINGEOL" styleID="51" fgColor="730080" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="REGEX" styleID="52" fgColor="FF00FF" bgColor="112435" fontName="" fontStyle="0" fontSize="" />
Expand Down
2 changes: 2 additions & 0 deletions PowerEditor/installer/themes/Solarized-light.xml
Original file line number Diff line number Diff line change
Expand Up @@ -546,6 +546,8 @@ Installation:
<WordsStyle name="STRINGRAW" styleID="20" fgColor="2AA198" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DOUBLESTRING" styleID="48" fgColor="2AA198" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="SINGLESTRING" styleID="49" fgColor="2AA198" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TEMPLATE LIT. (CLIENT)" styleID="53" fgColor="2AA198" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TEMPLATE LIT. (SERVER)" styleID="68" fgColor="2AA198" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="SYMBOLS" styleID="50" fgColor="657B83" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRINGEOL" styleID="51" fgColor="DC322F" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="REGEX" styleID="52" fgColor="268BD2" bgColor="FDF6E3" fontName="" fontStyle="0" fontSize="" />
Expand Down
2 changes: 2 additions & 0 deletions PowerEditor/installer/themes/Solarized.xml
Original file line number Diff line number Diff line change
Expand Up @@ -718,6 +718,8 @@ Installation:
<WordsStyle name="STRINGRAW" styleID="20" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DOUBLESTRING" styleID="48" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="SINGLESTRING" styleID="49" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TEMPLATE LIT. (CLIENT)" styleID="53" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="TEMPLATE LIT. (SERVER)" styleID="68" fgColor="2AA198" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="SYMBOLS" styleID="50" fgColor="839496" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="STRINGEOL" styleID="51" fgColor="DC322F" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="REGEX" styleID="52" fgColor="268BD2" bgColor="002B36" fontName="" fontStyle="0" fontSize="" />
Expand Down
2 changes: 2 additions & 0 deletions PowerEditor/installer/themes/Twilight.xml
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,8 @@ Credits:
<WordsStyle name="STRINGRAW" styleID="20" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="DOUBLESTRING" styleID="48" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SINGLESTRING" styleID="49" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TEMPLATE LIT. (CLIENT)" styleID="53" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="TEMPLATE LIT. (SERVER)" styleID="68" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="SYMBOLS" styleID="50" fgColor="F8F8F8" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="STRINGEOL" styleID="51" fgColor="8F9D6A" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="REGEX" styleID="52" fgColor="E9C062" bgColor="141414" fontName="" fontStyle="0" fontSize="10" />
Expand Down
Loading

0 comments on commit 9e1db77

Please sign in to comment.