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

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

[elpa] externals/modus-operandi-theme f923fbe 001/112: Add support for I


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme f923fbe 001/112: Add support for INTERACTION-LOG (issue #16)
Date: Mon, 30 Mar 2020 15:59:25 -0400 (EDT)

branch: externals/modus-operandi-theme
commit f923fbe07fdc32b2a3505892ba3dff800da8106a
Author: Protesilaos Stavrou <address@hidden>
Commit: Protesilaos Stavrou <address@hidden>

    Add support for INTERACTION-LOG (issue #16)
---
 README.org              | 1 +
 modus-operandi-theme.el | 8 ++++++++
 modus-vivendi-theme.el  | 8 ++++++++
 3 files changed, 17 insertions(+)

diff --git a/README.org b/README.org
index 643d130..1ff185f 100644
--- a/README.org
+++ b/README.org
@@ -252,6 +252,7 @@ the "full support" may not be 100% true…
 + imenu-list
 + info
 + info-colors
++ interaction-log
 + isearch, occur, etc.
 + ivy*
 + ivy-posframe
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 319435a..8649707 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -142,6 +142,7 @@
 ;;     imenu-list
 ;;     info
 ;;     info-colors
+;;     interaction-log
 ;;     isearch, occur, etc.
 ;;     ivy
 ;;     ivy-posframe
@@ -1401,6 +1402,13 @@ between foreground and background is >= 7:1)."
    `(info-colors-ref-item-type ((,class (:foreground ,magenta-alt))))
    `(info-colors-ref-item-user-option ((,class (:foreground ,cyan))))
    `(info-colors-ref-item-variable ((,class (:foreground ,cyan))))
+   ;;;; interaction-log
+   `(ilog-buffer-face ((,class (:foreground ,magenta-alt-other))))
+   `(ilog-change-face ((,class (:foreground ,magenta-alt))))
+   `(ilog-echo-face ((,class (:foreground ,yellow-alt-other))))
+   `(ilog-load-face ((,class (:foreground ,green))))
+   `(ilog-message-face ((,class (:foreground ,fg-alt))))
+   `(ilog-non-change-face ((,class (:foreground ,blue))))
    ;;;; isearch, occur, and the like
    `(isearch ((,class (:inherit modus-theme-intense-green :weight bold))))
    `(isearch-fail ((,class (:inherit modus-theme-refine-red))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index e352c90..87e63d5 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -142,6 +142,7 @@
 ;;     imenu-list
 ;;     info
 ;;     info-colors
+;;     interaction-log
 ;;     isearch, occur, etc.
 ;;     ivy
 ;;     ivy-posframe
@@ -1401,6 +1402,13 @@ between foreground and background is >= 7:1)."
    `(info-colors-ref-item-type ((,class (:foreground ,magenta-alt))))
    `(info-colors-ref-item-user-option ((,class (:foreground ,cyan))))
    `(info-colors-ref-item-variable ((,class (:foreground ,cyan))))
+   ;;;; interaction-log
+   `(ilog-buffer-face ((,class (:foreground ,magenta-alt-other))))
+   `(ilog-change-face ((,class (:foreground ,magenta-alt))))
+   `(ilog-echo-face ((,class (:foreground ,yellow-alt-other))))
+   `(ilog-load-face ((,class (:foreground ,green))))
+   `(ilog-message-face ((,class (:foreground ,fg-alt))))
+   `(ilog-non-change-face ((,class (:foreground ,blue))))
    ;;;; isearch, occur, and the like
    `(isearch ((,class (:inherit modus-theme-intense-green :weight bold))))
    `(isearch-fail ((,class (:inherit modus-theme-refine-red))))



reply via email to

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