branch: externals/modus-operandi-theme
commit 99f420efbdf03c571ea9f572edd14847160bbe0a
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Add support for SYSLOG-MODE
Addresses issue 23:
https://gitlab.com/protesilaos/modus-themes/-/issues/23
---
README.org | 1 +
modus-operandi-theme.el | 11 +++++++++++
modus-vivendi-theme.el | 11 +++++++++++
3 files changed, 23 insertions(+)
diff --git a/README.org b/README.org
index 26692a4..d3c9aac 100644
--- a/README.org
+++ b/README.org
@@ -316,6 +316,7 @@ the "full support" may not be 100% true…
+ swiper
+ sx
+ symbol-overlay
++ syslog-mode
+ telephone-line
+ term
+ transient (pop-up windows like Magit's)
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 677b295..633c30e 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -206,6 +206,7 @@
;; swiper
;; sx
;; symbol-overlay
+;; syslog-mode
;; telephone-line
;; term
;; transient (pop-up windows like Magit's)
@@ -2206,6 +2207,16 @@ between foreground and background is >= 7:1)."
`(symbol-overlay-face-6 ((,class (:inherit modus-theme-refine-red))))
`(symbol-overlay-face-7 ((,class (:inherit modus-theme-intense-cyan))))
`(symbol-overlay-face-8 ((,class (:inherit modus-theme-refine-cyan))))
+ ;;;; syslog-mode
+ `(syslog-debug ((,class (:foreground ,cyan-alt-other :weight bold))))
+ `(syslog-error ((,class (:foreground ,red :weight bold))))
+ `(syslog-file ((,class (:foreground ,fg-special-cold :weight bold))))
+ `(syslog-hide ((,class (:background ,bg-main :foreground ,fg-main))))
+ `(syslog-hour ((,class (:foreground ,magenta-alt-other :weight bold))))
+ `(syslog-info ((,class (:foreground ,blue-alt-other :weight bold))))
+ `(syslog-ip ((,class (:foreground ,fg-special-mild :weight bold :underline
t))))
+ `(syslog-su ((,class (:foreground ,red-alt :weight bold))))
+ `(syslog-warn ((,class (:foreground ,yellow :weight bold))))
;;;; telephone-line
`(telephone-line-accent-active ((,class (:background ,fg-inactive
:foreground ,bg-inactive))))
`(telephone-line-accent-inactive ((,class (:background ,bg-active
:foreground ,fg-active))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 0c2ab12..183ff0a 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -206,6 +206,7 @@
;; swiper
;; sx
;; symbol-overlay
+;; syslog-mode
;; telephone-line
;; term
;; transient (pop-up windows like Magit's)
@@ -2206,6 +2207,16 @@ between foreground and background is >= 7:1)."
`(symbol-overlay-face-6 ((,class (:inherit modus-theme-refine-red))))
`(symbol-overlay-face-7 ((,class (:inherit modus-theme-intense-cyan))))
`(symbol-overlay-face-8 ((,class (:inherit modus-theme-refine-cyan))))
+ ;;;; syslog-mode
+ `(syslog-debug ((,class (:foreground ,cyan-alt-other :weight bold))))
+ `(syslog-error ((,class (:foreground ,red :weight bold))))
+ `(syslog-file ((,class (:foreground ,fg-special-cold :weight bold))))
+ `(syslog-hide ((,class (:background ,bg-main :foreground ,fg-main))))
+ `(syslog-hour ((,class (:foreground ,magenta-alt-other :weight bold))))
+ `(syslog-info ((,class (:foreground ,blue-alt-other :weight bold))))
+ `(syslog-ip ((,class (:foreground ,fg-special-mild :weight bold :underline
t))))
+ `(syslog-su ((,class (:foreground ,red-alt :weight bold))))
+ `(syslog-warn ((,class (:foreground ,yellow :weight bold))))
;;;; telephone-line
`(telephone-line-accent-active ((,class (:background ,fg-inactive
:foreground ,bg-inactive))))
`(telephone-line-accent-inactive ((,class (:background ,bg-active
:foreground ,fg-active))))