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

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

[elpa] externals/modus-vivendi-theme c3238e2 12/35: Tweak 'log-edit-head


From: Stefan Monnier
Subject: [elpa] externals/modus-vivendi-theme c3238e2 12/35: Tweak 'log-edit-header', add 'change-log-function'
Date: Wed, 24 Jun 2020 12:42:47 -0400 (EDT)

branch: externals/modus-vivendi-theme
commit c3238e2276d77c04ac5ac50179333d2efb9748ef
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Tweak 'log-edit-header', add 'change-log-function'
---
 modus-operandi-theme.el | 3 ++-
 modus-vivendi-theme.el  | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 7c9c36b..3a6a4c3 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -1072,9 +1072,10 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(change-log-date ((,class (:foreground ,magenta))))
    `(change-log-email ((,class (:foreground ,cyan))))
    `(change-log-file ((,class (:foreground ,blue))))
+   `(change-log-function ((,class (:foreground ,green-alt-other))))
    `(change-log-list ((,class (:foreground ,magenta-alt-other))))
    `(change-log-name ((,class (:foreground ,cyan))))
-   `(log-edit-header ((,class (:foreground ,blue-alt :weight bold))))
+   `(log-edit-header ((,class (:foreground ,green-alt-other :weight bold))))
    `(log-edit-summary ((,class (:foreground ,magenta-alt-other))))
    `(log-edit-unknown-header ((,class (:foreground ,fg-alt))))
    `(log-view-file ((,class (:foreground ,fg-special-cold :weight bold))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index e86513d..e55bf26 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -1072,9 +1072,10 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(change-log-date ((,class (:foreground ,magenta))))
    `(change-log-email ((,class (:foreground ,cyan))))
    `(change-log-file ((,class (:foreground ,blue))))
+   `(change-log-function ((,class (:foreground ,green-alt-other))))
    `(change-log-list ((,class (:foreground ,magenta-alt-other))))
    `(change-log-name ((,class (:foreground ,cyan))))
-   `(log-edit-header ((,class (:foreground ,blue-alt :weight bold))))
+   `(log-edit-header ((,class (:foreground ,green-alt-other :weight bold))))
    `(log-edit-summary ((,class (:foreground ,magenta-alt-other))))
    `(log-edit-unknown-header ((,class (:foreground ,fg-alt))))
    `(log-view-file ((,class (:foreground ,fg-special-cold :weight bold))))



reply via email to

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