about summary refs log tree commit diff
path: root/configs/shared/emacs/.emacs.d/elpa/doom-themes-20180720.438/doom-themes-pkg.el
blob: d70fe7ae06ca0cadf440248312b7ee2e0fff952c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
(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: