8 lines
157 B
EmacsLisp
8 lines
157 B
EmacsLisp
(require 'havoc-common)
|
|
|
|
(deftheme havoc-light "Adaptation of default Emacs theme.")
|
|
|
|
(create-havoc-theme 'light 'havoc-light)
|
|
|
|
(provide-theme 'havoc-light)
|