Skip to content

Commit

Permalink
Update solarized.el
Browse files Browse the repository at this point in the history
  • Loading branch information
arteen1000 authored and thomasf committed Aug 5, 2023
1 parent 0f0b112 commit 1005424
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions solarized.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)))
Expand Down

0 comments on commit 1005424

Please sign in to comment.