diff --git a/yoshi-theme.el b/yoshi-theme.el index 3b97277..03cb776 100644 --- a/yoshi-theme.el +++ b/yoshi-theme.el @@ -71,8 +71,8 @@ `(erc-prompt-face ((t (:foreground "#ededed" :weight bold)))) `(erc-timestamp-face ((t (:foreground "#969696" :weight normal)))) `(error ((t (:foreground ,fgred :weight unspecified)))) - `(flycheck-error-face ((t (:inherit unspecified :underline (:color ,fgred :style wave))))) - `(flycheck-warning-face ((t (:inherit unspecified :underline (:color ,fgorange :style wave))))) + `(flycheck-error ((t (:inherit unspecified :underline (:color ,fgred :style wave))))) + `(flycheck-warning ((t (:inherit unspecified :underline (:color ,fgorange :style wave))))) `(flymake-errline ((t (:background unspecified :underline (:color ,fgred :style wave))))) `(flymake-infoline ((t (:background unspecified :underline (:color ,fgblue :style wave))))) `(flymake-warnline ((t (:background unspecified :underline (:color ,fgorange :style wave)))))