From e1b8de189444ec483575f299c83908e724160926 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Mon, 7 Dec 2009 09:41:29 +0000 Subject: [PATCH] el/dot-emacs.el: Make my writing be legible in ERC. The default shade of red is way too dark. --- el/dot-emacs.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/el/dot-emacs.el b/el/dot-emacs.el index e843110..784aad1 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -810,6 +810,9 @@ doesn't match any of the regular expressions in (t :foreground "red")) (mdw-define-face diff-context) +(mdw-define-face erc-input-face + (t :foreground "red")) + (mdw-define-face woman-bold (t :weight bold)) (mdw-define-face woman-italic -- 2.11.0