Add support for PERSP-MODE (fork of `perspective')

This commit is contained in:
Protesilaos Stavrou 2019-12-12 16:52:11 +02:00
parent 4eb1f0fbf9
commit f5c934b53f
No known key found for this signature in database
GPG Key ID: 99BD6459CD5CA3EA
3 changed files with 9 additions and 0 deletions

View File

@ -220,6 +220,7 @@ the "full support" may not be 100% true…
+ org-mode*
+ outline-mode
+ pass
+ persp-mode
+ perspective
+ prodigy
+ rainbow-blocks

View File

@ -1200,6 +1200,10 @@ between foreground and background is >= 7:1)."
`(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))))
;;;; persp-mode
`(persp-face-lighter-buffer-not-in-persp ((,class (:inherit modus-theme-intense-red))))
`(persp-face-lighter-default ((,class (:foreground ,blue-active :weight bold))))
`(persp-face-lighter-nil-persp ((,class (:foreground ,fg-active :weight bold))))
;;;; perspective
`(persp-selected-face ((,class (:foreground ,blue-active :weight bold))))
;;;; prodigy

View File

@ -1200,6 +1200,10 @@ between foreground and background is >= 7:1)."
`(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))))
;;;; persp-mode
`(persp-face-lighter-buffer-not-in-persp ((,class (:inherit modus-theme-intense-red))))
`(persp-face-lighter-default ((,class (:foreground ,blue-active :weight bold))))
`(persp-face-lighter-nil-persp ((,class (:foreground ,fg-active :weight bold))))
;;;; perspective
`(persp-selected-face ((,class (:foreground ,blue-active :weight bold))))
;;;; prodigy