1
0
Fork 0
mirror of https://git.sr.ht/~ryuslash/yoshi-theme synced 2025-01-31 11:25:51 +01:00

Update flycheck faces

This commit is contained in:
Tom Willemse 2013-07-08 22:25:04 +02:00
parent 6d86c9afca
commit a9d42a50c0

View file

@ -71,8 +71,8 @@
`(erc-prompt-face ((t (:foreground "#ededed" :weight bold)))) `(erc-prompt-face ((t (:foreground "#ededed" :weight bold))))
`(erc-timestamp-face ((t (:foreground "#969696" :weight normal)))) `(erc-timestamp-face ((t (:foreground "#969696" :weight normal))))
`(error ((t (:foreground ,fgred :weight unspecified)))) `(error ((t (:foreground ,fgred :weight unspecified))))
`(flycheck-error-face ((t (:inherit unspecified :underline (:color ,fgred :style wave))))) `(flycheck-error ((t (:inherit unspecified :underline (:color ,fgred :style wave)))))
`(flycheck-warning-face ((t (:inherit unspecified :underline (:color ,fgorange :style wave))))) `(flycheck-warning ((t (:inherit unspecified :underline (:color ,fgorange :style wave)))))
`(flymake-errline ((t (:background unspecified :underline (:color ,fgred :style wave))))) `(flymake-errline ((t (:background unspecified :underline (:color ,fgred :style wave)))))
`(flymake-infoline ((t (:background unspecified :underline (:color ,fgblue :style wave))))) `(flymake-infoline ((t (:background unspecified :underline (:color ,fgblue :style wave)))))
`(flymake-warnline ((t (:background unspecified :underline (:color ,fgorange :style wave))))) `(flymake-warnline ((t (:background unspecified :underline (:color ,fgorange :style wave)))))