branch: elpa/apropospriate-theme
commit 4ebe12e479980852187bf135a5b3e65aa53091d8
Author: justin talbott <[email protected]>
Commit: justin talbott <[email protected]>
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))))