solarized-emacs

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

commit 100542418b19859f9828114eeaed2be1071367bb
parent 0f0b1129cf51c85904f9e015da4fcca5f5f7a4ce
Author: Arteen Abrishami <114886331+arteen1000@users.noreply.github.com>
Date:   Fri,  4 Aug 2023 12:11:39 -0700

Update solarized.el
Diffstat:
Msolarized.el | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/solarized.el b/solarized.el @@ -251,8 +251,8 @@ The Returned color-palette has the same format as `solarized-color-palette'" ;;; Setup Start (defmacro solarized-with-color-variables (variant theme-name color-palette &optional childtheme-sexp) "Eval `solarized-definition' in solarized COLOR-PALETTE for THEME-NAME. -VARIANT is 'dark or 'light. -When optional argument CHILDTHEME-SEXP sexp is supplied it's invoked to further +VARIANT is \\='dark or \\='light. +When optional argument CHILDTHEME-SEXP sexp is supplied it\\='s invoked to further customize the resulting theme." (declare (indent defun)) (let ((color-palette* (eval color-palette)))