aboutsummaryrefslogtreecommitdiffstats
path: root/elpa/doom-themes-20220504.1557/doom-themes-pkg.el
blob: 648b14b0d7071a995f7371d127def8d4204a3a5f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
(define-package "doom-themes" "20220504.1557" "an opinionated pack of modern color-themes"
  '((emacs "25.1")
    (cl-lib "0.5"))
  :commit "cdbeb346aa19e4129014cb3ebab7e87c66b4a8da" :authors
  '(("Henrik Lissner" . "contact@henrik.io"))
  :maintainer
  '("Henrik Lissner" . "contact@henrik.io")
  :keywords
  '("themes" "faces")
  :url "https://github.com/doomemacs/themes")
;; Local Variables:
;; no-byte-compile: t
;; End: