This repository has been archived on 2022-11-18. You can view files and clone it, but cannot push or open issues or pull requests.
emacs/themes/havoc-dark-theme.el

8 lines
156 B
EmacsLisp

(require 'havoc-common)
(deftheme havoc-dark "Adaptation of underwater Emacs theme.")
(create-havoc-theme 'dark 'havoc-dark)
(provide-theme 'havoc-dark)