branch: elpa/ample-theme
commit 9a0a650417bfbb568095e1349968d21bcd63d403
Author: jordonbiondo <[email protected]>
Commit: jordonbiondo <[email protected]>
org-hide
---
ample-light-theme.el | 2 +-
ample-theme.el | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ample-light-theme.el b/ample-light-theme.el
index 6517b91..cb0b7a5 100644
--- a/ample-light-theme.el
+++ b/ample-light-theme.el
@@ -443,7 +443,7 @@
;;`(org-footnote ((t (:foreground nil :background nil))))
;;`(org-formula ((t (:foreground nil :background nil))))
;;`(org-headline-done ((t (:foreground nil :background nil))))
- ;;`(org-hide ((t (:foreground nil :background nil))))
+ `(org-hide ((t (:foreground ,ample/bg :background nil))))
;;`(org-latex-and-export-specials ((t (:foreground nil :background nil))))
;;`(org-level-1 ((t (:foreground nil :background nil))))
;;`(org-level-2 ((t (:foreground nil :background nil))))
diff --git a/ample-theme.el b/ample-theme.el
index 96131b5..a3fc6e8 100644
--- a/ample-theme.el
+++ b/ample-theme.el
@@ -438,7 +438,7 @@
;;`(org-footnote ((t (:foreground nil :background nil))))
;;`(org-formula ((t (:foreground nil :background nil))))
;;`(org-headline-done ((t (:foreground nil :background nil))))
- ;;`(org-hide ((t (:foreground nil :background nil))))
+ `(org-hide ((t (:foreground ,ample/bg :background nil))))
;;`(org-latex-and-export-specials ((t (:foreground nil :background nil))))
;;`(org-level-1 ((t (:foreground nil :background nil))))
;;`(org-level-2 ((t (:foreground nil :background nil))))