branch: externals/modus-operandi-theme
commit b0c0fd1a1022018409e312861d763aba12e21d99
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Add support for SIDE-NOTES
---
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 00c5f29..f87a702 100644
--- a/README.org
+++ b/README.org
@@ -328,6 +328,7 @@ the "full support" may not be 100% true…
+ sesman
+ shell-script-mode
+ show-paren-mode
++ side-notes
+ skewer-mode
+ smart-mode-line
+ smartparens
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 3f7cc22..4acdd6d 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -213,6 +213,7 @@
;; sesman
;; shell-script-mode
;; show-paren-mode
+;; side-notes
;; skewer-mode
;; smart-mode-line
;; smartparens
@@ -2352,6 +2353,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))))
+ ;;;; side-notes
+ `(side-notes ((,class (:background ,bg-dim :foreground ,fg-dim))))
;;;; skewer-mode
`(skewer-error-face ((,class (:foreground ,red :underline t))))
;;;; smart-mode-line
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 806a6c3..109849b 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -213,6 +213,7 @@
;; sesman
;; shell-script-mode
;; show-paren-mode
+;; side-notes
;; skewer-mode
;; smart-mode-line
;; smartparens
@@ -2354,6 +2355,8 @@ between foreground and background is >= 7:1)."
`(show-paren-mismatch ((,class (:inherit modus-theme-intense-red))))
;;;; skewer-mode
`(skewer-error-face ((,class (:foreground ,red :underline t))))
+ ;;;; side-notes
+ `(side-notes ((,class (:background ,bg-dim :foreground ,fg-dim))))
;;;; smart-mode-line
`(sml/charging ((,class (:foreground ,green-active))))
`(sml/discharging ((,class (:foreground ,red-active))))