emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/apropospriate-theme 4ebe12e 059/118: fix foreground color


From: ELPA Syncer
Subject: [nongnu] elpa/apropospriate-theme 4ebe12e 059/118: fix foreground color references
Date: Thu, 21 Oct 2021 18:02:22 -0400 (EDT)

branch: elpa/apropospriate-theme
commit 4ebe12e479980852187bf135a5b3e65aa53091d8
Author: justin talbott <justin@waymondo.com>
Commit: justin talbott <justin@waymondo.com>

    fix foreground color references
---
 apropospriate.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/apropospriate.el b/apropospriate.el
index 9c50c9f..511d3b1 100644
--- a/apropospriate.el
+++ b/apropospriate.el
@@ -180,9 +180,9 @@
      `(ido-virtual ((,class (:foreground ,cyan))))
      `(ido-vertical-match-face ((,class (:foreground ,yellow))))
      `(ivy-current-match ((,class (:foreground unspecified :background 
,light-emphasis))))
-     `(ivy-confirm-face ((,class (:foregroud ,green))))
-     `(ivy-match-required-face ((,class (:foregroud ,red))))
-     `(ivy-remote ((,class (:foregroud ,cyan))))
+     `(ivy-confirm-face ((,class (:foreground ,green))))
+     `(ivy-match-required-face ((,class (:foreground ,red))))
+     `(ivy-remote ((,class (:foreground ,cyan))))
      `(ivy-virtual ((,class (:inherit ido-virtual))))
      `(ivy-minibuffer-match-face-1 ((,class (:background ,light-emphasis-2))))
      `(ivy-minibuffer-match-face-2 ((,class (:inherit match))))
@@ -385,7 +385,7 @@
      `(magit-blame-heading ((,class (:foreground unspecified :background 
unspecified))))
      `(magit-diff-hunk-heading ((,class (:foreground ,base01))))
      `(magit-diff-hunk-heading-highlight ((,class (:inherit 
magit-diff-hunk-heading :background ,base00-1))))
-     `(magit-diff-hunk-heading-selection ((,class (:foregroud unspecified))))
+     `(magit-diff-hunk-heading-selection ((,class (:foreground unspecified))))
      `(magit-diff-lines-heading ((,class (:background unspecified))))
      `(magit-popup-argument ((,class (:foreground ,base02))))
      `(magit-popup-disabled-argument ((,class (:foreground ,base01))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]