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

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

[elpa] externals/modus-operandi-theme c8f0af7 110/112: Make magit-log-{a


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme c8f0af7 110/112: Make magit-log-{author, date} colours more distinct
Date: Mon, 30 Mar 2020 15:59:50 -0400 (EDT)

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

    Make magit-log-{author,date} colours more distinct
---
 modus-operandi-theme.el | 4 ++--
 modus-vivendi-theme.el  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 7afa567..9443a2f 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -1884,8 +1884,8 @@ between foreground and background is >= 7:1)."
    `(magit-dimmed ((,class (:foreground ,fg-alt))))
    `(magit-filename ((,class (:foreground ,fg-special-cold))))
    `(magit-hash ((,class (:foreground ,fg-special-warm))))
-   `(magit-log-author ((,class (:foreground ,fg-special-mild))))
-   `(magit-log-date ((,class (:foreground ,fg-dim))))
+   `(magit-log-author ((,class (:foreground ,cyan))))
+   `(magit-log-date ((,class (:foreground ,magenta))))
    `(magit-log-graph ((,class (:foreground ,fg-dim))))
    `(magit-mode-line-process ((,class (:foreground ,blue-active :weight 
bold))))
    `(magit-mode-line-process-error ((,class (:foreground ,red-active :weight 
bold))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index f1272bd..cb01e2c 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -1884,8 +1884,8 @@ between foreground and background is >= 7:1)."
    `(magit-dimmed ((,class (:foreground ,fg-alt))))
    `(magit-filename ((,class (:foreground ,fg-special-cold))))
    `(magit-hash ((,class (:foreground ,fg-special-warm))))
-   `(magit-log-author ((,class (:foreground ,fg-special-mild))))
-   `(magit-log-date ((,class (:foreground ,fg-dim))))
+   `(magit-log-author ((,class (:foreground ,cyan))))
+   `(magit-log-date ((,class (:foreground ,magenta))))
    `(magit-log-graph ((,class (:foreground ,fg-dim))))
    `(magit-mode-line-process ((,class (:foreground ,blue-active :weight 
bold))))
    `(magit-mode-line-process-error ((,class (:foreground ,red-active :weight 
bold))))



reply via email to

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