X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/8c4704d01f819581a7cdcad2ffebfba996ebd30e..927b50b7aec2da105bd5125dec272a89e38663c3:/lisp/bandali-erc.el diff --git a/lisp/bandali-erc.el b/lisp/bandali-erc.el index c76bd1e..41a152c 100644 --- a/lisp/bandali-erc.el +++ b/lisp/bandali-erc.el @@ -65,6 +65,23 @@ (declare-function erc-update-modules "erc") (erc-update-modules) + (set-face-attribute + 'erc-nick-default-face nil + ;; :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-fill-column 77 @@ -76,16 +93,16 @@ ;; 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 :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 ", ")