diff options
| -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))))) |
