diff --git a/railscasts-reloaded-theme.el b/railscasts-reloaded-theme.el index 06a4b4d..fdef095 100644 --- a/railscasts-reloaded-theme.el +++ b/railscasts-reloaded-theme.el @@ -135,10 +135,15 @@ ;;;; flycheck `(flycheck-info - ((((supports :underline (:style wave))) - (:underline (:style wave :color ,railscasts-dark-green) :inherit unspecified)) + ((((supports :underline (:style line))) + (:underline (:style line :color ,railscasts-dark-green) :inherit unspecified)) (t (:foreground ,railscasts-dark-green :weight bold :underline t)))) `(flycheck-fringe-info ((t (:foreground ,railscasts-dark-green :weight bold)))) + `(flycheck-warning + ((((supports :underline (:style line))) + (:underline (:style line :color ,railscasts-orange) :inherit unspecified)) + (t (:foreground ,railscasts-orange :weight bold :underline t)))) + ;;;; company `(company-tooltip ((t (:foreground ,railscasts-fg :background ,railscasts-bg-2))))