Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/webketje/notepad-plus-plus-duotone-dark-theme
- Owner: webketje
- License: mit
- Created: 2019-10-03T21:56:57.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-09T20:56:05.000Z (over 1 year ago)
- Last Synced: 2024-10-20T16:14:10.648Z (19 days ago)
- Topics: color-scheme, color-theme, duotone-themes, notepad-plus-plus, notepadplusplus, syntax-highlighting, syntax-theme, themes
- Language: Objective-C
- Homepage:
- Size: 509 KB
- Stars: 36
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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