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

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

[elpa] externals/modus-operandi-theme 3bd7eac 36/54: Add support for JOU


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme 3bd7eac 36/54: Add support for JOURNALCTL-MODE
Date: Thu, 4 Jun 2020 08:20:17 -0400 (EDT)

branch: externals/modus-operandi-theme
commit 3bd7eac09dbcfd293549cf4e2138945ba1792a7a
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Add support for JOURNALCTL-MODE
    
    This is a new package.  It may still need some review.
    
    This commit should address issue 47:
    https://gitlab.com/protesilaos/modus-themes/-/issues/47
---
 README.org              | 1 +
 modus-operandi-theme.el | 9 +++++++++
 modus-vivendi-theme.el  | 9 +++++++++
 3 files changed, 19 insertions(+)

diff --git a/README.org b/README.org
index a08f011..b8cca80 100644
--- a/README.org
+++ b/README.org
@@ -745,6 +745,7 @@ the "full support" may not be 100% true…
 + ivy*
 + ivy-posframe
 + jira (org-jira)
++ journalctl-mode
 + js2-mode
 + julia
 + jupyter
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 4f8235b..b8effb7 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -193,6 +193,7 @@
 ;;     ivy
 ;;     ivy-posframe
 ;;     jira (org-jira)
+;;     journalctl-mode
 ;;     js2-mode
 ;;     julia
 ;;     jupyter
@@ -2123,6 +2124,14 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(jiralib-link-filter-face ((,class (:underline t))))
    `(jiralib-link-issue-face ((,class (:underline t))))
    `(jiralib-link-project-face ((,class (:underline t))))
+   ;;;; journalctl-mode
+   `(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-starting-face ((,class (:foreground ,green))))
+   `(journalctl-timestamp-face ((,class (:foreground ,fg-alt))))
+   `(journalctl-warning-face ((,class (:foreground ,yellow :weight bold))))
    ;;;; js2-mode
    `(js2-error ((,class (:foreground ,red))))
    `(js2-external-variable ((,class (:foreground ,cyan-alt-other))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 5b1f246..2f1f898 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -193,6 +193,7 @@
 ;;     ivy
 ;;     ivy-posframe
 ;;     jira (org-jira)
+;;     journalctl-mode
 ;;     js2-mode
 ;;     julia
 ;;     jupyter
@@ -2123,6 +2124,14 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(jiralib-link-filter-face ((,class (:underline t))))
    `(jiralib-link-issue-face ((,class (:underline t))))
    `(jiralib-link-project-face ((,class (:underline t))))
+   ;;;; journalctl-mode
+   `(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-starting-face ((,class (:foreground ,green))))
+   `(journalctl-timestamp-face ((,class (:foreground ,fg-alt))))
+   `(journalctl-warning-face ((,class (:foreground ,yellow :weight bold))))
    ;;;; js2-mode
    `(js2-error ((,class (:foreground ,red))))
    `(js2-external-variable ((,class (:foreground ,cyan-alt-other))))



reply via email to

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