notepad-plus-plus icon indicating copy to clipboard operation
notepad-plus-plus copied to clipboard

dracula theme not working? or is it me? (probably me)

Open terr0r-exe opened this issue 10 months ago • 3 comments

Not sure why but its not giving me the fancy colors (after i added the xml file to my folder) it's just black bg and white font :(

terr0r-exe avatar Feb 23 '25 17:02 terr0r-exe

I think the xml is missing styles for proper syntax highlighting of several languages.

For Example... Darcula.xml:

        <LexerType name="typescript" desc="TypeScript (embedded)" ext="">
            <WordsStyle name="DEFAULT" styleID="41" fgColor="F8F8F2" bgColor="282A36" fontName="" fontStyle="0" fontSize=""></WordsStyle>
            <WordsStyle name="NUMBER" styleID="45" fgColor="BD93F9" bgColor="282A36" fontName="" fontStyle="0" fontSize=""></WordsStyle>
            <WordsStyle name="WORD" styleID="46" fgColor="50FA7B" bgColor="282A36" fontName="" fontStyle="0" fontSize=""></WordsStyle>
            <WordsStyle name="KEYWORD" styleID="47" fgColor="FF79C6" bgColor="282A36" fontName="" fontStyle="3" fontSize="" keywordClass="instre1"></WordsStyle>
            <WordsStyle name="DOUBLESTRING" styleID="48" fgColor="50FA7B" bgColor="282A36" fontName="" fontStyle="0" fontSize=""></WordsStyle>
            <WordsStyle name="SINGLESTRING" styleID="49" fgColor="50FA7B" bgColor="282A36" fontName="" fontStyle="0" fontSize=""></WordsStyle>
            <WordsStyle name="SYMBOLS" styleID="50" fgColor="F8F8F2" bgColor="282A36" fontName="" fontStyle="1" fontSize=""></WordsStyle>
            <WordsStyle name="REGEX" styleID="52" fgColor="8BE9FD" bgColor="282A36" fontName="" fontStyle="0" fontSize=""></WordsStyle>
            <WordsStyle name="COMMENT" styleID="42" fgColor="6272A4" bgColor="282A36" fontName="" fontStyle="0" fontSize=""></WordsStyle>
            <WordsStyle name="COMMENTLINE" styleID="43" fgColor="6272A4" bgColor="282A36" fontName="" fontStyle="0" fontSize=""></WordsStyle>
            <WordsStyle name="COMMENTDOC" styleID="44" fgColor="6272A4" bgColor="282A36" fontName="" fontStyle="0" fontSize=""></WordsStyle>
        </LexerType>

versus DarkModeDefault.xml:

        <LexerType name="typescript" desc="TypeScript" ext="">
            <WordsStyle name="DEFAULT" styleID="11" fgColor="DCDCCC" bgColor="3F3F3F" fontName="" fontStyle="0" fontSize=""></WordsStyle>
            <WordsStyle name="INSTRUCTION WORD" styleID="5" fgColor="DFC47D" bgColor="3F3F3F" fontName="" fontStyle="1" fontSize="" keywordClass="instre1"></WordsStyle>
            <WordsStyle name="TYPE WORD" styleID="16" fgColor="CEDF99" bgColor="3F3F3F" fontName="" fontStyle="0" fontSize="" keywordClass="type1"></WordsStyle>
            <WordsStyle name="WINDOW INSTRUCTION" styleID="19" fgColor="FFCFAF" bgColor="3F3F3F" fontName="" fontStyle="1" fontSize="" keywordClass=""></WordsStyle>
            <WordsStyle name="NUMBER" styleID="4" fgColor="8CD0D3" bgColor="3F3F3F" fontName="" fontStyle="0" fontSize=""></WordsStyle>
            <WordsStyle name="STRING" styleID="6" fgColor="CC9393" bgColor="3F3F3F" fontName="" fontStyle="0" fontSize=""></WordsStyle>
            <WordsStyle name="STRING RAW" styleID="20" fgColor="CC9393" bgColor="3F3F3F" fontName="" fontStyle="3" fontSize=""></WordsStyle>
            <WordsStyle name="CHARACTER" styleID="7" fgColor="DCA3A3" bgColor="3F3F3F" fontName="" fontStyle="0" fontSize=""></WordsStyle>
            <WordsStyle name="OPERATOR" styleID="10" fgColor="9F9D6D" bgColor="3F3F3F" fontName="" fontStyle="1" fontSize=""></WordsStyle>
            <WordsStyle name="VERBATIM" styleID="13" fgColor="CC9393" bgColor="3F3F3F" fontName="" fontStyle="0" fontSize=""></WordsStyle>
            <WordsStyle name="REGEX" styleID="14" fgColor="CC9393" bgColor="3F3F3F" fontName="" fontStyle="1" fontSize=""></WordsStyle>
            <WordsStyle name="COMMENT" styleID="1" fgColor="7F9F7F" bgColor="3F3F3F" fontName="" fontStyle="0" fontSize=""></WordsStyle>
            <WordsStyle name="COMMENT LINE" styleID="2" fgColor="7F9F7F" bgColor="3F3F3F" fontName="" fontStyle="0" fontSize=""></WordsStyle>
            <WordsStyle name="COMMENT DOC" styleID="3" fgColor="7F9F7F" bgColor="3F3F3F" fontName="" fontStyle="0" fontSize=""></WordsStyle>
            <WordsStyle name="COMMENT LINE DOC" styleID="15" fgColor="7F9F7F" bgColor="3F3F3F" fontName="" fontStyle="0" fontSize=""></WordsStyle>
            <WordsStyle name="COMMENT DOC KEYWORD" styleID="17" fgColor="7F9F7F" bgColor="3F3F3F" fontName="" fontStyle="1" fontSize=""></WordsStyle>
            <WordsStyle name="COMMENT DOC KEYWORD ERROR" styleID="18" fgColor="7F9F7F" bgColor="3F3F3F" fontName="" fontStyle="0" fontSize=""></WordsStyle>
            <WordsStyle name="USER KEYWORDS 1" styleID="128" fgColor="DFC47D" bgColor="3F3F3F" fontName="" fontStyle="1" fontSize="" keywordClass="substyle1"></WordsStyle>
            <WordsStyle name="USER KEYWORDS 2" styleID="129" fgColor="DFC47D" bgColor="3F3F3F" fontName="" fontStyle="1" fontSize="" keywordClass="substyle2"></WordsStyle>
            <WordsStyle name="USER KEYWORDS 3" styleID="130" fgColor="DFC47D" bgColor="3F3F3F" fontName="" fontStyle="1" fontSize="" keywordClass="substyle3"></WordsStyle>
            <WordsStyle name="USER KEYWORDS 4" styleID="131" fgColor="DFC47D" bgColor="3F3F3F" fontName="" fontStyle="1" fontSize="" keywordClass="substyle4"></WordsStyle>
            <WordsStyle name="USER KEYWORDS 5" styleID="132" fgColor="DFC47D" bgColor="3F3F3F" fontName="" fontStyle="1" fontSize="" keywordClass="substyle5"></WordsStyle>
            <WordsStyle name="USER KEYWORDS 6" styleID="133" fgColor="DFC47D" bgColor="3F3F3F" fontName="" fontStyle="1" fontSize="" keywordClass="substyle6"></WordsStyle>
            <WordsStyle name="USER KEYWORDS 7" styleID="134" fgColor="DFC47D" bgColor="3F3F3F" fontName="" fontStyle="1" fontSize="" keywordClass="substyle7"></WordsStyle>
            <WordsStyle name="USER KEYWORDS 8" styleID="135" fgColor="DFC47D" bgColor="3F3F3F" fontName="" fontStyle="1" fontSize="" keywordClass="substyle8"></WordsStyle>
        </LexerType>

DigiLive avatar Apr 21 '25 06:04 DigiLive

Perl syntax highlighting is also completely missing (no entry at all in Dracula.xml).

leo-liar avatar Jun 26 '25 09:06 leo-liar