From: Mark Wooding Date: Tue, 14 May 2024 02:03:41 +0000 (+0100) Subject: el/dot-emacs.el: Fiddle with ERC faces. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/8af2ea12afcdfe370b7fcdfc0f62c52c25be9f64 el/dot-emacs.el: Fiddle with ERC faces. --- diff --git a/el/dot-emacs.el b/el/dot-emacs.el index a323e03..f5d4595 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -2250,8 +2250,10 @@ (mdw-define-face dylan-header-background (((min-colors 64)) :background "NavyBlue") (((class color)) :background "blue")) +(mdw-define-face erc-my-nick-face + (t :foreground "yellow" :weight bold)) (mdw-define-face erc-input-face - (t :foreground "red")) + (t :foreground "yellow")) (mdw-define-face woman-bold (t :weight bold))