changeset 103:5a2cf3bb6f45

Make flymake's colours more visible with my colour scheme
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Mon, 22 Dec 2014 16:40:29 -0500
parents c8b01fc57df0
children f8c6f5a513b7
files dotemacs.el
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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))))