emacs-dracula

Dark color theme for Emacs with vibrant Dracula color palette

brewmacoslinux
Try with needOr install directly
Source

About

Dark color theme available for a number of editors

Commands

emacs

Examples

Enable Dracula theme in Emacs by adding to init file$ echo '(load-theme \'dracula t)' >> ~/.emacs.d/init.el
Launch Emacs with Dracula theme$ emacs
Apply theme interactively in running Emacs session$ M-x load-theme RET dracula RET