# HG changeset patch
# User locojaydev <locojaydev@dev.com>
# Date 1351564805 14400
# Node ID 61db451bc3854b26d63640cf76ef9117ab814001
# Parent  90bd08591da2085afd5d7963a72a01b36b0c2d43
flymake, autocomplete colors

diff -r 90bd08591da2 -r 61db451bc385 contrib/badwolf-theme.el
--- a/contrib/badwolf-theme.el	Sun Oct 28 14:51:26 2012 -0400
+++ b/contrib/badwolf-theme.el	Mon Oct 29 22:40:05 2012 -0400
@@ -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 ))))
      )