emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/apropospriate-theme 1257880637: add some eww and shr suppo


From: ELPA Syncer
Subject: [nongnu] elpa/apropospriate-theme 1257880637: add some eww and shr support
Date: Tue, 17 Jan 2023 16:58:48 -0500 (EST)

branch: elpa/apropospriate-theme
commit 1257880637e03efb885893afbcb88b7a8b20965a
Author: justin talbott <justin@waymondo.com>
Commit: justin talbott <justin@waymondo.com>

    add some eww and shr support
---
 README.md              | 2 ++
 apropospriate-theme.el | 4 ++++
 2 files changed, 6 insertions(+)

diff --git a/README.md b/README.md
index 2aa421b391..e8e1fae0c4 100644
--- a/README.md
+++ b/README.md
@@ -124,3 +124,5 @@ Apropospriate supports all the usual `prog-mode` derived 
packages as well as som
 * Vertico Posframe Mode
 * Tempel
 * Inf-Ruby
+* EWW
+* SHR
diff --git a/apropospriate-theme.el b/apropospriate-theme.el
index 384aaa3ee5..a985cab126 100644
--- a/apropospriate-theme.el
+++ b/apropospriate-theme.el
@@ -120,6 +120,8 @@ Set to `1.0' or nil to prevent font size manipulation."
      `(error ((,class (:foreground ,red :weight bold))))
      `(warning ((,class (:foreground ,orange :weight bold))))
      `(success ((,class (:foreground ,green :weight bold))))
+     `(eww-valid-certificate ((,class (:inherit success))))
+     `(eww-invalid-certificate ((,class (:inherit error))))
      `(ace-jump-face-background ((,class (:foreground ,base00+3))))
      `(ace-jump-face-foreground ((,class (:foreground ,pink-1 :background nil 
:weight bold))))
      `(ajb-face ((,class (:background ,base00+1))))
@@ -264,6 +266,8 @@ Set to `1.0' or nil to prevent font size manipulation."
      `(transient-disabled-suffix ((,class (:foreground ,red :background 
,base00-2))))
      `(transient-posframe ((,class (:background ,base00-2))))
      `(transient-posframe-border ((,class (:background ,base00-2))))
+     `(shr-code ((,class (:inherit default :background ,base00-1))))
+     `(shr-selected-link ((,class (:background ,base00-2))))
      `(vertico-posframe ((,class (:background ,base00-2))))
      `(vertico-posframe-border ((,class (:background ,base00-2))))
      `(vertico-posframe-border-2 ((,class (:background ,base00-1))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]