Add foreground colours for diff in Monokai.xml

Some styles were missing and hence, was replaced by black.

Closes #3433
pull/3487/merge
Antoine Lang-Cavelier 8 years ago committed by Don HO
parent a476b885e4
commit e76b5dc869

@ -269,10 +269,10 @@ Credits:
<WordsStyle name="DEFAULT" styleID="0" fgColor="F8F8F2" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="COMMENT" styleID="1" fgColor="75715E" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="COMMAND" styleID="2" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="HEADER" styleID="3" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="POSITION" styleID="4" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="DELETED" styleID="5" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="ADDED" styleID="6" fgColor="" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="HEADER" styleID="3" fgColor="66D9EF" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="POSITION" styleID="4" fgColor="FD971F" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="DELETED" styleID="5" fgColor="F92672" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
<WordsStyle name="ADDED" styleID="6" fgColor="A6E22E" bgColor="272822" fontName="" fontStyle="" fontSize="10" />
</LexerType>
<LexerType name="nfo" desc="Dos Style" ext="">
<WordsStyle name="DEFAULT" styleID="32" fgColor="F8F8F2" bgColor="272822" />

Loading…
Cancel
Save