dotfiles

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

commit b40be38441789503a7dc49873941a555a9e1462d
parent 46ee88dcb2090facb4f64533d578c3157d8ce6ee
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Wed, 15 May 2024 07:52:53 +0200

Add a couple of faces for EWW

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 @@ -287,6 +287,8 @@ `(erc-timestamp-face ((t (:inherit eighters-date)))) `(error ((t :foreground ,fg-red :weight bold))) `(escape-glyph ((t (:foreground ,fg-red-dim :inherit fixed-pitch-serif)))) + `(eww-invalid-certificate ((t (:inherit error)))) + `(eww-valid-certificate ((t (:inherit success)))) `(flymake-error ((t (:underline (:color ,fg-red :style wave))))) `(flymake-note ((t (:underline (:color ,fg-blue :style wave))))) `(flymake-warning ((t (:underline (:color ,fg-yellow :style wave)))))