solarized-emacs

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

commit 9c9beda61809f124fbabbd2e67e8f2f47b4ecd44
parent 4ff45accd1ce2cfae13a41e7d5c5c38fba5681c3
Author: Bozhidar Batsov <bozhidar@batsov.dev>
Date:   Tue, 28 Jul 2026 10:09:16 +0200

Complete anzu and git-timemachine coverage

anzu had only its mode-line face; add the match and replace
highlights.  git-timemachine gains the commit face to go with the
author and detail ones.

Diffstat:
Msolarized-faces.el | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/solarized-faces.el b/solarized-faces.el @@ -328,6 +328,12 @@ `(android-mode-warning-face ((,class (:foreground ,yellow)))) ;;;;; anzu-mode `(anzu-mode-line ((,class (:foreground ,yellow :weight bold)))) + `(anzu-mode-line-no-match ((,class (:foreground ,red :weight bold)))) + `(anzu-match-1 ((,class (:foreground ,base03 :background ,green)))) + `(anzu-match-2 ((,class (:foreground ,base03 :background ,orange)))) + `(anzu-match-3 ((,class (:foreground ,base03 :background ,blue)))) + `(anzu-replace-highlight ((,class (:foreground ,base03 :background ,red)))) + `(anzu-replace-to ((,class (:foreground ,base03 :background ,green :weight bold)))) ;;;;; asciidoc-mode `(asciidoc-document-title-face ((,class (:foreground ,blue :weight bold ,@(when solarized-scale-markdown-headlines @@ -907,6 +913,7 @@ ;;;;; git-timemachine `(git-timemachine-minibuffer-author-face ((,class (:foreground ,orange)))) `(git-timemachine-minibuffer-detail-face ((,class (:foreground ,yellow)))) + `(git-timemachine-commit ((,class (:foreground ,orange :weight bold)))) ;;;;; gnus `(gnus-group-mail-1 ((,class (:weight bold :inherit gnus-group-mail-1-empty)))) `(gnus-group-mail-1-empty ((,class (:inherit gnus-group-news-1-empty))))