Giter Club home page Giter Club logo

npp-darcula's Introduction

npp-darcula

Dark theme for Notepad++ based on Darcula theme from JetBrains products

Currently the following languages are fully supported:

Installation

Copy file Darcula.xml to C:/Users/%USERNAME%/AppData/Roaming/Notepad++/themes directory.

Markdown

Markdown User Defined Language support component is build with Markdown++ tool

Installation
  1. Choose and download appropriate .xml file according to your theme preferences.
modern classic
userDefinedLang-markdown.darcula.modern.xml userDefinedLang-markdown.darcula.classic.xml
  1. Open Language menu and choose "Define user language...".
  2. Click import and choose language .xml file.
  3. Restart Notepad++, newly added language will be shown at the bottom of the Language menu.

Stay tuned for more languages!

npp-darcula's People

Contributors

dima-1 avatar gogo2 avatar trebi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

npp-darcula's Issues

new XML syntax definition

Hi,

The XML has a new syntax definition:

<WordsStyle name="ENTITY" styleID="10" fgColor="000000" bgColor="FEFDE0" fontName="" fontStyle="2" fontSize="" />

Thanks

VBScript Support

Thanks for this! I needed VB script support so I did that if you want to throw that in there:

<LexerType name="vb" desc="VB / VBS" ext="">
            <WordsStyle name="DEFAULT" styleID="7" fgColor="9876AA" bgColor="2B2B2B" fontName="" fontStyle="0" fontSize="" />
            <WordsStyle name="COMMENT" styleID="1" fgColor="808080" bgColor="2B2B2B" fontName="" fontStyle="0" fontSize="" />
            <WordsStyle name="NUMBER" styleID="2" fgColor="6897BB" bgColor="2B2B2B" fontName="" fontStyle="0" fontSize="" />
            <WordsStyle name="WORD" styleID="3" fgColor="CC7832" bgColor="2B2B2B" fontName="" fontStyle="0" fontSize="" keywordClass="instre1" />
            <WordsStyle name="STRING" styleID="4" fgColor="6A8759" bgColor="2B2B2B" fontName="" fontStyle="0" fontSize="" />
            <WordsStyle name="PREPROCESSOR" styleID="5" fgColor="CC7832" bgColor="2B2B2B" fontName="" fontStyle="0" fontSize="" />
            <WordsStyle name="OPERATOR" styleID="6" fgColor="A9B7C6" bgColor="2B2B2B" fontName="" fontStyle="0" fontSize="" />
            <WordsStyle name="DATE" styleID="8" fgColor="629755" bgColor="2B2B2B" fontName="" fontStyle="0" fontSize="" />
        </LexerType>

Don't double our trouble

Just to make sure we, developers, are not doubling efforts, wanted to let you know of this one, that includes most (or all?) formats too:

Dracula

(Although I like your style better, but maybe some things can be copied from each other or maybe that's already the basis of the JetBeans one and I'm sorry to waste your time)

new JSON syntax

Hi,

The JSON syntax was changed in Notepad++

From (Darcula example):
<LexerType name="json" desc="JSON" ext=""> <WordsStyle name="DEFAULT" styleID="11" fgColor="A9B7C6" bgColor="2B2B2B" fontName="" fontStyle="0" fontSize="" /> <WordsStyle name="NUMBER" styleID="4" fgColor="6897BB" bgColor="2B2B2B" fontName="" fontStyle="0" fontSize="">ContentScroller</WordsStyle> <WordsStyle name="STRING DOUBLE QUOTE" styleID="6" fgColor="6A8759" bgColor="2B2B2B" fontName="" fontStyle="0" fontSize="" /> <WordsStyle name="STRING SINGLE QUOTE" styleID="7" fgColor="6A8759" bgColor="2B2B2B" fontName="" fontStyle="0" fontSize="" /> <WordsStyle name="BOOLEAN NULL" styleID="5" fgColor="CC7832" bgColor="2B2B2B" fontName="" fontStyle="0" fontSize="" keywordClass="instre1">endfunction endif</WordsStyle> <WordsStyle name="OPERATOR" styleID="10" fgColor="A9B7C6" bgColor="2B2B2B" fontName="" fontStyle="0" fontSize="" /> </LexerType>

To (new Default example):
<LexerType name="json" desc="JSON" ext=""> <WordsStyle name="DEFAULT" styleID="0" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" fontSize="" /> <WordsStyle name="NUMBER" styleID="1" fgColor="FF8000" bgColor="FFFFFF" fontName="" fontStyle="0" fontSize="" /> <WordsStyle name="STRING" styleID="2" fgColor="800000" bgColor="FFFFFF" fontName="" fontStyle="0" fontSize="" /> <WordsStyle name="STRINGEOL" styleID="3" fgColor="808080" bgColor="FFFFFF" fontName="" fontStyle="0" fontSize="" /> <WordsStyle name="PROPERTYNAME" styleID="4" fgColor="8000FF" bgColor="FFFFFF" fontName="" fontStyle="0" fontSize="" /> <WordsStyle name="ESCAPESEQUENCE" styleID="5" fgColor="0000FF" bgColor="FFFFFF" fontName="" fontStyle="1" fontSize="" /> <WordsStyle name="LINECOMMENT" styleID="6" fgColor="008000" bgColor="FFFFFF" fontName="" fontStyle="0" fontSize="" /> <WordsStyle name="BLOCKCOMMENT" styleID="7" fgColor="008000" bgColor="FFFFFF" fontName="" fontStyle="0" fontSize="" /> <WordsStyle name="OPERATOR" styleID="8" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" fontSize="" /> <WordsStyle name="URI" styleID="9" fgColor="0000FF" bgColor="FFFFFF" fontName="" fontStyle="0" fontSize="" /> <WordsStyle name="COMPACTIRI" styleID="10" fgColor="0000FF" bgColor="FFFFFF" fontName="" fontStyle="1" fontSize="" /> <WordsStyle name="KEYWORD" styleID="11" fgColor="18AF8A" bgColor="FFFFFF" fontName="" fontStyle="1" fontSize="" keywordClass="instre1"/> <WordsStyle name="LDKEYWORD" styleID="12" fgColor="FF0000" bgColor="FFFFFF" fontName="" fontStyle="0" fontSize="" keywordClass="instre2" /> <WordsStyle name="ERROR" styleID="13" fgColor="FFFF80" bgColor="FF0000" fontName="" fontStyle="0" fontSize="" /> </LexerType>

If you can update it. Thanks!

OScript support

Hi,

Thanks for making this theme!

Can you add support for OScript?

It's a new supported language in Notepadd++ 7.5.

Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.