Merge pull request #444 from jsoa/org-ref

[-] Add more `org-ref` faces
This commit is contained in:
Henrik Lissner 2020-04-29 00:11:22 -04:00 committed by GitHub
commit f7bde61c7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1255,7 +1255,6 @@
(org-special-keyword :foreground doc-comments)
(org-table :foreground violet)
(org-tag :foreground doc-comments :weight 'normal)
(org-ref-cite-face :foreground yellow :weight 'light :underline t)
(org-latex-and-related :foreground base8 :weight 'bold)
(org-todo :foreground green :bold 'inherit)
(org-verbatim :foreground green)
@ -1296,6 +1295,13 @@
(org-pomodoro-mode-line :foreground red)
(org-pomodoro-mode-line-overtime :foreground warning :weight 'bold)
;; org-ref
(org-ref-acronym-face :foreground violet)
(org-ref-cite-face :foreground yellow :weight 'light :underline t)
(org-ref-glossary-face :foreground magenta)
(org-ref-label-face :foreground blue)
(org-ref-ref-face :inherit 'link :foreground red)
;; pkgbuild-mode
(pkgbuild-error-face :underline `(:style wave :color ,red))