a colorscheme for emacs
inspired by neon genesis evangelion.
Heavily based on the theme evangelion.nvim by xero harrison.
If the package is in your load-path, you can use the following use-package form to set evangelion
as your theme.
(use-package evangelion-theme
:custom
;; `nil' to disable background for comments
(evangelion-comment-background-enabled . t)
:config (load-theme 'evangelion t))