add lisp packages
This commit is contained in:
1023
lisp/spacemacs-theme/spacemacs-common.el
Normal file
1023
lisp/spacemacs-theme/spacemacs-common.el
Normal file
File diff suppressed because it is too large
Load Diff
7
lisp/spacemacs-theme/spacemacs-dark-theme.el
Normal file
7
lisp/spacemacs-theme/spacemacs-dark-theme.el
Normal file
@@ -0,0 +1,7 @@
|
||||
(require 'spacemacs-common)
|
||||
|
||||
(deftheme spacemacs-dark "Spacemacs theme, the dark version")
|
||||
|
||||
(create-spacemacs-theme 'dark 'spacemacs-dark)
|
||||
|
||||
(provide-theme 'spacemacs-dark)
|
||||
7
lisp/spacemacs-theme/spacemacs-light-theme.el
Normal file
7
lisp/spacemacs-theme/spacemacs-light-theme.el
Normal file
@@ -0,0 +1,7 @@
|
||||
(require 'spacemacs-common)
|
||||
|
||||
(deftheme spacemacs-light "Spacemacs theme, the light version")
|
||||
|
||||
(create-spacemacs-theme 'light 'spacemacs-light)
|
||||
|
||||
(provide-theme 'spacemacs-light)
|
||||
6
lisp/spacemacs-theme/spacemacs-theme-pkg.el
Normal file
6
lisp/spacemacs-theme/spacemacs-theme-pkg.el
Normal file
@@ -0,0 +1,6 @@
|
||||
(define-package "spacemacs-theme" "20200615.1304" "Color theme with a dark and light versions" 'nil :commit "e39254159a4fa99a1a92037e4ae23216d362aab1" :keywords
|
||||
'("color" "theme")
|
||||
:url "https://github.com/nashamri/spacemacs-theme")
|
||||
;; Local Variables:
|
||||
;; no-byte-compile: t
|
||||
;; End:
|
||||
Reference in New Issue
Block a user