A simple dark theme for coding in the midnight.
Add joker-theme.el to your load-theme, then enable joker theme.
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)))