Añadido theme spacemacs.
This commit is contained in:
1023
elpa/spacemacs-theme-20200615.1304/spacemacs-common.el
Normal file
1023
elpa/spacemacs-theme-20200615.1304/spacemacs-common.el
Normal file
File diff suppressed because it is too large
Load Diff
@ -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)
|
BIN
elpa/spacemacs-theme-20200615.1304/spacemacs-dark-theme.elc
Normal file
BIN
elpa/spacemacs-theme-20200615.1304/spacemacs-dark-theme.elc
Normal file
Binary file not shown.
@ -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)
|
BIN
elpa/spacemacs-theme-20200615.1304/spacemacs-light-theme.elc
Normal file
BIN
elpa/spacemacs-theme-20200615.1304/spacemacs-light-theme.elc
Normal file
Binary file not shown.
@ -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
|
@ -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