%AppData% already expands to AppData\Roaming
%AppData%\Roaming will expand to AppData\Roaming\Roaming
This commit is contained in:
parent
3e0ec78890
commit
090e42bf08
@ -14,7 +14,7 @@ git clone https://github.com/dracula/notepad-plus-plus.git
|
|||||||
|
|
||||||
#### Activating theme
|
#### Activating theme
|
||||||
|
|
||||||
1. Go to `%AppData%\Roaming\Notepad++\themes` (`%AppData%` is platform dependent environment variable. Open a Command Prompt and execute `echo %AppData%`);
|
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;
|
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`. 💜
|
||||||
|
Loading…
Reference in New Issue
Block a user