f2b9bdb589
On https://draculatheme.com/notepad-plus-plus "Dracula.xml" is written twice in blue (making me think they both were hyperlinks) but the second one isn't clickable. This change makes Dracula.xml clickable in both locations.
19 lines
889 B
Markdown
19 lines
889 B
Markdown
### [Notepad++](https://notepad-plus-plus.org/)
|
|
|
|
#### Install using Git
|
|
|
|
If you are a git user, you can install the theme and keep up to date by cloning the repo:
|
|
|
|
$ git clone https://github.com/dracula/notepad-plus-plus.git
|
|
|
|
#### Install manually
|
|
* Download using the [Dracula.xml](https://raw.githubusercontent.com/dracula/notepad-plus-plus/master/Dracula.xml) link or
|
|
* Download using the [GitHub .zip download](https://github.com/dracula/notepad-plus-plus/archive/master.zip) option and unzip them.
|
|
|
|
#### Activating theme
|
|
|
|
1. Go to `%AppData%\Notepad++\themes` (%AppData% is platform dependent environment variable. Open a Command Prompt and execute `echo %AppData%`)
|
|
2. Place [`Dracula.xml`](https://raw.githubusercontent.com/dracula/notepad-plus-plus/master/Dracula.xml) inside that folder
|
|
3. Restart Notepad++
|
|
4. Dracula will be available in `Settings > Style Configurator`
|