branch: externals/doric-themes commit b0ae95f738f1518d7eed41e6ea36efa3c4f36911 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Add support for the org-indent face --- doric-themes.el | 1 + 1 file changed, 1 insertion(+) diff --git a/doric-themes.el b/doric-themes.el index 08516d0663..033c1d88dd 100644 --- a/doric-themes.el +++ b/doric-themes.el @@ -1438,6 +1438,7 @@ is either the `dark' or `light' symbol." :box (:line-width (-1 . -1) :color ,fg-accent) :background ,bg-accent :foreground ,fg-main) (t :background ,bg-accent :foreground ,fg-main))) `(org-hide ((t :background ,bg-main))) + `(org-indent ((t :inherit (fixed-pitch org-hide)))) `(reb-match-0 ((t :background ,bg-accent :foreground ,fg-main))) `(reb-match-1 ((t :background ,bg-shadow-subtle :foreground ,fg-shadow-subtle)))