Fixed the yellow faces in console mode.
authorFrancois Fleuret <francois@fleuret.org>
Sat, 19 Jul 2014 12:09:21 +0000 (14:09 +0200)
committerFrancois Fleuret <francois@fleuret.org>
Sat, 19 Jul 2014 12:09:21 +0000 (14:09 +0200)
emacs.el

index 4860076..636b90e 100644 (file)
--- 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")
      ))
   )