diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2020-04-27 22:30:39 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2020-04-27 22:30:39 +0200 |
| commit | a3cefbde1d4f33b7990cc5820efdc668dbc1de5a (patch) | |
| tree | c0fe3b51584328f0b895e15246c511b1373f9ad7 | |
| parent | 2f8d130dce812c00d0c29fe7c7f9ebabdadcda17 (diff) | |
| download | soria-a3cefbde1d4f33b7990cc5820efdc668dbc1de5a.tar.gz soria-a3cefbde1d4f33b7990cc5820efdc668dbc1de5a.zip | |
Fixed style for info-quoted
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
| -rw-r--r-- | soria-theme.el | 6 |
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)))) |
