spacemacs/core/libs/spacemacs-theme/spacemacs-dark-theme.el

8 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)