Add support for POWERLINE

This commit is contained in:
Protesilaos Stavrou 2019-12-18 14:44:39 +02:00
parent 72475dede0
commit fb73db6371
No known key found for this signature in database
GPG Key ID: 99BD6459CD5CA3EA
3 changed files with 15 additions and 0 deletions

View File

@ -225,6 +225,7 @@ the "full support" may not be 100% true…
+ pass
+ persp-mode
+ perspective
+ powerline
+ prodigy
+ rainbow-blocks
+ rainbow-delimiters

View File

@ -1239,6 +1239,13 @@ between foreground and background is >= 7:1)."
`(persp-face-lighter-nil-persp ((,class (:foreground ,fg-active :weight bold))))
;;;; perspective
`(persp-selected-face ((,class (:foreground ,blue-active :weight bold))))
;;;; powerline
`(powerline-active0 ((,class (:background ,fg-inactive :foreground ,bg-inactive))))
`(powerline-active1 ((,class (:background ,bg-active :foreground ,fg-active))))
`(powerline-active2 ((,class (:background ,bg-alt :foreground ,fg-active))))
`(powerline-inactive0 ((,class (:background ,bg-inactive :foreground ,fg-inactive))))
`(powerline-inactive1 ((,class (:background ,bg-alt :foreground ,fg-alt))))
`(powerline-inactive2 ((,class (:background ,bg-main :foreground ,fg-alt))))
;;;; prodigy
`(prodigy-green-face ((,class (:foreground ,green))))
`(prodigy-red-face ((,class (:foreground ,red))))

View File

@ -1239,6 +1239,13 @@ between foreground and background is >= 7:1)."
`(persp-face-lighter-nil-persp ((,class (:foreground ,fg-active :weight bold))))
;;;; perspective
`(persp-selected-face ((,class (:foreground ,blue-active :weight bold))))
;;;; powerline
`(powerline-active0 ((,class (:background ,fg-inactive :foreground ,bg-inactive))))
`(powerline-active1 ((,class (:background ,bg-active :foreground ,fg-active))))
`(powerline-active2 ((,class (:background ,bg-alt :foreground ,fg-active))))
`(powerline-inactive0 ((,class (:background ,bg-inactive :foreground ,fg-inactive))))
`(powerline-inactive1 ((,class (:background ,bg-alt :foreground ,fg-alt))))
`(powerline-inactive2 ((,class (:background ,bg-main :foreground ,fg-alt))))
;;;; prodigy
`(prodigy-green-face ((,class (:foreground ,green))))
`(prodigy-red-face ((,class (:foreground ,red))))