# HG changeset patch # User Jordi GutiƩrrez Hermoso # Date 1419284429 18000 # Node ID 5a2cf3bb6f45050adc52fd58225fc4591d4d0dd3 # Parent c8b01fc57df02cfb59e52976aa278556b4012c34 Make flymake's colours more visible with my colour scheme diff --git a/dotemacs.el b/dotemacs.el --- a/dotemacs.el +++ b/dotemacs.el @@ -306,6 +306,8 @@ '(erc-input-face ((t (:foreground "yellow")))) '(erc-my-nick-face ((t (:foreground "lightblue" :weight bold)))) '(erc-notice-face ((t (:foreground "lightgreen" :weight bold)))) + '(flymake-errline ((t (:background "#332525")))) + '(flymake-warnline ((t (:background "#404033")))) '(highlight ((((class color) (min-colors 88) (background dark)) (:background "#555")))) '(magit-diff-add ((((class color) (background dark)) (:foreground "lime green")))) '(magit-diff-del ((t (:inherit diff-removed))))