projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
8c4704d
)
* lisp/bandali-erc.el: Small tweaks to the nick and pal faces
author
Amin Bandali
<bandali@gnu.org>
Sun, 4 Oct 2020 23:40:26 +0000
(19:40 -0400)
committer
Amin Bandali
<bandali@gnu.org>
Sun, 4 Oct 2020 23:40:26 +0000
(19:40 -0400)
lisp/bandali-erc.el
patch
|
blob
|
blame
|
history
diff --git
a/lisp/bandali-erc.el
b/lisp/bandali-erc.el
index
c76bd1e
..
6beac87
100644
(file)
--- a/
lisp/bandali-erc.el
+++ b/
lisp/bandali-erc.el
@@
-65,6
+65,12
@@
(declare-function erc-update-modules "erc")
(erc-update-modules)
(declare-function erc-update-modules "erc")
(erc-update-modules)
+ (set-face-attribute
+ 'erc-nick-default-face nil
+ :weight 'semibold
+ :background "#f2f2f2"
+ :foreground "#222222")
+
;; erc-fill
;; (csetq
;; erc-fill-column 77
;; erc-fill
;; (csetq
;; erc-fill-column 77
@@
-83,9
+89,8
@@
'erc-pal-face nil
:foreground 'unspecified
:weight 'unspecified
'erc-pal-face nil
:foreground 'unspecified
:weight 'unspecified
- ;; :inherit 'font-lock-string-face
- ;; :background (face-attribute 'font-lock-string-face :background)
- :background "#ffffed"))
+ :inherit 'erc-nick-default-face
+ :background (face-attribute 'font-lock-string-face :background)))
;; erc-pcomplete
(csetq erc-pcomplete-nick-postfix ", ")
;; erc-pcomplete
(csetq erc-pcomplete-nick-postfix ", ")