solarized-emacs

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

commit 703708aa6cf20eff3689289706b045f87ce3f4b2
parent 16c2e086f039c0ed4089d92c8ed6fd9511062bbc
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Sun, 10 Jan 2021 01:44:57 +0100

change hydra-red-face to not being red color

red should only signals errors

Diffstat:
Msolarized-faces.el | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solarized-faces.el b/solarized-faces.el @@ -880,7 +880,7 @@ ((,class (,@(and (>= emacs-major-version 27) '(:extend t)) :background ,base02)))) ;;;;; hydra - `(hydra-face-red ((,class (:foreground ,red)))) + `(hydra-face-red ((,class (:foreground ,base1 :weight bold)))) `(hydra-face-blue ((,class (:foreground ,blue)))) `(hydra-face-amaranth ((,class (:foreground ,orange)))) `(hydra-face-pink ((,class (:foreground ,magenta))))