chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
8af2ea1
)
el/dot-emacs.el: More ERC face fiddling.
author
Mark Wooding
<mdw@distorted.org.uk>
Tue, 14 May 2024 02:21:10 +0000
(
03:21
+0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Tue, 14 May 2024 02:21:10 +0000
(
03:21
+0100)
el/dot-emacs.el
patch
|
blob
|
blame
|
history
diff --git
a/el/dot-emacs.el
b/el/dot-emacs.el
index f5d4595b9a460aae658b15366444b21cdf2ecf8f..0abad6b1aaee914c724cbe8d0298465c5eca0fb3 100644
(file)
--- a/
el/dot-emacs.el
+++ b/
el/dot-emacs.el
@@
-2252,8
+2252,14
@@
(mdw-define-face dylan-header-background
(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))