dotfiles

🎜 Clone'em, tweak'em, stick'em in your $HOME 🎝
git clone https://git.kevinlegouguec.net/dotfiles
Log | Files | Refs | README

commit 2a775e7d589fae2dafff0ac46dcbab492d0b04b2
parent e0bb836f3f825ec0bcc22fe94239a0e1d6b7f398
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Sat, 10 Jun 2023 23:13:42 +0200

Fixup function name for theme helper

This declines a hue for both background and foreground use.

Diffstat:
M.emacs.d/eighters-theme.el | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.emacs.d/eighters-theme.el b/.emacs.d/eighters-theme.el @@ -12,7 +12,7 @@ 'color-rgb-to-hex `(,@(color-hsl-to-rgb h s l) 2))) -(defun eighters-decline-hue-bg (name light-step) +(defun eighters-decline-hue (name light-step) (interactive (list (read-color "Color to decline? ") (read-number "Light step? (1–100) ")))