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

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

[nongnu] elpa/apropospriate-theme cddb2a4 056/118: add visual-bookmarks


From: ELPA Syncer
Subject: [nongnu] elpa/apropospriate-theme cddb2a4 056/118: add visual-bookmarks support
Date: Thu, 21 Oct 2021 18:02:22 -0400 (EDT)

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

    add visual-bookmarks support
---
 apropospriate.el | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/apropospriate.el b/apropospriate.el
index 5f98902..a5b7f21 100644
--- a/apropospriate.el
+++ b/apropospriate.el
@@ -512,7 +512,11 @@
      `(erc-pal-face ((,class (:foreground ,orange))))
      `(erc-prompt-face ((,class (:foreground ,orange :background ,base00 
:weight bold))))
      `(erc-timestamp-face ((,class (:foreground ,green))))
-     `(erc-underline-face ((,class (:underline t)))))
+     `(erc-underline-face ((,class (:underline t))))
+     `(bm-face ((,class (:inherit secondary-selection))))
+     `(bm-persistent-face ((,class (:inherit secondary-selection))))
+     `(bm-fringe-face ((,class (:inherit fringe))))
+     `(bm-fringe-persistent-face ((,class (:inherit fringe)))))
 
     (custom-theme-set-variables
      theme-name



reply via email to

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