Add support for COMPANY-POSFRAME

This commit is contained in:
Protesilaos Stavrou 2019-12-08 15:01:15 +02:00
parent 8c48c02904
commit f50540a799
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA
3 changed files with 9 additions and 0 deletions

View file

@ -161,6 +161,7 @@ the "full support" may not be 100% true…
+ aw
+ column-enforce-mode
+ company-mode*
+ company-posframe
+ compilation-mode
+ completions
+ custom (M-x customize)

View file

@ -358,6 +358,10 @@ between foreground and background is >= 7:1)."
`(company-tooltip-search ((,class (:inherit modus-theme-subtle-green))))
`(company-tooltip-search-selection ((,class (:inherit modus-theme-intense-green))))
`(company-tooltip-selection ((,class (:inherit modus-theme-intense-cyan))))
;;;; company-posframe
`(company-posframe-active-backend-name ((,class (:background ,bg-active :foreground ,blue-active :weight bold))))
`(company-posframe-inactive-backend-name ((,class (:background ,bg-active :foreground ,fg-active))))
`(company-posframe-metadata ((,class (:background ,bg-inactive :foreground ,fg-inactive))))
;;;; compilation feedback
`(compilation-column-number ((,class (:foreground ,magenta))))
`(compilation-error ((,class (:foreground ,red :weight bold))))

View file

@ -358,6 +358,10 @@ between foreground and background is >= 7:1)."
`(company-tooltip-search ((,class (:inherit modus-theme-subtle-green))))
`(company-tooltip-search-selection ((,class (:inherit modus-theme-intense-green))))
`(company-tooltip-selection ((,class (:inherit modus-theme-intense-cyan))))
;;;; company-posframe
`(company-posframe-active-backend-name ((,class (:background ,bg-active :foreground ,blue-active :weight bold))))
`(company-posframe-inactive-backend-name ((,class (:background ,bg-active :foreground ,fg-active))))
`(company-posframe-metadata ((,class (:background ,bg-inactive :foreground ,fg-inactive))))
;;;; compilation feedback
`(compilation-column-number ((,class (:foreground ,magenta))))
`(compilation-error ((,class (:foreground ,red :weight bold))))