branch: externals/modus-operandi-theme
commit 8e3237d9cef254f6aad3f1f2aac80e1b11cbd72d
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Add support for KAOCHA-RUNNER
Addresses issue 23:
https://gitlab.com/protesilaos/modus-themes/-/issues/23
---
README.org | 1 +
modus-operandi-theme.el | 5 +++++
modus-vivendi-theme.el | 5 +++++
3 files changed, 11 insertions(+)
diff --git a/README.org b/README.org
index 0d0f27a..26692a4 100644
--- a/README.org
+++ b/README.org
@@ -268,6 +268,7 @@ the "full support" may not be 100% true…
+ jira (org-jira)
+ js2-mode
+ jupyter
++ kaocha-runner
+ keycast
+ line numbers (=display-line-numbers-mode= and global variant)
+ lsp-mode
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 6610064..677b295 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -158,6 +158,7 @@
;; jira (org-jira)
;; js2-mode
;; jupyter
+;; kaocha-runner
;; keycast
;; line numbers (`display-line-numbers-mode' and global variant)
;; lsp-mode
@@ -1549,6 +1550,10 @@ between foreground and background is >= 7:1)."
`(jupyter-repl-input-prompt ((,class (:foreground ,cyan-alt-other))))
`(jupyter-repl-output-prompt ((,class (:foreground ,magenta-alt-other))))
`(jupyter-repl-traceback ((,class (:inherit modus-theme-intense-red))))
+ ;;;; kaocha-runner
+ `(kaocha-runner-error-face ((,class (:foreground ,red))))
+ `(kaocha-runner-success-face ((,class (:foreground ,green))))
+ `(kaocha-runner-warning-face ((,class (:foreground ,yellow))))
;;;; keycast
`(keycast-command ((,class (:foreground ,blue-active :weight bold))))
`(keycast-key ((,class (:inherit modus-theme-active-blue))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 7149791..0c2ab12 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -158,6 +158,7 @@
;; jira (org-jira)
;; js2-mode
;; jupyter
+;; kaocha-runner
;; keycast
;; line numbers (`display-line-numbers-mode' and global variant)
;; lsp-mode
@@ -1549,6 +1550,10 @@ between foreground and background is >= 7:1)."
`(jupyter-repl-input-prompt ((,class (:foreground ,cyan-alt-other))))
`(jupyter-repl-output-prompt ((,class (:foreground ,magenta-alt-other))))
`(jupyter-repl-traceback ((,class (:inherit modus-theme-intense-red))))
+ ;;;; kaocha-runner
+ `(kaocha-runner-error-face ((,class (:foreground ,red))))
+ `(kaocha-runner-success-face ((,class (:foreground ,green))))
+ `(kaocha-runner-warning-face ((,class (:foreground ,yellow))))
;;;; keycast
`(keycast-command ((,class (:foreground ,blue-active :weight bold))))
`(keycast-key ((,class (:inherit modus-theme-active-blue))))