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/pygments.git
Download using the GitHub .zip download option and unzip them.
You can generate the CSS stylesheet (also included in this repository) by using the included dracula.py
file and the Pygments Command Line Interface:
Download Pygments on your machine
Check install location by attempting to install again (may vary depending on Python setup, e.g., Anaconda) by running.
pip install Pygments
Which will return:
Requirement already satisfied: Pygments in /path/to/pygments
Therefore:
~/anaconda3/lib/python3.x/site-packages/pygments
/usr/local/lib/python3.x/dist-packages/pygments
Copy dracula.py
into the styles
folder.
Run the following command on your terminal:
pygmentize -S dracula -f html > dracula.css
Receive updates about this theme and more about Dracula.
This theme wouldn't exist without these people. Wanna help too? Check the repository on GitHub.
Made with ♥ by Zeno Rocha
under MIT license