X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=emacs.el;h=147d5d7f2ce0235a8aa068eb783f6faad0e36bd5;hb=4016654b83c2e6a46e23badc6898990ac97e5259;hp=48600767a15952e3b358aad5ebf0784db1a66343;hpb=9086a0ae1e1f5c1f7076ccf6e9eb11188d5447a9;p=elisp.git diff --git a/emacs.el b/emacs.el index 4860076..147d5d7 100644 --- a/emacs.el +++ b/emacs.el @@ -390,8 +390,8 @@ load-warning buffer in case of failure." (ff/configure-faces '((italic :underline nil) (info-title-2 :foreground "green") - (font-lock-comment-delimiter-face :foreground "black") - (font-lock-comment-face :foreground "black") + (font-lock-comment-delimiter-face :foreground "green") + (font-lock-comment-face :foreground "green") (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") )) )