aboutsummaryrefslogtreecommitdiff
path: root/soria-theme.el
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2020-04-27 22:30:39 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2020-04-27 22:30:39 +0200
commita3cefbde1d4f33b7990cc5820efdc668dbc1de5a (patch)
treec0fe3b51584328f0b895e15246c511b1373f9ad7 /soria-theme.el
parent2f8d130dce812c00d0c29fe7c7f9ebabdadcda17 (diff)
downloadsoria-a3cefbde1d4f33b7990cc5820efdc668dbc1de5a.tar.gz
soria-a3cefbde1d4f33b7990cc5820efdc668dbc1de5a.zip
Fixed style for info-quoted
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'soria-theme.el')
-rw-r--r--soria-theme.el6
1 files changed, 6 insertions, 0 deletions
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))))