daylerees / colour-schemes

Colour schemes for a variety of editors created by Dayle Rees.
http://daylerees.github.io
Other
9.32k stars 1.62k forks source link

Notepad++ support? #134

Closed mackenza closed 10 years ago

mackenza commented 10 years ago

I searched but didn't see a similar request... any thoughts on Notepad++ support for the themese? npp uses an XML file for it's schemes like so:

<LexerType name="php" desc="PHP" ext="">
            <WordsStyle name="QUESTION MARK" styleID="18" fgColor="D82727" bgColor="1D1D1D" fontName="" fontStyle="1" fontSize="" />
            <WordsStyle name="DEFAULT" styleID="118" fgColor="E08056" bgColor="1D1D1D" fontName="" fontStyle="1" fontSize="" />
            <WordsStyle name="STRING" styleID="119" fgColor="CEDAE3" bgColor="1D1D1D" fontName="" fontStyle="0" fontSize="" />
            <WordsStyle name="STRING VARIABLE" styleID="126" fgColor="CEDAE3" bgColor="1D1D1D" fontName="" fontStyle="0" fontSize="" />
            <WordsStyle name="SIMPLESTRING" styleID="120" fgColor="CEDAE3" bgColor="1D1D1D" fontName="" fontStyle="0" fontSize="" />
            <WordsStyle name="WORD" styleID="121" fgColor="DFC47D" bgColor="1D1D1D" fontName="" fontStyle="1" fontSize="" keywordClass="instre1" />
            <WordsStyle name="NUMBER" styleID="122" fgColor="85C2C2" bgColor="1D1D1D" fontName="" fontStyle="0" fontSize="" />
            <WordsStyle name="VARIABLE" styleID="123" fgColor="E9A354" bgColor="1D1D1D" fontName="" fontStyle="1" fontSize="" />
            <WordsStyle name="COMMENT" styleID="124" fgColor="7F9F7F" bgColor="1D1D1D" fontName="" fontStyle="3" fontSize="" />
            <WordsStyle name="COMMENTLINE" styleID="125" fgColor="7F9F7F" bgColor="1D1D1D" fontName="" fontStyle="3" fontSize="" />
            <WordsStyle name="OPERATOR" styleID="127" fgColor="9F9D6D" bgColor="1D1D1D" fontName="" fontStyle="1" fontSize="" />
        </LexerType>

Wondering if there is any interest out there for your awesome themes in Notepad++?

Anahkiasen commented 10 years ago

And yet it's right there :D

screenshot 2014-03-11 19 03 44

mackenza commented 10 years ago

lol wow... so much for the "search this repository" feature on GitHub ;)

I apologize for the duplicate. I must have had a brain cramp on this one ;P