@@ -586,17 +586,17 @@ whiskers:
586586 <WordsStyle name="DOUBLE QUOTE STRING" styleID="8" fgColor="{{ green.hex }}" bgColor="{{ base.hex }}" colorStyle="1" fontName="" fontStyle="0" fontSize="" />
587587 </LexerType>
588588 <LexerType name="lisp" desc="LISP" ext="">
589- <WordsStyle name="DEFAULT" styleID="0" fgColor="{{ text.hex }}" bgColor="{{ base.hex }}" fontName="" fontStyle="0" fontSize="" />
590- <WordsStyle name="COMMENTLINE" styleID="1" fgColor="{{ blue .hex }}" bgColor="{{ base.hex }}" fontName="" fontStyle="0 " fontSize="" />
591- <WordsStyle name="NUMBER" styleID="2" fgColor="{{ mauve .hex }}" bgColor="{{ base.hex }}" fontName="" fontStyle="0" fontSize="" />
592- <WordsStyle name="FUNCTION WORD" styleID="3" fgColor="{{ green .hex }}" bgColor="{{ base.hex }}" fontName="" fontStyle="1 " fontSize="" keywordClass="instre1" />
593- <WordsStyle name="FUNCTION WORD2" styleID="4" fgColor="{{ green .hex }}" bgColor="{{ base.hex }}" fontName="" fontStyle="1 " fontSize="" keywordClass="instre2" />
594- <WordsStyle name="SYMBOL" styleID="5" fgColor="{{ peach .hex }}" bgColor="{{ base.hex }}" fontName="" fontStyle="1 " fontSize="" />
595- <WordsStyle name="STRING" styleID="6" fgColor="{{ green.hex }}" bgColor="{{ base.hex }}" fontName="" fontStyle="0" fontSize="" />
596- <WordsStyle name="IDENTIFIER" styleID="9" fgColor="{{ green .hex }}" bgColor="{{ base.hex }}" fontName="" fontStyle="0" fontSize="" />
597- <WordsStyle name="OPERATOR" styleID="10" fgColor="{{ maroon .hex }}" bgColor="{{ base.hex }}" fontName="" fontStyle="1 " fontSize="" keywordClass="type1" />
598- <WordsStyle name="SPECIAL" styleID="11" fgColor="{{ mauve .hex }}" bgColor="{{ base.hex }}" fontName="" fontStyle="0" fontSize="" />
599- <WordsStyle name="COMMENT" styleID="12" fgColor="{{ blue .hex }}" bgColor="{{ base.hex }}" fontName="" fontStyle="0 " fontSize="" />
589+ <WordsStyle name="DEFAULT" styleID="0" fgColor="{{ text.hex }}" bgColor="{{ base.hex }}" colorStyle="0" fontName="" fontStyle="0" fontSize="" />
590+ <WordsStyle name="COMMENTLINE" styleID="1" fgColor="{{ overlay2 .hex }}" bgColor="{{ base.hex }}" colorStyle="1" fontName="" fontStyle="2 " fontSize="" />
591+ <WordsStyle name="NUMBER" styleID="2" fgColor="{{ peach .hex }}" bgColor="{{ base.hex }}" colorStyle="1 " fontName="" fontStyle="0" fontSize="" />
592+ <WordsStyle name="FUNCTION WORD" styleID="3" fgColor="{{ mauve .hex }}" bgColor="{{ base.hex }}" colorStyle="1" fontName="" fontStyle="0 " fontSize="" keywordClass="instre1" />
593+ <WordsStyle name="FUNCTION WORD2" styleID="4" fgColor="{{ blue .hex }}" bgColor="{{ base.hex }}" colorStyle="1" fontName="" fontStyle="0 " fontSize="" keywordClass="instre2" />
594+ <WordsStyle name="SYMBOL" styleID="5" fgColor="{{ maroon .hex }}" bgColor="{{ base.hex }}" colorStyle="1" fontName="" fontStyle="0 " fontSize="" />
595+ <WordsStyle name="STRING" styleID="6" fgColor="{{ green.hex }}" bgColor="{{ base.hex }}" colorStyle="1" fontName="" fontStyle="0" fontSize="" />
596+ <WordsStyle name="IDENTIFIER" styleID="9" fgColor="{{ text .hex }}" bgColor="{{ base.hex }}" colorStyle="1 " fontName="" fontStyle="0" fontSize="" />
597+ <WordsStyle name="OPERATOR" styleID="10" fgColor="{{ sky .hex }}" bgColor="{{ base.hex }}" colorStyle="1" fontName="" fontStyle="0 " fontSize="" keywordClass="type1" />
598+ <WordsStyle name="SPECIAL" styleID="11" fgColor="{{ yellow .hex }}" bgColor="{{ base.hex }}" colorStyle="1 " fontName="" fontStyle="0" fontSize="" />
599+ <WordsStyle name="COMMENT" styleID="12" fgColor="{{ overlay2 .hex }}" bgColor="{{ base.hex }}" colorStyle="1" fontName="" fontStyle="2 " fontSize="" />
600600 </LexerType>
601601 <LexerType name="pascal" desc="Pascal" ext="">
602602 <WordsStyle name="DEFAULT" styleID="0" fgColor="{{ text.hex }}" bgColor="{{ base.hex }}" colorStyle="0" fontName="" fontStyle="0" fontSize="" />
0 commit comments