Fix compilation-line-number missing foreground

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

View File

@ -376,7 +376,7 @@ between foreground and background is >= 7:1)."
`(compilation-column-number ((,class (:foreground ,magenta))))
`(compilation-error ((,class (:foreground ,red :weight bold))))
`(compilation-info ((,class (:foreground ,fg-special-cold))))
`(compilation-line-number ((,class (::foreground ,magenta-alt))))
`(compilation-line-number ((,class (:foreground ,magenta-alt))))
`(compilation-mode-line-exit ((,class (:foreground ,blue-active :weight bold))))
`(compilation-mode-line-fail ((,class (:foreground ,red-active :weight bold))))
`(compilation-mode-line-run ((,class (:foreground ,magenta-active :weight bold))))

View File

@ -376,7 +376,7 @@ between foreground and background is >= 7:1)."
`(compilation-column-number ((,class (:foreground ,magenta))))
`(compilation-error ((,class (:foreground ,red :weight bold))))
`(compilation-info ((,class (:foreground ,fg-special-cold))))
`(compilation-line-number ((,class (::foreground ,magenta-alt))))
`(compilation-line-number ((,class (:foreground ,magenta-alt))))
`(compilation-mode-line-exit ((,class (:foreground ,blue-active :weight bold))))
`(compilation-mode-line-fail ((,class (:foreground ,red-active :weight bold))))
`(compilation-mode-line-run ((,class (:foreground ,magenta-active :weight bold))))