tvl-depot/configs/shared/emacs/.emacs.d/elpa/doom-themes-20180720.438/doom-themes-pkg.el
William Carroll 17ee0e400b Support Vim, Tmux, Emacs with Stow
After moving off of Meta, Dotfiles has a greater responsibility to
manage configs. Vim, Tmux, and Emacs are now within Stow's purview.
2018-09-10 14:53:23 -04:00

10 lines
355 B
EmacsLisp

(define-package "doom-themes" "20180720.438" "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")
:url "https://github.com/hlissner/emacs-doom-theme")
;; Local Variables:
;; no-byte-compile: t
;; End: