/joker-theme

A minimal theme for emacs.

Primary LanguageEmacs Lisp

Joker Theme

A simple dark theme for coding in the midnight.

Installation

Add joker-theme.el to your load-theme, then enable joker theme.

Tips

If you using a WM and have a nice border color, you may want to set joker-theme-main-color to that color.

You may want to disable fringe in minibuffer

(add-hook 'after-make-frame-functions
          (lambda (frame)
            (set-window-fringes
             (minibuffer-window frame) 0 0 nil t)))

screenshot

screenshot