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