diff options
Diffstat (limited to 'home/dots/.emacs.d')
-rw-r--r-- | home/dots/.emacs.d/BOGO-dark-theme.el | 2 | ||||
-rw-r--r-- | home/dots/.emacs.d/BOGO-theme.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/home/dots/.emacs.d/BOGO-dark-theme.el b/home/dots/.emacs.d/BOGO-dark-theme.el index 7be4377..56f3289 100644 --- a/home/dots/.emacs.d/BOGO-dark-theme.el +++ b/home/dots/.emacs.d/BOGO-dark-theme.el @@ -91,7 +91,7 @@ '(message-header-to ((t nil))) '(message-header-other ((t nil))) '(org-drawer ((t nil))) - '(org-hide ((t (:foreground "#1D1D1D")))) + '(org-hide ((t (:foreground "#1D1D1D" :inherit fixed-pitch)))) '(org-done ((t (:inherit (org-agenda-dimmed-todo-face fixed-pitch) :strike-through nil :extend nil :weight bold)))) '(org-todo ((t (:weight bold :inherit fixed-pitch)))) '(org-checkbox ((t (:weight bold :inherit fixed-pitch)))) diff --git a/home/dots/.emacs.d/BOGO-theme.el b/home/dots/.emacs.d/BOGO-theme.el index d68a25a..bfd0181 100644 --- a/home/dots/.emacs.d/BOGO-theme.el +++ b/home/dots/.emacs.d/BOGO-theme.el @@ -95,7 +95,7 @@ '(org-list-dt ((t (:weight bold)))) '(org-agenda-calendar-event ((t nil))) '(org-drawer ((t :inherit fixed-pitch))) - '(org-hide ((t (:foreground "#FFFFF8")))) + '(org-hide ((t (:foreground "#FFFFF8" :inherit fixed-pitch)))) '(org-done ((t (:inherit (org-agenda-dimmed-todo-face fixed-pitch) :strike-through nil :extend nil :weight bold)))) '(org-todo ((t (:weight bold :inherit fixed-pitch)))) '(org-checkbox ((t (:weight bold :inherit fixed-pitch)))) |