Skip to content

Instantly share code, notes, and snippets.

@vos
Created December 2, 2013 00:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vos/7743082 to your computer and use it in GitHub Desktop.
Save vos/7743082 to your computer and use it in GitHub Desktop.
Notepad++ Obsidian theme style for SQF files
<Styles>
<WordsStyle name="DEFAULT" styleID="1" fgColor="E0E2E4" bgColor="293134" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="KEYWORD1" styleID="2" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="10" />
<WordsStyle name="KEYWORD2" styleID="3" fgColor="678CB1" bgColor="293134" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="KEYWORD3" styleID="4" fgColor="93C763" bgColor="293134" fontName="" fontStyle="1" fontSize="10" />
<WordsStyle name="KEYWORD4" styleID="5" fgColor="EAEABF" bgColor="293134" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT" styleID="6" fgColor="818E96" bgColor="293134" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="COMMENT LINE" styleID="7" fgColor="818E96" bgColor="293134" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="NUMBER" styleID="8" fgColor="FFCD22" bgColor="293134" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="OPERATOR" styleID="9" fgColor="E8E2B7" bgColor="293134" fontName="" fontStyle="1" fontSize="10" />
<WordsStyle name="DELIMINER1" styleID="10" fgColor="EC7600" bgColor="293134" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="DELIMINER2" styleID="11" fgColor="EC7600" bgColor="293134" fontName="" fontStyle="0" fontSize="10" />
<WordsStyle name="FOLDEROPEN" styleID="12" fgColor="E8E2B7" bgColor="293134" fontName="" fontStyle="1" fontSize="10" />
<WordsStyle name="FOLDERCLOSE" styleID="13" fgColor="E8E2B7" bgColor="293134" fontName="" fontStyle="1" fontSize="10" />
</Styles>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment