dotfiles

🎜 Clone'em, tweak'em, stick'em in your $HOME 🎝
git clone https://git.kevinlegouguec.net/dotfiles
Log | Files | Refs | README

commit e16eda83243774ac5c17ba26e5770d024b72eb1f
parent 47094a891aeb0e740d1176d610eb0e0dd8629757
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Wed,  8 Feb 2023 23:42:54 +0100

Theme more ERC faces

Diffstat:
M.emacs.d/eighters-theme.el | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/.emacs.d/eighters-theme.el b/.emacs.d/eighters-theme.el @@ -219,8 +219,10 @@ `(eldoc-highlight-function-argument ((t (:background ,bg-yellow :foreground ,fg-yellow :weight bold)))) `(emacs-news-does-not-need-documentation ((t (:foreground ,fg-dimmer)))) `(emacs-news-is-documented ((t (:foreground ,fg-blue-dim)))) + `(erc-button ((t (:inherit link)))) `(erc-current-nick-face ((t (:weight bold :inherit eighters-identity)))) `(erc-direct-msg-face ((t (:inherit font-lock-doc-face)))) + `(erc-error-face ((t (:inherit error)))) `(erc-input-face ((t (:inherit eighters-citation-1)))) `(erc-keyword-face ((t (:inherit font-lock-keyword-face)))) `(erc-my-nick-face ((t (:foreground ,fg-red-dim))))