61db451bc385

flymake, autocomplete colors
[view raw] [browse files]
author locojaydev <locojaydev@dev.com>
date Mon, 29 Oct 2012 22:40:05 -0400
parents 90bd08591da2
children ad4632b3eb3d
branches/tags (none)
files contrib/badwolf-theme.el

Changes

--- 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 ))))
      )