branch: externals/modus-operandi-theme
commit 1dd7c56c5b7a338dcc5ed32d44316819761a6ebf
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
General refinements to `change-log' and `log-view'
---
modus-operandi-theme.el | 12 ++++++------
modus-vivendi-theme.el | 12 ++++++------
2 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 760b023..b9b137c 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -808,14 +808,14 @@ between foreground and background is >= 7:1)."
`(centaur-tabs-unselected ((,class (:background ,bg-tab-inactive
:foreground ,fg-dim))))
`(centaur-tabs-unselected-modified ((,class (:background ,bg-tab-inactive
:foreground ,fg-dim :slant italic))))
;;;; change-log and log-view (`vc-print-log' and `vc-print-root-log')
- `(change-log-acknowledgment ((,class (:foreground ,yellow-nuanced))))
+ `(change-log-acknowledgment ((,class (:foreground ,fg-special-warm))))
`(change-log-conditionals ((,class (:foreground ,magenta-alt))))
- `(change-log-date ((,class (:foreground ,magenta-nuanced))))
- `(change-log-email ((,class (:foreground ,cyan-nuanced))))
- `(change-log-file ((,class (:foreground ,blue-nuanced))))
+ `(change-log-date ((,class (:foreground ,magenta))))
+ `(change-log-email ((,class (:foreground ,cyan))))
+ `(change-log-file ((,class (:foreground ,blue))))
`(change-log-list ((,class (:foreground ,magenta-alt-other))))
- `(change-log-name ((,class (:foreground ,cyan-nuanced))))
- `(log-edit-header ((,class (:foreground ,blue :weight bold))))
+ `(change-log-name ((,class (:foreground ,cyan))))
+ `(log-edit-header ((,class (:foreground ,blue-alt :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 82f0faa..b96529b 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -808,14 +808,14 @@ between foreground and background is >= 7:1)."
`(centaur-tabs-unselected ((,class (:background ,bg-tab-inactive
:foreground ,fg-dim))))
`(centaur-tabs-unselected-modified ((,class (:background ,bg-tab-inactive
:foreground ,fg-dim :slant italic))))
;;;; change-log and log-view (`vc-print-log' and `vc-print-root-log')
- `(change-log-acknowledgment ((,class (:foreground ,yellow-nuanced))))
+ `(change-log-acknowledgment ((,class (:foreground ,fg-special-warm))))
`(change-log-conditionals ((,class (:foreground ,magenta-alt))))
- `(change-log-date ((,class (:foreground ,magenta-nuanced))))
- `(change-log-email ((,class (:foreground ,cyan-nuanced))))
- `(change-log-file ((,class (:foreground ,blue-nuanced))))
+ `(change-log-date ((,class (:foreground ,magenta))))
+ `(change-log-email ((,class (:foreground ,cyan))))
+ `(change-log-file ((,class (:foreground ,blue))))
`(change-log-list ((,class (:foreground ,magenta-alt-other))))
- `(change-log-name ((,class (:foreground ,cyan-nuanced))))
- `(log-edit-header ((,class (:foreground ,blue :weight bold))))
+ `(change-log-name ((,class (:foreground ,cyan))))
+ `(log-edit-header ((,class (:foreground ,blue-alt :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))))