mirror of
https://github.com/protesilaos/modus-themes.git
synced 2026-09-10 07:16:30 -04:00
Add support for new flymake "echo" faces
This commit is contained in:
parent
c3ed8a6e2f
commit
2431375725
|
|
@ -2446,8 +2446,11 @@ FG and BG are the main colors."
|
|||
`(flycheck-indicator-warning ((,c :inherit warning)))
|
||||
;;;;; flymake
|
||||
`(flymake-error ((,c :inherit modus-themes-lang-error)))
|
||||
`(flymake-error-echo ((,c :inherit error)))
|
||||
`(flymake-note ((,c :inherit modus-themes-lang-note)))
|
||||
`(flymake-note-echo ((,c :inherit success)))
|
||||
`(flymake-warning ((,c :inherit modus-themes-lang-warning)))
|
||||
`(flymake-warning-echo ((,c :inherit warning)))
|
||||
;;;;; flyspell
|
||||
`(flyspell-duplicate ((,c :inherit modus-themes-lang-warning)))
|
||||
`(flyspell-incorrect ((,c :inherit modus-themes-lang-error)))
|
||||
|
|
|
|||
Loading…
Reference in a new issue