branch: externals/doric-themes
commit 8a8c87c0f19cd873a156e2c81d6790d909e59c8a
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Make org-ellipsis use the foreground of the heading
    
    This is how I do it for my other themes and I think is the right
    design.
    
    The change is in reponse to issue 5 by SammyJenas:
    <https://github.com/protesilaos/doric-themes/issues/5>.
---
 doric-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doric-themes.el b/doric-themes.el
index b4dae93fa8..c56820ffef 100644
--- a/doric-themes.el
+++ b/doric-themes.el
@@ -745,7 +745,6 @@ is either the `dark' or `light' symbol."
     org-archived
     org-default
     org-document-info
-    org-ellipsis
     org-inline-src-block
     org-latex-and-related
     org-mode-line-clock
@@ -1452,6 +1451,7 @@ is either the `dark' or `light' symbol."
                 :box (:line-width (-1 . -1) :color ,fg-accent))))
             `(org-document-info-keyword ((t :inherit fixed-pitch :foreground 
,fg-shadow-subtle)))
             `(org-drawer ((t :inherit fixed-pitch :foreground 
,fg-shadow-subtle)))
+            `(org-ellipsis (( ))) ; inherits from the heading's color
             '(org-formula ((t :inherit fixed-pitch)))
             `(org-hide ((t :foreground ,bg-main)))
             `(org-indent ((t :inherit (fixed-pitch org-hide))))

Reply via email to