Add support for PASS

This concerns the major mode: https://github.com/NicolasPetton/pass
This commit is contained in:
Protesilaos Stavrou 2019-11-03 21:05:03 +02:00
parent 2c267eceec
commit 4cf3842f79
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA
3 changed files with 9 additions and 0 deletions

View file

@ -87,6 +87,7 @@ the "full support" may not be 100% true…
+ mu4e
+ org-mode*
+ outline-mode
+ pass
+ rainbow-delimiters
+ speedbar
+ swiper

View file

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

View file

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