Dracula is available in NonGNU Elpa and thus, will be directly available starting from that version of Emacs.
M-x package-install <RET> dracula-theme
First, make sure to have enabled MELPA repository in your configuration;
Then, you will find dracula in the regular package listing.
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. π