(set-face-attribute
'erc-nick-default-face nil
- :weight 'semibold
- :background "#f2f2f2"
- :foreground "#222222")
+ ;; :weight 'semibold
+ ;; :background "#f2f2f2"
+ ;; :foreground "#222222"
+ :weight 'bold
+ :background "#f8f8f8"
+ :foreground "#6a6a6a")
+
+ ;; (set-face-attribute
+ ;; 'erc-notice-face nil
+ ;; ;; :background "#fffadf"
+ ;; ;; :background "#f9f9f9"
+ ;; :background 'unspecified
+ ;; ;; :foreground "#809de5"
+ ;; :foreground "steel blue")
;; erc-fill
;; (csetq
;; erc-match
(csetq
erc-pal-highlight-type 'nick
- erc-pals '("aindilis" "blackbeard" "brettgilio" "civodul" "dto"
- "ggoes" "jrasata" "mplsCorwin" "rwp" "technomancy"))
+ erc-pals
+ '("aindilis" "blackbeard" "bremner" "brettgilio" "civodul"
+ "dto" "ggoes" "jrasata" "mplsCorwin" "rwp" "technomancy"))
(with-eval-after-load 'erc-match
(set-face-attribute
'erc-pal-face nil