eighters-theme

Eighters gonna eight.
git clone https://git.kevinlegouguec.net/eighters-theme
Log | Files | Refs | README | LICENSE

commit 05938194842a09f7579b259b8602915f1ff5c126
parent ac1766f0010d8184fdb256faa9f1242a1e5af1d2
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Thu, 14 Jan 2021 22:26:46 +0100

Make Org ellipses less conspicuous

Diffstat:
Meighters-theme.el | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/eighters-theme.el b/eighters-theme.el @@ -106,6 +106,7 @@ '(outline-6 ((t (:height 1.0 :inherit (variable-pitch font-lock-function-name-face))))) '(outline-7 ((t (:height 1.0 :inherit (variable-pitch font-lock-function-name-face))))) '(outline-8 ((t (:height 1.0 :inherit (variable-pitch font-lock-function-name-face))))) + '(org-ellipsis ((t (:inherit (font-lock-comment-face))))) '(org-code ((t (:inherit (fixed-pitch-serif))))) '(org-verbatim ((t (:inherit (fixed-pitch-serif))))) '(org-block ((t (:extend t :inherit (highlight)))))