From a3cefbde1d4f33b7990cc5820efdc668dbc1de5a Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 27 Apr 2020 22:30:39 +0200 Subject: Fixed style for info-quoted MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- soria-theme.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/soria-theme.el b/soria-theme.el index 54a4668..2b3de4f 100644 --- a/soria-theme.el +++ b/soria-theme.el @@ -295,6 +295,12 @@ The theme has to be reloaded after changing anything in this group." :background ,soria-darkgray :weight normal)))) + `(info-quoted + ((,class (:inherit info-node)))) + + `(Info-quoted + ((,class (:inherit info-node)))) + ;; outline `(outline-1 ((,class (:inherit org-level-1)))) -- cgit v1.2.3