8 lines
156 B
EmacsLisp
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)
|