@@ -621,14 +621,14 @@ whiskers:
621621 <WordsStyle name="COMOBJ" styleID="14" fgColor="000000" bgColor="{{ base.hex }}" colorStyle="1" fontName="" fontStyle="0" fontSize="" />
622622 </LexerType>
623623 <LexerType name="vb" desc="VB / VBS" ext="">
624- <WordsStyle name="DEFAULT" styleID="7" fgColor="{{ text.hex }}" bgColor="{{ base.hex }}" fontName="" fontStyle="0" fontSize="" />
625- <WordsStyle name="COMMENT" styleID="1" fgColor="{{ blue .hex }}" bgColor="{{ base.hex }}" fontName="" fontStyle="0 " fontSize="" />
626- <WordsStyle name="NUMBER" styleID="2" fgColor="{{ mauve .hex }}" bgColor="{{ base.hex }}" fontName="" fontStyle="1 " fontSize="" />
627- <WordsStyle name="WORD" styleID="3" fgColor="{{ green .hex }}" bgColor="{{ base.hex }}" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
628- <WordsStyle name="STRING" styleID="4" fgColor="{{ green.hex }}" bgColor="{{ base.hex }}" fontName="" fontStyle="0" fontSize="" />
629- <WordsStyle name="PREPROCESSOR" styleID="5" fgColor="{{ maroon .hex }}" bgColor="{{ base.hex }}" fontName="" fontStyle="0" fontSize="" />
630- <WordsStyle name="OPERATOR" styleID="6" fgColor="{{ maroon .hex }}" bgColor="{{ base.hex }}" fontName="" fontStyle="1 " fontSize="" />
631- <WordsStyle name="DATE" styleID="8" fgColor="{{ maroon .hex }}" bgColor="{{ base.hex }}" fontName="" fontStyle="0" fontSize="" />
624+ <WordsStyle name="DEFAULT" styleID="7" fgColor="{{ text.hex }}" bgColor="{{ base.hex }}" colorStyle="0" fontName="" fontStyle="0" fontSize="" />
625+ <WordsStyle name="COMMENT" styleID="1" fgColor="{{ overlay2 .hex }}" bgColor="{{ base.hex }}" colorStyle="1" fontName="" fontStyle="2 " fontSize="" />
626+ <WordsStyle name="NUMBER" styleID="2" fgColor="{{ peach .hex }}" bgColor="{{ base.hex }}" colorStyle="1" fontName="" fontStyle="0 " fontSize="" />
627+ <WordsStyle name="WORD" styleID="3" fgColor="{{ mauve .hex }}" bgColor="{{ base.hex }}" colorStyle="1 " fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
628+ <WordsStyle name="STRING" styleID="4" fgColor="{{ green.hex }}" bgColor="{{ base.hex }}" colorStyle="1" fontName="" fontStyle="0" fontSize="" />
629+ <WordsStyle name="PREPROCESSOR" styleID="5" fgColor="{{ yellow .hex }}" bgColor="{{ base.hex }}" colorStyle="1 " fontName="" fontStyle="0" fontSize="" />
630+ <WordsStyle name="OPERATOR" styleID="6" fgColor="{{ overlay2 .hex }}" bgColor="{{ base.hex }}" colorStyle="1" fontName="" fontStyle="0 " fontSize="" />
631+ <WordsStyle name="DATE" styleID="8" fgColor="{{ pink .hex }}" bgColor="{{ base.hex }}" colorStyle="1 " fontName="" fontStyle="0" fontSize="" />
632632 </LexerType>
633633 <LexerType name="kix" desc="KiXtart" ext="">
634634 <WordsStyle name="DEFAULT" styleID="31" fgColor="{{ text.hex }}" bgColor="{{ base.hex }}" fontName="" fontStyle="0" fontSize="" />
0 commit comments