branch: elpa/alect-themes
commit cd188417e66d29ac79235e40f745fa160e2b9421
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>

    Inherit 'org-hide' from 'shadow'
---
 alect-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/alect-themes.el b/alect-themes.el
index 53078707efb..b155386a7f0 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -1428,7 +1428,7 @@ For INVERT, see `alect-get-color'."
                                          :underline t)))
          (org-formula               ((,c :foreground ,(gc 'yellow-2))))
          (org-headline-done         ((,c :foreground ,(gc 'cyan-1))))
-         (org-hide                  ((,c :foreground ,(gc 'bg-2))))
+         (org-hide                  ((,c :inherit shadow)))
          (org-level-1               ((,c :inherit alect-title-1)))
          (org-level-2               ((,c :inherit alect-title-2)))
          (org-level-3               ((,c :inherit alect-title-3)))

Reply via email to