summaryrefslogtreecommitdiffstats
path: root/lisp/bandali-erc.el
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2020-10-04 19:40:26 -0400
committerAmin Bandali <bandali@gnu.org>2020-10-04 19:40:26 -0400
commit86dd267a49359f68d64da9fae11f2b30a8fa907f (patch)
tree68cc12f3eca0f399fee4e35bad7c7ab132c8f1e9 /lisp/bandali-erc.el
parent8c4704d01f819581a7cdcad2ffebfba996ebd30e (diff)
downloadconfigs-86dd267a49359f68d64da9fae11f2b30a8fa907f.tar.gz
configs-86dd267a49359f68d64da9fae11f2b30a8fa907f.tar.xz
configs-86dd267a49359f68d64da9fae11f2b30a8fa907f.zip
* lisp/bandali-erc.el: Small tweaks to the nick and pal faces
Diffstat (limited to 'lisp/bandali-erc.el')
-rw-r--r--lisp/bandali-erc.el11
1 files changed, 8 insertions, 3 deletions
diff --git a/lisp/bandali-erc.el b/lisp/bandali-erc.el
index c76bd1e..6beac87 100644
--- a/lisp/bandali-erc.el
+++ b/lisp/bandali-erc.el
@@ -65,6 +65,12 @@
(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
@@ -83,9 +89,8 @@
'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 ", ")