solarized-emacs

a fork of Bozhidar Batsov's solarized-emacs
git clone https://git.trogloxene.org/solarized-emacs.git
Log | Files | Refs | README

commit 17229b709af91b26314db760f063be7d88ad03b3
parent a8cb8af769db056f80b2020b60f6b22b37f31c4d
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Thu,  5 May 2016 10:33:38 +0200

Merge pull request #230 from purcell/patch-1

Autoload solarized-color-blend to avoid breaking customisation
Diffstat:
Msolarized.el | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/solarized.el b/solarized.el @@ -139,6 +139,7 @@ RED, GREEN, and BLUE should be numbers between 0.0 and 1.0, inclusive." (format "#%02x%02x%02x" (* red 255) (* green 255) (* blue 255))) +;;;###autoload (defun solarized-color-blend (color1 color2 alpha) "Blends COLOR1 onto COLOR2 with ALPHA.