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

    Add 'org-ellipsis' face
---
 alect-themes.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/alect-themes.el b/alect-themes.el
index 2be4744..c91cf3f 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -1354,6 +1354,7 @@ 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-ellipsis              ((,c :foreground ,(gc 'fg-2))))
          (org-footnote              ((,c :foreground ,(gc 'cyan)
                                          :underline t)))
          (org-formula               ((,c :foreground ,(gc 'yellow-2))))

Reply via email to