Skip to content

DogLooksGood/joker-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published