commit a02a8bad9cb2f89c4e74e83fe3c64989d8d87e79
parent b476c7684bc37213a0c0cbd4f7ebecfa2b828da4
Author: Thomas Frössman <thomasf@jossystem.se>
Date: Thu, 19 Apr 2012 14:54:57 +0200
Accent low contrast bg + high contrast fg for flymake faces
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/solarized-theme.el b/solarized-theme.el
@@ -218,8 +218,9 @@
`(eshell-ls-symlink ((,class (:foreground ,cyan :weight bold))))
;; flymake
- `(flymake-errline ((,class (:foreground ,red :weight bold :underline t))))
- `(flymake-warnline ((,class (:foreground ,yellow :weight bold :underline t))))
+ `(flymake-errline ((,class (:foreground ,red-hc :background ,red-lc :weight bold :underline t))))
+ `(flymake-infoline ((,class (:foreground ,green-hc :background ,green-lc))))
+ `(flymake-warnline ((,class (:foreground ,yellow-hc :background ,yellow-lc :weight bold :underline t))))
;; flyspell
`(flyspell-duplicate ((,class (:foreground ,yellow :weight bold :underline t))))