el/dot-emacs.el: More ERC face fiddling. master
authorMark Wooding <mdw@distorted.org.uk>
Tue, 14 May 2024 02:21:10 +0000 (03:21 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 14 May 2024 02:21:10 +0000 (03:21 +0100)
el/dot-emacs.el

index f5d4595..0abad6b 100644 (file)
@@ -2252,8 +2252,14 @@ doesn't match any of the regular expressions in
 
 (mdw-define-face erc-my-nick-face
   (t :foreground "yellow" :weight bold))
+(mdw-define-face erc-current-nick-face
+  (t :foreground "yellow" :weight bold))
 (mdw-define-face erc-input-face
   (t :foreground "yellow"))
+(mdw-define-face erc-action-face
+  ())
+(mdw-define-face erc-button
+  (t :foreground "cyan" :underline t :weight semi-bold))
 
 (mdw-define-face woman-bold
   (t :weight bold))