branch: externals/modus-vivendi-theme commit c3238e2276d77c04ac5ac50179333d2efb9748ef Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@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))))