(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-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 ", ")