branch: elpa/alect-themes
commit bd8b46949ab12f99ebebf00b0ec5f441cc9f78e4
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>

    Add 'org-footnote' face
---
 alect-themes.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/alect-themes.el b/alect-themes.el
index 4317a6b..7b25603 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -1274,6 +1274,8 @@ For INVERT, see `alect-get-color'."
          (org-document-title        ((,c :inherit alect-title)))
          (org-document-info         ((,c :foreground ,(gc 'red-1))))
          (org-document-info-keyword ((,c :foreground ,(gc 'yellow+1))))
+         (org-footnote              ((,c :foreground ,(gc 'cyan)
+                                         :underline t)))
          (org-formula               ((,c :foreground ,(gc 'yellow-2))))
          (org-headline-done         ((,c :foreground ,(gc 'cyan-1))))
          (org-hide                  ((,c :foreground ,(gc 'bg-2))))

Reply via email to