diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-01-14 22:26:46 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-01-14 22:27:05 +0100 |
| commit | 05938194842a09f7579b259b8602915f1ff5c126 (patch) | |
| tree | 84344cc6aa17b7571429ac3f48cbe344eaa5e01f /eighters-theme.el | |
| parent | ac1766f0010d8184fdb256faa9f1242a1e5af1d2 (diff) | |
| download | eighters-theme-05938194842a09f7579b259b8602915f1ff5c126.tar.xz | |
Make Org ellipses less conspicuous
Diffstat (limited to 'eighters-theme.el')
| -rw-r--r-- | eighters-theme.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eighters-theme.el b/eighters-theme.el index e609305..79de80a 100644 --- 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))))) |
