diff --git a/README.org b/README.org index 198a28a..a558492 100644 --- a/README.org +++ b/README.org @@ -87,6 +87,7 @@ the "full support" may not be 100% true… + mu4e + org-mode* + outline-mode ++ pass + rainbow-delimiters + speedbar + swiper diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el index f4ddbaa..a12eb2b 100644 --- a/modus-operandi-theme.el +++ b/modus-operandi-theme.el @@ -846,6 +846,10 @@ between foreground and background is >= 7:1)." `(outline-6 ((,class (:inherit (org-level-6))))) `(outline-7 ((,class (:inherit (org-level-7))))) `(outline-8 ((,class (:inherit (org-level-8))))) + ;;;; pass + `(pass-mode-directory-face ((,class (:foreground ,fg-special-cold :weight bold)))) + `(pass-mode-entry-face ((,class (:inherit (default))))) + `(pass-mode-header-face ((,class (:foreground ,fg-special-warm)))) ;;;; rainbow-delimiters `(rainbow-delimiters-base-face ((,class (:foreground ,fg-main)))) `(rainbow-delimiters-depth-1-face ((,class (:foreground ,green-alt-other)))) diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el index 4b399f8..0efddaf 100644 --- a/modus-vivendi-theme.el +++ b/modus-vivendi-theme.el @@ -846,6 +846,10 @@ between foreground and background is >= 7:1)." `(outline-6 ((,class (:inherit (org-level-6))))) `(outline-7 ((,class (:inherit (org-level-7))))) `(outline-8 ((,class (:inherit (org-level-8))))) + ;;;; pass + `(pass-mode-directory-face ((,class (:foreground ,fg-special-cold :weight bold)))) + `(pass-mode-entry-face ((,class (:inherit (default))))) + `(pass-mode-header-face ((,class (:foreground ,fg-special-warm)))) ;;;; rainbow-delimiters `(rainbow-delimiters-base-face ((,class (:foreground ,fg-main)))) `(rainbow-delimiters-depth-1-face ((,class (:foreground ,green-alt-other))))