branch: externals/aircon-theme commit 848b0e0567ada3dd137f309a7aa4cda913b9eb5d Author: Gregory Chamberlain <g...@cosine.blue> Commit: Gregory Chamberlain <g...@cosine.blue>
Style EWW certificate faces (-valid-, -invalid-) These affect the appearance of the page title in the header of EWW buffers. --- aircon-theme.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aircon-theme.el b/aircon-theme.el index 7692932363..ca5b31e191 100644 --- a/aircon-theme.el +++ b/aircon-theme.el @@ -265,6 +265,9 @@ '(erc-prompt-face ((t (:inherit minibuffer-prompt)))) '(erc-timestamp-face ((t (:inherit aircon-eden)))) + '(eww-invalid-certificate ((t (:inherit error)))) + '(eww-valid-certificate ((t (:inherit success)))) + '(message-header-name ((t (:inherit (aircon-sapphire bold))))) '(message-header-newsgroups ((t (:inherit (aircon-cello bold)))))