branch: externals/modus-operandi-theme
commit e7ac643a317e2a5c315b1ff5bb2c000d14f457f1
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Add support for SKEWER-MODE
---
README.org | 1 +
modus-operandi-theme.el | 3 +++
modus-vivendi-theme.el | 3 +++
3 files changed, 7 insertions(+)
diff --git a/README.org b/README.org
index 9a1f771..a7a170e 100644
--- a/README.org
+++ b/README.org
@@ -317,6 +317,7 @@ the "full support" may not be 100% true…
+ sesman
+ shell-script-mode
+ show-paren-mode
++ skewer-mode
+ smart-mode-line
+ smartparens
+ smerge
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index f91f31b..81bb122 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -207,6 +207,7 @@
;; sesman
;; shell-script-mode
;; show-paren-mode
+;; skewer-mode
;; smart-mode-line
;; smartparens
;; smerge
@@ -2268,6 +2269,8 @@ between foreground and background is >= 7:1)."
`(show-paren-match ((,class (:background ,bg-paren-match :foreground
,fg-paren-match :weight bold))))
`(show-paren-match-expression ((,class (:inherit
modus-theme-special-calm))))
`(show-paren-mismatch ((,class (:inherit modus-theme-intense-red))))
+ ;;;; skewer-mode
+ `(skewer-error-face ((,class (:foreground ,red :underline t))))
;;;; smart-mode-line
`(sml/charging ((,class (:foreground ,green-active))))
`(sml/discharging ((,class (:foreground ,red-active))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 3960a7f..69cda1d 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -207,6 +207,7 @@
;; sesman
;; shell-script-mode
;; show-paren-mode
+;; skewer-mode
;; smart-mode-line
;; smartparens
;; smerge
@@ -2268,6 +2269,8 @@ between foreground and background is >= 7:1)."
`(show-paren-match ((,class (:background ,bg-paren-match :foreground
,fg-paren-match :weight bold))))
`(show-paren-match-expression ((,class (:inherit
modus-theme-special-calm))))
`(show-paren-mismatch ((,class (:inherit modus-theme-intense-red))))
+ ;;;; skewer-mode
+ `(skewer-error-face ((,class (:foreground ,red :underline t))))
;;;; smart-mode-line
`(sml/charging ((,class (:foreground ,green-active))))
`(sml/discharging ((,class (:foreground ,red-active))))