Fix some comments

master
Jacopo De Simoi 7 years ago
parent d49a5e646b
commit 7db1b6f29a
  1. 14
      README.md
  2. 12
      color-theme-lunarized.el

@ -3,7 +3,7 @@ Lunarized Colorscheme for Emacs
=============================== ===============================
Stolen from Ethan Schoonover <es@ethanschoonover.com> by Greg Pfeil Stolen from Ethan Schoonover <es@ethanschoonover.com> by Greg Pfeil
<greg@technomadic.org>. Desaturated [lunarized] version by Jacopo De <greg@technomadic.org>. Desaturated (lunarized) version by Jacopo De
Simoi <wilderkde@gmail.com> All credit for the emacs adaptation go to Simoi <wilderkde@gmail.com> All credit for the emacs adaptation go to
Greg Pfeil Greg Pfeil
@ -12,7 +12,7 @@ Greg Pfeil
Visit the [Solarized homepage] Visit the [Solarized homepage]
------------------------------ ------------------------------
See the [Solarized homepage] for screenshots, See the [Solarized homepage] for screenshots of the original colorscheme,
details and colorscheme versions for Vim, Mutt, popular terminal emulators and details and colorscheme versions for Vim, Mutt, popular terminal emulators and
other applications. other applications.
@ -24,10 +24,14 @@ Screenshots
Downloads Downloads
--------- ---------
If you have come across this colorscheme via the [Emacs-only repository] on If you have come across this colorscheme via the [Emacs-only
github, see the link above to the Solarized homepage or visit the main [Solarized repository]. repository] on github, see the link above to the Solarized homepage or
visit the main [Solarized repository].
The [Emacs-only repository] is kept in sync with the main [Solarized repository]. Issues, bug reports, changelogs that are not specific to the Emacs implementation should be submitted to the main [Solarized repository]. The [Emacs-only repository] is kept in sync with the main [Solarized
repository]. Issues, bug reports, changelogs that are not specific to
the Emacs implementation should be submitted to the main [Solarized
repository].
[Solarized homepage]: http://ethanschoonover.com/solarized [Solarized homepage]: http://ethanschoonover.com/solarized
[Solarized repository]: https://github.com/altercation/solarized [Solarized repository]: https://github.com/altercation/solarized

@ -1,5 +1,7 @@
;;; Author: Ethan Schoonover, Lunarized; Greg Pfeil, Emacs adaptation ;;; Author: Ethan Schoonover, Solarized;
;;; URL: http://ethanschoonover.com/lunarized ;;; Author: Greg Pfeil, Emacs adaptation;
;;; Author: Jacopo De Simoi desaturated fork.
;;; URL: http://ethanschoonover.com/solarized
;;; This file is not (YET) part of GNU Emacs. ;;; This file is not (YET) part of GNU Emacs.
@ -25,7 +27,7 @@
;;;###autoload ;;;###autoload
(defun color-theme-lunarized () (defun color-theme-lunarized ()
"Color theme by Ethan Schoonover, created 2011-03-24. "Color theme by Ethan Schoonover, created 2011-03-24.
Ported to Emacs by Greg Pfeil, http://ethanschoonover.com/lunarized." Ported to Emacs by Greg Pfeil, http://ethanschoonover.com/solarized."
(interactive) (interactive)
(color-theme-install (color-theme-install
`(color-theme-lunarized () () ,@(lunarized-color-definitions)))) `(color-theme-lunarized () () ,@(lunarized-color-definitions))))
@ -39,13 +41,13 @@ Ported to Emacs by Greg Pfeil, http://ethanschoonover.com/lunarized."
;;;###autoload ;;;###autoload
(defun color-theme-lunarized-dark () (defun color-theme-lunarized-dark ()
"Color theme by Ethan Schoonover, created 2011-03-24. "Color theme by Ethan Schoonover, created 2011-03-24.
Ported to Emacs by Greg Pfeil, http://ethanschoonover.com/lunarized." Ported to Emacs by Greg Pfeil, http://ethanschoonover.com/solarized."
(declare (obsolete color-theme-lunarized "2013-05-01")) (declare (obsolete color-theme-lunarized "2013-05-01"))
(color-theme-lunarized)) (color-theme-lunarized))
;;;###autoload ;;;###autoload
(defun color-theme-lunarized-light () (defun color-theme-lunarized-light ()
"Color theme by Ethan Schoonover, created 2011-03-24. "Color theme by Ethan Schoonover, created 2011-03-24.
Ported to Emacs by Greg Pfeil, http://ethanschoonover.com/lunarized." Ported to Emacs by Greg Pfeil, http://ethanschoonover.com/solarized."
(declare (obsolete color-theme-lunarized "2013-05-01")) (declare (obsolete color-theme-lunarized "2013-05-01"))
(color-theme-lunarized)) (color-theme-lunarized))

Loading…
Cancel
Save