Añadido theme spacemacs.

This commit is contained in:
kj
2020-08-02 02:33:44 -04:00
parent 6528f78257
commit 592baf02ae
8 changed files with 1112 additions and 7 deletions

File diff suppressed because it is too large Load Diff

View 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)

View 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)

View File

@ -0,0 +1,45 @@
;;; spacemacs-theme-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
(add-to-list 'load-path (directory-file-name
(or (file-name-directory #$) (car load-path))))
;;;### (autoloads nil "spacemacs-common" "spacemacs-common.el" (0
;;;;;; 0 0 0))
;;; Generated autoloads from spacemacs-common.el
(when load-file-name (add-to-list 'custom-theme-load-path (file-name-as-directory (file-name-directory load-file-name))))
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "spacemacs-common" '("create-spacemacs-theme" "true-color-p" "spacemacs-theme-")))
;;;***
;;;### (autoloads nil "spacemacs-dark-theme" "spacemacs-dark-theme.el"
;;;;;; (0 0 0 0))
;;; Generated autoloads from spacemacs-dark-theme.el
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "spacemacs-dark-theme" '("spacemacs-dark")))
;;;***
;;;### (autoloads nil "spacemacs-light-theme" "spacemacs-light-theme.el"
;;;;;; (0 0 0 0))
;;; Generated autoloads from spacemacs-light-theme.el
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "spacemacs-light-theme" '("spacemacs-light")))
;;;***
;;;### (autoloads nil nil ("spacemacs-theme-pkg.el") (0 0 0 0))
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; coding: utf-8
;; End:
;;; spacemacs-theme-autoloads.el ends here

View 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: