Skip to content

Instantly share code, notes, and snippets.

@mbrownnycnyc
Created November 5, 2013 15:53
Show Gist options
  • Save mbrownnycnyc/7321189 to your computer and use it in GitHub Desktop.
Save mbrownnycnyc/7321189 to your computer and use it in GitHub Desktop.
notepad++ powershell lexer for choco theme
<LexerType name="powershell" desc="PowerShell" ext="">
<WordsStyle name="DEFAULT" styleID="0" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" />
<WordsStyle name="COMMENT" styleID="1" fgColor="C3BE98" bgColor="1A0F0B" fontName="" fontStyle="0" />
<WordsStyle name="STRING" styleID="2" fgColor="8C7E3F" bgColor="1A0F0B" fontName="" fontStyle="0" fontSize="12" />
<WordsStyle name="CHARACTER" styleID="3" fgColor="C3BE98" bgColor="2D0F0B" fontName="" fontStyle="0" fontSize="" />
<WordsStyle name="NUMBER" styleID="4" fgColor="808080" bgColor="1A0F0B" fontName="" fontStyle="1" />
<WordsStyle name="VARIABLE" styleID="5" fgColor="ABA0C3" bgColor="2D0F0B" fontName="" fontStyle="1" fontSize="" />
<WordsStyle name="OPERATOR" styleID="6" fgColor="ABA0C3" bgColor="1A0F0B" fontName="" fontStyle="0" />
<WordsStyle name="INSTRUCTION WORD" styleID="8" fgColor="8000FF" bgColor="1A0F0B" fontName="" fontStyle="1" fontSize="" keywordClass="instre1" />
<WordsStyle name="CMDLET" styleID="9" fgColor="7E94C3" bgColor="1A0F0B" fontName="" fontStyle="0" keywordClass="instre2" />
<WordsStyle name="ALIAS" styleID="10" fgColor="8000FF" bgColor="1A0F0B" fontName="" fontStyle="0" keywordClass="type1" />
</LexerType>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment