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

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

[elpa] externals/modus-operandi-theme e7ac643 062/112: Add support for S


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme e7ac643 062/112: Add support for SKEWER-MODE
Date: Mon, 30 Mar 2020 15:59:39 -0400 (EDT)

branch: externals/modus-operandi-theme
commit e7ac643a317e2a5c315b1ff5bb2c000d14f457f1
Author: Protesilaos Stavrou <address@hidden>
Commit: Protesilaos Stavrou <address@hidden>

    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))))



reply via email to

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