1
0
Fork 0
mirror of https://git.sr.ht/~ryuslash/yoshi-theme synced 2025-02-24 19:43:26 +01:00

Add flycheck-inline faces

This commit is contained in:
Tom Willemse 2019-05-04 16:42:18 -07:00
parent 27ab1f5e5f
commit 9889b6d574
2 changed files with 10 additions and 0 deletions

View file

@ -46,6 +46,11 @@ This project adheres to [[http://semver.org][Semantic Versioning]].
=ivy-minibuffer-match-face-1=, =ivy-minibuffer-match-face-2=,
=ivy-minibuffer-match-face-3=, =ivy-minibuffer-match-face-4=.
** ADDED flycheck-inline faces
Add the flycheck-inline faces: =flycheck-inline-error=, =flycheck-inline-info=,
=flycheck-inline-warning=.
** CHANGED the color of high-scoring unread mails in gnus
** CHANGED the color of normal ticked mails in gnus

View file

@ -173,6 +173,11 @@
`(flycheck-error ((t (:inherit unspecified :underline (:color ,fgred :style wave)))))
`(flycheck-warning ((t (:inherit unspecified :underline (:color ,fgorange :style wave)))))
;;; Flycheck inline
`(flycheck-inline-error ((t (:inherit unspecified :foreground ,fgred :height 0.8))))
`(flycheck-inline-info ((t (:inherit unspecified :foreground ,fgblue :height 0.8))))
`(flycheck-inline-warning ((t (:inherit unspecified :foreground ,fgorange :height 0.8))))
;;; Flymake
`(flymake-errline ((t (:background unspecified :underline (:color ,fgred :style wave)))))
`(flymake-infoline ((t (:background unspecified :underline (:color ,fgblue :style wave)))))