8 lines
177 B
EmacsLisp
8 lines
177 B
EmacsLisp
|
(require 'spacemacs-common)
|
||
|
|
||
|
(deftheme spacemacs-light "Spacemacs theme, the light version")
|
||
|
|
||
|
(create-spacemacs-theme 'light 'spacemacs-light)
|
||
|
|
||
|
(provide-theme 'spacemacs-light)
|