el/dot-emacs.el: Fiddle with ERC faces.
[profile] / 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))