diff --git a/solarized-definitions.el b/solarized-definitions.el index 4ce7e9a..cfcb533 100644 --- a/solarized-definitions.el +++ b/solarized-definitions.el @@ -207,9 +207,6 @@ the \"Gen RGB\" column in solarized-definitions.el to improve them further." (eshell-ls-symlink ((t (:foreground ,cyan)))) (eshell-ls-unreadable ((t (:foreground ,base00)))) (eshell-prompt ((t (:foreground ,green :weight ,bold)))) - ;; flymake - FIXME: these don't seem to register - (flymake-errline ((t (:background ,base3)))) - (flymake-warnline ((t (:background ,base2)))) ;; font-lock (font-lock-builtin-face ((t (:foreground ,green)))) (font-lock-comment-face ((t (:foreground ,base01 :slant ,italic)))) @@ -319,8 +316,8 @@ the \"Gen RGB\" column in solarized-definitions.el to improve them further." (gnus-summary-normal-ticked ((t (:foreground ,base3)))) (gnus-summary-normal-undownloaded ((t (:foreground ,base2)))) ;; Flymake - (flymake-errline ((t (:background ,orange)))) - (flymake-warnline ((t (:background ,violet)))) + (flymake-errline ((t (:background ,base3)))) + (flymake-warnline ((t (:background ,base02)))) ;; whitespace (whitespace-empty ((t (:foreground ,red)))) (whitespace-hspace ((t (:foreground ,orange))))