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

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

[nongnu] elpa/apropospriate-theme 8dec42a 097/118: updated colors for vr


From: ELPA Syncer
Subject: [nongnu] elpa/apropospriate-theme 8dec42a 097/118: updated colors for vr/match-* and vr/group-* faces
Date: Thu, 21 Oct 2021 18:02:30 -0400 (EDT)

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

    updated colors for vr/match-* and vr/group-* faces
---
 apropospriate.el | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/apropospriate.el b/apropospriate.el
index f4a951d..d79571f 100644
--- a/apropospriate.el
+++ b/apropospriate.el
@@ -640,11 +640,11 @@ Set to `1.0' or nil to prevent font size manipulation."
      `(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))))
-     `(vr/match-0 ((,class (:background ,teal))))
-     `(vr/match-1 ((,class (:background ,teal-1))))
-     `(vr/group-0 ((,class (:background ,blue))))
-     `(vr/group-1 ((,class (:background ,indigo))))
-     `(vr/group-2 ((,class (:background ,purple))))
+     `(vr/match-0 ((,class (:background ,light-emphasis-1))))
+     `(vr/match-1 ((,class (:background ,light-emphasis-2))))
+     `(vr/group-0 ((,class (:foreground ,red :bold t))))
+     `(vr/group-1 ((,class (:foreground ,orange :bold t))))
+     `(vr/group-2 ((,class (:foreground ,green :bold t))))
      `(vr/match-separator-face ((,class (:foreground ,red :bold t)))))
 
     (custom-theme-set-variables



reply via email to

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