tvl-depot/configs/shared/emacs/.emacs.d/elpa/doom-themes-20180909.1757/doom-themes-pkg.el

15 lines
475 B
EmacsLisp
Raw Normal View History

(define-package "doom-themes" "20180909.1757" "an opinionated pack of modern color-themes"
'((emacs "24.4")
(all-the-icons "1.0.0")
(cl-lib "0.5"))
:keywords
'("dark" "light" "blue" "atom" "one" "theme" "neotree" "icons" "faces" "nova")
:authors
'(("Henrik Lissner <http://github/hlissner>"))
:maintainer
'("Henrik Lissner" . "henrik@lissner.net")
:url "https://github.com/hlissner/emacs-doom-theme")
;; Local Variables:
;; no-byte-compile: t
;; End: