branch: externals/modus-operandi-theme
commit fe713336a114ca28ee4a88f4949750457eff8df0
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Add support for SESMAN
---
README.org | 1 +
modus-operandi-theme.el | 7 +++++++
modus-vivendi-theme.el | 7 +++++++
3 files changed, 15 insertions(+)
diff --git a/README.org b/README.org
index 090376e..1abd041 100644
--- a/README.org
+++ b/README.org
@@ -308,6 +308,7 @@ the "full support" may not be 100% true…
+ regexp-builder (also known as =re-builder=)
+ rmail
+ ruler-mode
++ sesman
+ shell-script-mode
+ show-paren-mode
+ smart-mode-line
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 2511c99..f67b928 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -198,6 +198,7 @@
;; regexp-builder (also known as `re-builder')
;; rmail
;; ruler-mode
+;; sesman
;; shell-script-mode
;; show-paren-mode
;; smart-mode-line
@@ -2171,6 +2172,12 @@ between foreground and background is >= 7:1)."
`(ruler-mode-margins ((,class (:inherit ruler-mode-default :foreground
,bg-main))))
`(ruler-mode-pad ((,class (:background ,bg-active :foreground
,fg-inactive))))
`(ruler-mode-tab-stop ((,class (:inherit ruler-mode-default :foreground
,yellow-active))))
+ ;;;; sesman
+ `(sesman-browser-button-face ((,class (:foreground ,blue-alt-other
:underline t))))
+ `(sesman-browser-highligh-face ((,class (:inherit
modus-theme-subtle-blue))))
+ `(sesman-buffer-face ((,class (:foreground ,magenta))))
+ `(sesman-directory-face ((,class (:foreground ,blue :weight bold))))
+ `(sesman-project-face ((,class (:foreground ,magenta-alt-other :weight
bold))))
;;;; shell-script-mode
`(sh-heredoc ((,class (:foreground ,blue-alt))))
`(sh-quoted-exec ((,class (:foreground ,magenta-alt :weight
,modus-theme-bold))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index f77a922..d45136f 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -198,6 +198,7 @@
;; regexp-builder (also known as `re-builder')
;; rmail
;; ruler-mode
+;; sesman
;; shell-script-mode
;; show-paren-mode
;; smart-mode-line
@@ -2171,6 +2172,12 @@ between foreground and background is >= 7:1)."
`(ruler-mode-margins ((,class (:inherit ruler-mode-default :foreground
,bg-main))))
`(ruler-mode-pad ((,class (:background ,bg-active :foreground
,fg-inactive))))
`(ruler-mode-tab-stop ((,class (:inherit ruler-mode-default :foreground
,yellow-active))))
+ ;;;; sesman
+ `(sesman-browser-button-face ((,class (:foreground ,blue-alt-other
:underline t))))
+ `(sesman-browser-highligh-face ((,class (:inherit
modus-theme-subtle-blue))))
+ `(sesman-buffer-face ((,class (:foreground ,magenta))))
+ `(sesman-directory-face ((,class (:foreground ,blue :weight bold))))
+ `(sesman-project-face ((,class (:foreground ,magenta-alt-other :weight
bold))))
;;;; shell-script-mode
`(sh-heredoc ((,class (:foreground ,blue-alt))))
`(sh-quoted-exec ((,class (:foreground ,magenta-alt :weight
,modus-theme-bold))))