8 lines
172 B
EmacsLisp
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)
|