Tweak compilation-column-number foreground

This commit is contained in:
Protesilaos Stavrou 2019-12-23 19:49:21 +02:00
parent 0fc16afb6c
commit 9c14e77524
No known key found for this signature in database
GPG Key ID: 99BD6459CD5CA3EA
2 changed files with 2 additions and 2 deletions

View File

@ -373,7 +373,7 @@ between foreground and background is >= 7:1)."
`(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-column-number ((,class (:foreground ,magenta-alt-other))))
`(compilation-error ((,class (:foreground ,red :weight bold))))
`(compilation-info ((,class (:foreground ,fg-special-cold))))
`(compilation-line-number ((,class (:foreground ,magenta-alt))))

View File

@ -373,7 +373,7 @@ between foreground and background is >= 7:1)."
`(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-column-number ((,class (:foreground ,magenta-alt-other))))
`(compilation-error ((,class (:foreground ,red :weight bold))))
`(compilation-info ((,class (:foreground ,fg-special-cold))))
`(compilation-line-number ((,class (:foreground ,magenta-alt))))