Emacs color theme that replicates IntelliJ's Darkula theme.
- Add the
emacs-color-theme-darkula
directory to your Emacscustom-theme-load-path
- Add
(load-theme 'Darkula t)
to your Emacs init file. - Reload the init file, or restart Emacs.
- Download and install [color-theme].
- Add the
emacs-color-theme-darkula
directory to your Emacsload-path
. - Add
(require 'Darkula-theme)
to your Emacs init file (usually~/.emacs
). - Reload the init file, or restart Emacs.
- Use the usual [color-theme] mechanism to select the Darkula theme, or
M-x color-theme-Darkula
.