chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d7cb63
)
el/dot-emacs.el: Fiddle with ERC faces.
author
Mark Wooding
<mdw@distorted.org.uk>
Tue, 14 May 2024 02:03:41 +0000
(
03:03
+0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Tue, 14 May 2024 02:05:34 +0000
(
03:05
+0100)
el/dot-emacs.el
patch
|
blob
|
blame
|
history
diff --git
a/el/dot-emacs.el
b/el/dot-emacs.el
index a323e031d3b4cfb1ed5a527224e1cf0a9145879c..f5d4595b9a460aae658b15366444b21cdf2ecf8f 100644
(file)
--- a/
el/dot-emacs.el
+++ b/
el/dot-emacs.el
@@
-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))