Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/webketje/notepad-plus-plus-duotone-dark-theme

5 clean, duotone Notepad++ themes port based on https://github.com/sallar/vscode-duotone-dark.
https://github.com/webketje/notepad-plus-plus-duotone-dark-theme

color-scheme color-theme duotone-themes notepad-plus-plus notepadplusplus syntax-highlighting syntax-theme themes

Last synced: 11 days ago
JSON representation

5 clean, duotone Notepad++ themes port based on https://github.com/sallar/vscode-duotone-dark.

Awesome Lists containing this project

README

        

Notepad++ logo







5 clean, duotone Notepad++ themes.


Adapted from VSCode DuoTone Dark color schemes.

---

![Screenshot](assets/duotone-dark-for-notepad-plus-plus.png)

## Install

Download the latest 7zip or zip release from [Releases](https://github.com/webketje/notepad-plus-plus-duotone-dark-theme/releases/latest) and extract it to your Notepad++ themes directory.
You can also extract the themes somewhere else, start Notepad++ and import them through the Settings menu, Import > Import style theme(s)....

![](assets/install-npp.png)

Alternatively, you can install with command-line by doing (requires Node & NPM):

```batch
git clone https://github.com/webketje/notepad-plus-plus-duotone-dark-theme.git
cd notepad-plus-plus-duotone-dark-theme
npm install
set "NPP_PATH=C:\Path\to\Notepad++"
npm run test
```

## Support

### Languages

Currently supported: C, C#, C++, Objective-C, HTML, XML, YML, PHP, Java, Javascript, Typescript, VueJS, JSON, CSS, SASS, SCSS, SQL, Python, Makefile, bash, batch, LaTeX, R, Powershell, Ruby, diff

### User-defined languages

In 5 themes: markdown (better), Dockerfile

### Config files

Currently supported: .env, .ini, .prettierrc, .eslintrc, .gitmodules, .gitattributes

## Development

You need [NodeJS](https://nodejs.org). Clone the repo, run `npm install`, tweak `theme.xml`, then run `npm run build`. `npm run zip` will also create a ZIP & 7Zip archive in the `/dist` folder, however you will need to install 7-Zip first.

### Contribution

Please report issues/bugs, feature requests and suggestions for improvements to the [issue tracker](https://github.com/webketje/notepad-plus-plus-duotone-dark-theme/issues).

Copyright © 2019 webketje