M-x package-install <RET> dracula-theme
brew install emacs-dracula
Add the emacs theme files to ~/.emacs.d/themes
.
To load a theme add the following to your init.el
(add-to-list 'custom-theme-load-path "~/.emacs.d/themes")
(load-theme 'dracula t)
Some aspects of this theme are customizable. You can change them by
doing M-x customize-group dracula
. Then restart Emacs to apply them.
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