Smol fix

This commit is contained in:
luxonauta 2023-04-26 16:00:45 -03:00
parent 7cdaba970c
commit 8712603492

View File

@ -4,15 +4,20 @@
If you are a git user, you can install the theme and keep up to date by cloning the repo: If you are a git user, you can install the theme and keep up to date by cloning the repo:
```bash
git clone https://github.com/dracula/notepad-plus-plus.git git clone https://github.com/dracula/notepad-plus-plus.git
```
#### Install manually #### 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. - 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 #### Activating theme
1. Go to `%AppData%\Notepad++\themes` (%AppData% is platform dependent environment variable. Open a Command Prompt and execute `echo %AppData%`) 1. Go to `%AppData%\Roaming\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 2. Place [`Dracula.xml`](https://raw.githubusercontent.com/dracula/notepad-plus-plus/master/Dracula.xml) inside that folder;
3. Restart Notepad++ 3. Restart Notepad++;
4. Dracula will be available in `Settings > Style Configurator` 4. Dracula will be available in `Settings > Style Configurator`.