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

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

[nongnu] elpa/apropospriate-theme 295b419 093/118: added hi-lock faces


From: ELPA Syncer
Subject: [nongnu] elpa/apropospriate-theme 295b419 093/118: added hi-lock faces
Date: Thu, 21 Oct 2021 18:02:30 -0400 (EDT)

branch: elpa/apropospriate-theme
commit 295b41930a04a704645181c0a0fd8ad8350a6557
Author: NeoISE <NeoISE@users.noreply.github.com>
Commit: justin talbott <justin@waymondo.com>

    added hi-lock faces
---
 apropospriate.el | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/apropospriate.el b/apropospriate.el
index 9c79fec..9f49d24 100644
--- a/apropospriate.el
+++ b/apropospriate.el
@@ -622,7 +622,16 @@ Set to `1.0' or nil to prevent font size manipulation."
      `(hydra-face-blue ((,class (:foreground ,blue :bold t))))
      `(hydra-face-amaranth ((,class (:foreground ,red-1 :bold t))))
      `(hydra-face-pink ((,class (:foreground ,pink :bold t))))
-     `(hydra-face-teal ((,class (:foreground ,cyan :bold t)))))
+     `(hydra-face-teal ((,class (:foreground ,cyan :bold t))))
+     `(hi-yellow ((,class (:inherit highlight :foreground ,yellow 
:inverse-video t))))
+     `(hi-pink ((,class (:inherit highlight :foreground ,pink :inverse-video 
t))))
+     `(hi-green ((,class (:inherit highlight :foreground ,green :inverse-video 
t))))
+     `(hi-blue ((,class (:inherit highlight :foreground ,blue :inverse-video 
t))))
+     `(hi-black-b ((,class (:inherit highlight :foreground ,light-emphasis 
:inverse-video t :bold t))))
+     `(hi-blue-b ((,class (:inherit hi-blue :bold t))))
+     `(hi-green-b ((,class (:inherit hi-green :bold t))))
+     `(hi-red-b ((,class (:inherit highlight :foreground ,red :inverse-video t 
:bold t))))
+     `(hi-black-hb ((,class (:inherit hi-black-b :height 1.2)))))
 
     (custom-theme-set-variables
      theme-name



reply via email to

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