From 2a59db06a319500fcb0671f1545433b16309d00a Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Fri, 29 Jan 2021 08:36:26 +0100 Subject: Add support for org-ref MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- soria-theme.el | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'soria-theme.el') diff --git a/soria-theme.el b/soria-theme.el index ab40462..51358c6 100644 --- a/soria-theme.el +++ b/soria-theme.el @@ -1402,6 +1402,23 @@ The theme has to be reloaded after changing anything in this group." `(org-special-keyword ((,class (:inherit org-done)))) + ;; org-ref + + `(org-ref-cite-face + ((,class (:inherit link)))) + + `(org-ref-label-face + ((,class (:inherit link)))) + + `(org-ref-ref-face + ((,class (:inherit link)))) + + `(org-ref-glossary-face + ((,class (:inherit link)))) + + `(org-ref-acronym-face + ((,class (:inherit link)))) + ;; markup-faces (which also includes adoc-mode) `(markup-title-0-face -- cgit v1.2.3