branch: externals/modus-operandi-theme
commit c8f0af745ce5c3133d6853319045395ab46da86c
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
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))))