X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=elisp.git;a=blobdiff_plain;f=emacs.el;h=5d573072eba7da8c1a26544719a95ad1cd3906c3;hp=48600767a15952e3b358aad5ebf0784db1a66343;hb=9ef8b4c572e372d389906b330a904f07f69585a5;hpb=9086a0ae1e1f5c1f7076ccf6e9eb11188d5447a9 diff --git a/emacs.el b/emacs.el index 4860076..5d57307 100644 --- a/emacs.el +++ b/emacs.el @@ -391,7 +391,7 @@ load-warning buffer in case of failure." '((italic :underline nil) (info-title-2 :foreground "green") (font-lock-comment-delimiter-face :foreground "black") - (font-lock-comment-face :foreground "black") + (font-lock-comment-face :foreground "blue") (cperl-array-face :background "gray90" :foreground "blue" :weight 'bold) (cperl-hash-face :background "gray90" :foreground "purple" :weight 'bold) (diff-added :background "gray90" :foreground "green4" :weight 'bold) @@ -435,6 +435,10 @@ 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") + (shadow :foreground "black") + (warning :foreground "black" :background "red") )) )