branch: externals/nano-theme
commit 8b183e89413114ba0efb171e9839e7589b6a4565
Author: Nicolas P. Rougier <nicolas.roug...@inria.fr>
Commit: Nicolas P. Rougier <nicolas.roug...@inria.fr>

    Added shr-text
---
 nano-theme-support.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/nano-theme-support.el b/nano-theme-support.el
index 78ef05a811..9a0241fb7c 100644
--- a/nano-theme-support.el
+++ b/nano-theme-support.el
@@ -1309,6 +1309,7 @@ background color that is barely perceptible."
 
     ;; ---SHR ---------------------------------------------------------
     '(shr-abbreviation                    ((t (:inherit nano-popout))))
+    '(shr-text                            ((t (:inherit nano-default))))
     '(shr-h1                              ((t (:inherit nano-strong))))
     '(shr-h2                              ((t (:inherit nano-strong))))
     '(shr-h3                              ((t (:inherit nano-strong))))

Reply via email to