Emacs

Dracula

Dark theme for Emacs and 355+ apps

StarFork

Emacs Theme Preview

82,188 views

Emacs

Install in Emacs 28+

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

Install using MELPA

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

Install using Homebrew

brew install emacs-dracula

Install manually

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)

Configure

Some aspects of this theme are customizable. You can change them by doing M-x customize-group dracula. Then restart Emacs to apply them.

Stay up to date

Get updates about this theme and more. 7,399 people enjoy it.

Contributors

This theme wouldn't exist without these people. Wanna help too? Check the repository on GitHub.

  • milouse
  • film42
  • zenorocha
  • Nollo
  • eigengrau
  • benreyn
  • shpark
  • apierz
  • gilbertw1
  • dinojr
  • mikolajb
  • tsdh
  • kekeimiku
  • avelino
  • devmotion
  • evandavis
  • TxGVNN
  • matt-continuousdelta
  • purcell
  • TheBaronHimself
  • nikhilka08
  • vsalvino
  • kaiwk
  • Wilfred
  • mackong
  • mattclegg
  • GuillermoGAndres
Edit this documentation on GitHub.

Made with by Zeno Rocha
under MIT license