From d7671e52d8c92601f1b448ff2a8781a065534c6c Mon Sep 17 00:00:00 2001 From: locojaydev Date: Mon, 29 Oct 2012 22:40:05 -0400 Subject: [PATCH] flymake, autocomplete colors --- contrib/badwolf-theme.el | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/contrib/badwolf-theme.el b/contrib/badwolf-theme.el index d99d39e..22d50aa 100644 --- a/contrib/badwolf-theme.el +++ b/contrib/badwolf-theme.el @@ -82,6 +82,7 @@ `(rainbow-delimiters-depth-11-face ((t (:foreground ,bwc-dirtyblonde)))) + )) (custom-set-faces @@ -89,6 +90,12 @@ `(ein:cell-input-prompt ((t (:foreground ,bwc-orange :background nil :inherit nil)))) `(ein:cell-output-prompt ((t (:foreground ,bwc-taffy :background nil :inherit nil)))) '(mumamo-background-chunk-major ((((class color) (min-colors 88) (background dark)) nil))) + + `(ac-candidate-face ((t (:background ,bwc-lightgravel)))) + `(ac-selection-face ((t (:foreground ,bwc-coal :background ,bwc-orange)))) + + `(flymake-errline ((t (:background ,bwc-taffy )))) + `(flymake-warnline ((t (:background ,bwc-dress )))) )