el/dot-emacs.el: Fiddle with ERC faces.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 14 May 2024 02:03:41 +0000 (03:03 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 14 May 2024 02:05:34 +0000 (03:05 +0100)
el/dot-emacs.el

index a323e03..f5d4595 100644 (file)
@@ -2250,8 +2250,10 @@ doesn't match any of the regular expressions in
   (((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))