diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2021-01-29 08:36:26 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2021-01-29 08:36:26 +0100 |
| commit | 2a59db06a319500fcb0671f1545433b16309d00a (patch) | |
| tree | 7971c864bedf1013c14be77a41ee2b6d9da7665d /soria-theme.el | |
| parent | bca7a42db1245543d81373e67d71278a0e3135a2 (diff) | |
| download | soria-2a59db06a319500fcb0671f1545433b16309d00a.tar.gz soria-2a59db06a319500fcb0671f1545433b16309d00a.zip | |
Add support for org-ref
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'soria-theme.el')
| -rw-r--r-- | soria-theme.el | 17 |
1 files changed, 17 insertions, 0 deletions
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 |
