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

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

[nongnu] elpa/moe-theme 392a7854bc 292/352: volatile-highlights: add sam


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme 392a7854bc 292/352: volatile-highlights: add same color as used for 'region'
Date: Fri, 7 Jan 2022 03:59:57 -0500 (EST)

branch: elpa/moe-theme
commit 392a7854bc7fa6083500a3003681fd5375faa350
Author: Sean Farley <sean@farley.io>
Commit: Sean Farley <sean@farley.io>

    volatile-highlights: add same color as used for 'region'
---
 moe-dark-theme.el  | 3 +++
 moe-light-theme.el | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index dc1e61725b..28ef66aa15 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -771,6 +771,9 @@ Moe, moe, kyun!")
    `(ido-virtual ((,class (:foreground ,magenta-3))))
 
 
+   ;; volatile-highlights
+   `(vhl/default-face ((,class (:foreground ,black-3 :background ,green-0))))
+
    ;; notmuch
    `(notmuch-search-unread-face ((,class (:weight bold))))
 
diff --git a/moe-light-theme.el b/moe-light-theme.el
index e102ae0e49..19076e8c91 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -768,6 +768,9 @@ Moe, moe, kyun!")
    `(ido-subdir ((,class (:foreground ,blue-1 :bold t))))
    `(ido-virtual ((,class (:foreground ,magenta-3))))
 
+   ;; volatile-highlights
+   `(vhl/default-face ((,class (:foreground ,white-0 :background ,blue-1))))
+
    ;; notmuch
    `(notmuch-search-unread-face ((,class (:weight bold))))
 



reply via email to

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