From: Francois Fleuret Date: Sat, 19 Jul 2014 12:09:21 +0000 (+0200) Subject: Fixed the yellow faces in console mode. X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=elisp.git;a=commitdiff_plain;h=4a6b190fd5ebdcf5846421383b1f1211b64a6786 Fixed the yellow faces in console mode. --- 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") )) )