branch: externals/doric-themes commit cc84771e3a7d72e49feb4c6a7fbfbf9cd3c3d429 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Fix the style of org-hide and org-indent --- doric-themes.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doric-themes.el b/doric-themes.el index 3f4e3935db..cc951938d2 100644 --- a/doric-themes.el +++ b/doric-themes.el @@ -1450,8 +1450,8 @@ is either the `dark' or `light' symbol." `(org-document-info-keyword ((t :inherit fixed-pitch :foreground ,fg-shadow-subtle))) `(org-drawer ((t :inherit fixed-pitch :foreground ,fg-shadow-subtle))) '(org-formula ((t :inherit fixed-pitch))) - `(org-hide ((t :inherit fixed-pitch :background ,bg-main))) - `(org-indent ((t :inherit fixed-pitch :background ,bg-main))) + `(org-hide ((t :foreground ,bg-main))) + `(org-indent ((t :inherit (fixed-pitch org-hide)))) `(org-meta-line ((t :inherit fixed-pitch :foreground ,fg-shadow-subtle))) '(org-property-value ((t :inherit fixed-pitch))) `(org-table ((t :inherit fixed-pitch :foreground ,fg-shadow-subtle)))