emacs.d/elpa/spacemacs-theme-20191227.1039/spacemacs-dark-theme.el
2019-12-29 11:23:16 +01:00

7 lines
172 B
EmacsLisp

(require 'spacemacs-common)
(deftheme spacemacs-dark "Spacemacs theme, the dark version")
(create-spacemacs-theme 'dark 'spacemacs-dark)
(provide-theme 'spacemacs-dark)