mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
Add theme module for spacemacs-dark theme
This commit is contained in:
14
themes/siren-theme-spacemacs-dark.el
Normal file
14
themes/siren-theme-spacemacs-dark.el
Normal 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
|
||||
Reference in New Issue
Block a user