branch: elpa/apropospriate-theme
commit cddb2a40688b1dac8e0c62595bdffc0c6b5d40a3
Author: justin talbott <[email protected]>
Commit: justin talbott <[email protected]>

    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