strobe / emacs-color-theme-darkula

Emacs color theme that replicates IntelliJ's Darkula theme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

emacs-color-theme-darkula

Emacs color theme that replicates IntelliJ's Darkula theme.

Installation & Usage

Emacs 24

  1. Add the emacs-color-theme-darkula directory to your Emacs custom-theme-load-path
  2. Add (load-theme 'Darkula t) to your Emacs init file.
  3. Reload the init file, or restart Emacs.

[color-theme] (pre-Emacs 24)

  1. Download and install [color-theme].
  2. Add the emacs-color-theme-darkula directory to your Emacs load-path.
  3. Add (require 'Darkula-theme) to your Emacs init file (usually ~/.emacs).
  4. Reload the init file, or restart Emacs.
  5. Use the usual [color-theme] mechanism to select the Darkula theme, or M-x color-theme-Darkula.

About

Emacs color theme that replicates IntelliJ's Darkula theme

License:GNU General Public License v2.0


Languages

Language:Emacs Lisp 100.0%