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:
parent
6d86c9afca
commit
a9d42a50c0
1 changed files with 2 additions and 2 deletions
|
@ -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)))))
|
||||||
|
|
Loading…
Reference in a new issue