@@ -566,15 +566,15 @@ whiskers:
566566 <WordsStyle name="COMMENT DOC KEYWORD" styleID="16" fgColor="{{ teal.hex }}" bgColor="{{ base.hex }}" colorStyle="1" fontName="" fontStyle="2" fontSize="" keywordClass="type4" />
567567 </LexerType>
568568 <LexerType name="matlab" desc="Matlab" ext="">
569- <WordsStyle name="DEFAULT" styleID="0" fgColor="{{ text.hex }}" bgColor="{{ base.hex }}" fontName="" fontStyle="0" fontSize="" />
570- <WordsStyle name="COMMENT" styleID="1" fgColor="{{ blue .hex }}" bgColor="{{ base.hex }}" fontName="" fontStyle="0 " fontSize="" />
571- <WordsStyle name="COMMAND" styleID="2" fgColor="{{ mauve .hex }}" bgColor="{{ base.hex }}" fontName="" fontStyle="0" fontSize="" />
572- <WordsStyle name="NUMBER" styleID="3" fgColor="{{ mauve .hex }}" bgColor="{{ base.hex }}" fontName="" fontStyle="0" fontSize="" />
573- <WordsStyle name="INSTRUCTION WORD" styleID="4" fgColor="{{ maroon .hex }}" bgColor="{{ base.hex }}" fontName="" fontStyle="1 " fontSize="" keywordClass="instre1" />
574- <WordsStyle name="STRING" styleID="5" fgColor="{{ green.hex }}" bgColor="{{ base.hex }}" fontName="" fontStyle="0" fontSize="" />
575- <WordsStyle name="OPERATOR" styleID="6" fgColor="{{ maroon .hex }}" bgColor="{{ base.hex }}" fontName="" fontStyle="1 " fontSize="" />
576- <WordsStyle name="IDENTIFIER" styleID="7" fgColor="{{ green .hex }}" bgColor="{{ base.hex }}" fontName="" fontStyle="0" fontSize="" />
577- <WordsStyle name="DOUBLE QUOTE STRING" styleID="8" fgColor="{{ green.hex }}" bgColor="{{ base.hex }}" fontName="" fontStyle="0" fontSize="" />
569+ <WordsStyle name="DEFAULT" styleID="0" fgColor="{{ text.hex }}" bgColor="{{ base.hex }}" colorStyle="0" fontName="" fontStyle="0" fontSize="" />
570+ <WordsStyle name="COMMENT" styleID="1" fgColor="{{ overlay2 .hex }}" bgColor="{{ base.hex }}" colorStyle="1" fontName="" fontStyle="2 " fontSize="" />
571+ <WordsStyle name="COMMAND" styleID="2" fgColor="{{ blue .hex }}" bgColor="{{ base.hex }}" colorStyle="1 " fontName="" fontStyle="0" fontSize="" />
572+ <WordsStyle name="NUMBER" styleID="3" fgColor="{{ peach .hex }}" bgColor="{{ base.hex }}" colorStyle="1 " fontName="" fontStyle="0" fontSize="" />
573+ <WordsStyle name="INSTRUCTION WORD" styleID="4" fgColor="{{ mauve .hex }}" bgColor="{{ base.hex }}" colorStyle="1" fontName="" fontStyle="0 " fontSize="" keywordClass="instre1" />
574+ <WordsStyle name="STRING" styleID="5" fgColor="{{ green.hex }}" bgColor="{{ base.hex }}" colorStyle="1" fontName="" fontStyle="0" fontSize="" />
575+ <WordsStyle name="OPERATOR" styleID="6" fgColor="{{ sky .hex }}" bgColor="{{ base.hex }}" colorStyle="1" fontName="" fontStyle="0 " fontSize="" />
576+ <WordsStyle name="IDENTIFIER" styleID="7" fgColor="{{ text .hex }}" bgColor="{{ base.hex }}" colorStyle="1 " fontName="" fontStyle="0" fontSize="" />
577+ <WordsStyle name="DOUBLE QUOTE STRING" styleID="8" fgColor="{{ green.hex }}" bgColor="{{ base.hex }}" colorStyle="1" fontName="" fontStyle="0" fontSize="" />
578578 </LexerType>
579579 <LexerType name="lisp" desc="LISP" ext="">
580580 <WordsStyle name="DEFAULT" styleID="0" fgColor="{{ text.hex }}" bgColor="{{ base.hex }}" fontName="" fontStyle="0" fontSize="" />
0 commit comments