Add theme module for spacemacs-dark theme

This commit is contained in:
2017-12-15 13:23:15 +00:00
parent 6f76b1fe39
commit a7391340ff

View File

@@ -0,0 +1,14 @@
;;; siren-theme-spacemacs-dark.el --- jimeh's Emacs Siren: spacemacs-dark theme.
;;; Commentary:
;; Setup for spacemacs-dark theme.
;;; Code:
(siren-require-packages '(spacemacs-theme))
(require 'spacemacs-dark-theme)
(provide 'siren-theme-spacemacs-dark)
;;; siren-theme-spacemacs-dark.el ends here