branch: externals/modus-operandi-theme
commit f4233e6efa4b62ad392dd202481762d98f39ecaf
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Minor refinements to JOURNALCTL-MODE
    
    These tweaks should make the affected columns easier to tell apart,
    while also keeping a consistent rhythm.
---
 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 8947e4e..1dc4f12 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -2129,9 +2129,9 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(journalctl-error-face ((,class (:foreground ,red :weight bold))))
    `(journalctl-finished-face ((,class (:foreground ,green :weight bold))))
    `(journalctl-host-face ((,class (:foreground ,blue))))
-   `(journalctl-process-face ((,class (:foreground ,cyan))))
+   `(journalctl-process-face ((,class (:foreground ,cyan-alt-other))))
    `(journalctl-starting-face ((,class (:foreground ,green))))
-   `(journalctl-timestamp-face ((,class (:foreground ,fg-alt))))
+   `(journalctl-timestamp-face ((,class (:foreground ,fg-special-cold))))
    `(journalctl-warning-face ((,class (:foreground ,yellow :weight bold))))
    ;;;; js2-mode
    `(js2-error ((,class (:foreground ,red))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 19b68c8..b8ddf93 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -2129,9 +2129,9 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(journalctl-error-face ((,class (:foreground ,red :weight bold))))
    `(journalctl-finished-face ((,class (:foreground ,green :weight bold))))
    `(journalctl-host-face ((,class (:foreground ,blue))))
-   `(journalctl-process-face ((,class (:foreground ,cyan))))
+   `(journalctl-process-face ((,class (:foreground ,cyan-alt-other))))
    `(journalctl-starting-face ((,class (:foreground ,green))))
-   `(journalctl-timestamp-face ((,class (:foreground ,fg-alt))))
+   `(journalctl-timestamp-face ((,class (:foreground ,fg-special-cold))))
    `(journalctl-warning-face ((,class (:foreground ,yellow :weight bold))))
    ;;;; js2-mode
    `(js2-error ((,class (:foreground ,red))))

Reply via email to