Update solarized to lastest version 1.2.1
This commit is contained in:
parent
237279970e
commit
c798912058
4 changed files with 212 additions and 335 deletions
|
@ -1,5 +1,5 @@
|
|||
(define-package
|
||||
"solarized-theme"
|
||||
"1.1.0"
|
||||
"1.2.1"
|
||||
"The Solarized color theme, ported to Emacs."
|
||||
'((dash "2.6.0")))
|
||||
|
|
|
@ -63,10 +63,11 @@ in the format of solarized-theme.el."
|
|||
(if (get face 'theme-face)
|
||||
(format " ;; Already set by current theme!")
|
||||
"")))))
|
||||
faces)))
|
||||
faces)))
|
||||
|
||||
;; Local Variables:
|
||||
;; byte-compile-warnings: (not cl-functions)
|
||||
;; indent-tabs-mode: nil
|
||||
;; End:
|
||||
(provide 'solarized-theme-utils)
|
||||
;;; solarized-theme-utils.el ends here
|
||||
|
|
|
@ -1,4 +1,2 @@
|
|||
(require 'solarized-dark-theme)
|
||||
(require 'solarized-light-theme)
|
||||
|
||||
(require 'solarized)
|
||||
(provide 'solarized-theme)
|
||||
|
|
File diff suppressed because it is too large
Load diff
Reference in a new issue