Browse Source

[UPDATE] Add powershell styles in Plastic Code Wrap theme.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1125 f5eea248-9336-0410-98b8-ebc06183d4e3
remotes/trunk
Don Ho 11 years ago
parent
commit
95de01147d
  1. 12
      PowerEditor/installer/themes/Plastic Code Wrap.xml

12
PowerEditor/installer/themes/Plastic Code Wrap.xml

@ -344,6 +344,18 @@ Credits:
<WordsStyle name="REGSUBST" styleID="18" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="BACKTICKS" styleID="20" fgColor="000000" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
</LexerType>
<LexerType name="powershell" desc="PowerShell" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="COMMENT" styleID="1" fgColor="1E9AE0" bgColor="0B161D" fontName="" fontStyle="2" fontSize="" />
<WordsStyle name="STRING" styleID="2" fgColor="55E439" bgColor="0B161D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="CHARACTER" styleID="3" fgColor="55E439" bgColor="0B161D" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="NUMBER" styleID="4" fgColor="FF3A83" bgColor="0B161D" fontName="" fontStyle="0" fontSize="" />
<!--WordsStyle name="VARIABLE" styleID="5" fgColor="FB9A4B" bgColor="0B161D" fontName="" fontStyle="0" fontSize="">if else for while</WordsStyle-->
<WordsStyle name="OPERATOR" styleID="6" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="">bool long int char</WordsStyle>
<WordsStyle name="INSTRUCTION WORD" styleID="8" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
<WordsStyle name="CMDLET" styleID="9" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" />
<WordsStyle name="ALIAS" styleID="10" fgColor="FFAA00" bgColor="0B161D" fontName="" fontStyle="0" fontSize="" keywordClass="type1" />
</LexerType>
<LexerType name="python" desc="Python" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F8" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENTLINE" styleID="1" fgColor="1E9AE0" bgColor="0B161D" fontName="" fontStyle="0" fontSize="10" />

Loading…
Cancel
Save