From 5334941f95261a0b293ab8552d6e81c07dc1d8e5 Mon Sep 17 00:00:00 2001 From: Greg Pfeil Date: Mon, 13 Feb 2012 16:19:18 -0700 Subject: [PATCH] Fix flymake faces. This fixes issue #23 and #28. --- solarized-definitions.el | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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))))