chiark / gitweb /
el/dot-emacs.el: Fiddle with ERC faces.
[profile] / el / dot-emacs.el
index a323e031d3b4cfb1ed5a527224e1cf0a9145879c..f5d4595b9a460aae658b15366444b21cdf2ecf8f 100644 (file)
@@ -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))