idea-darkula-theme icon indicating copy to clipboard operation
idea-darkula-theme copied to clipboard

Emacs theme based on IntelliJ IDEA Darkula theme

idea-darkula-theme

================== This theme is based on IntelliJ IDEAs Darkula theme.

Screenshots

idea-darkula

Installation

Easiest way to install using MELPA. If you have MELPA installed, run

    M-x package-install RET idea-darkula-theme RET

Alternatively put the this directory to the custom-theme-load and add the following to your init file:

    (push (substitute-in-file-name "~/.emacs.d/idea-darkula-theme/") custom-theme-load-path)
    (load-theme 'idea-darkula t)