diff --git a/README.md b/README.md index 8167b13..5c5ec1a 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Lunarized Colorscheme for Emacs =============================== Stolen from Ethan Schoonover by Greg Pfeil -. Desaturated [lunarized] version by Jacopo De +. Desaturated (lunarized) version by Jacopo De Simoi All credit for the emacs adaptation go to Greg Pfeil @@ -12,7 +12,7 @@ Greg Pfeil 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 other applications. @@ -24,10 +24,14 @@ Screenshots Downloads --------- -If you have come across this colorscheme via the [Emacs-only repository] on -github, see the link above to the Solarized homepage or visit the main [Solarized repository]. +If you have come across this colorscheme via the [Emacs-only +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 repository]: https://github.com/altercation/solarized diff --git a/color-theme-lunarized.el b/color-theme-lunarized.el index 2d7ac00..95e0a3d 100644 --- a/color-theme-lunarized.el +++ b/color-theme-lunarized.el @@ -1,5 +1,7 @@ -;;; Author: Ethan Schoonover, Lunarized; Greg Pfeil, Emacs adaptation -;;; URL: http://ethanschoonover.com/lunarized +;;; Author: Ethan Schoonover, Solarized; +;;; 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. @@ -25,7 +27,7 @@ ;;;###autoload (defun color-theme-lunarized () "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) (color-theme-install `(color-theme-lunarized () () ,@(lunarized-color-definitions)))) @@ -39,13 +41,13 @@ Ported to Emacs by Greg Pfeil, http://ethanschoonover.com/lunarized." ;;;###autoload (defun color-theme-lunarized-dark () "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")) (color-theme-lunarized)) ;;;###autoload (defun color-theme-lunarized-light () "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")) (color-theme-lunarized))