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-light-theme.el

8 lines
157 B
EmacsLisp
Raw Normal View History

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