This commit is contained in:
Raymundo Vasquez Ruiz
2019-10-09 20:36:55 +02:00
commit 87240f58db
223 changed files with 100952 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
;;; zenburn-theme-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
(add-to-list 'load-path (directory-file-name
(or (file-name-directory #$) (car load-path))))
;;;### (autoloads nil "zenburn-theme" "zenburn-theme.el" (0 0 0 0))
;;; Generated autoloads from zenburn-theme.el
(defvar zenburn-override-colors-alist 'nil "\
Place to override default theme colors.
You can override a subset of the theme's default colors by
defining them in this alist.")
(custom-autoload 'zenburn-override-colors-alist "zenburn-theme" t)
(and load-file-name (boundp 'custom-theme-load-path) (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 "zenburn-theme" '("zenburn")))
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; coding: utf-8
;; End:
;;; zenburn-theme-autoloads.el ends here

View File

@@ -0,0 +1,2 @@
;;; -*- no-byte-compile: t -*-
(define-package "zenburn-theme" "20190809.1324" "A low contrast color theme for Emacs." 'nil :commit "4db36d32207613340dfc6a48fcf8e57a60d97ba3" :authors '(("Bozhidar Batsov" . "bozhidar@batsov.com")) :maintainer '("Bozhidar Batsov" . "bozhidar@batsov.com") :url "http://github.com/bbatsov/zenburn-emacs")

File diff suppressed because it is too large Load Diff