From 4a6b190fd5ebdcf5846421383b1f1211b64a6786 Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Sat, 19 Jul 2014 14:09:21 +0200 Subject: [PATCH] Fixed the yellow faces in console mode. --- emacs.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/emacs.el b/emacs.el index 4860076..636b90e 100644 --- a/emacs.el +++ b/emacs.el @@ -435,6 +435,12 @@ load-warning buffer in case of failure." (selector/selection :background "yellow") (gui-button-face :background "green" :foreground "white") (enotes/information-face :foreground "cyan") + (file-name-shadow :foreground "black") + (font-lock-comment-delimiter-face :foreground "magenta") + (font-lock-comment-face :foreground "blue") + (font-lock-variable-name-face :foreground "green") + (shadow :foreground "black") + (warning :foreground "black" :background "red") )) ) -- 2.20.1