branch: externals/doric-themes
commit 587079f1e15edd232ef93cefde91c46b31be3dfd
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Make org-imminent-deadline also inherit bold
---
 doric-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doric-themes.el b/doric-themes.el
index 3b96b64801..b930749d6a 100644
--- a/doric-themes.el
+++ b/doric-themes.el
@@ -657,7 +657,6 @@ Run `doric-themes-after-load-theme-hook' after loading a 
theme."
     notmuch-search-matching-authors
     notmuch-tree-match-author-face
     notmuch-search-flagged-face
-    org-imminent-deadline
     org-headline-todo
     org-table-header
     org-table-row
@@ -1488,6 +1487,7 @@ Run `doric-themes-after-load-theme-hook' after loading a 
theme."
             `(org-ellipsis (( ))) ; inherits from the heading's color
             '(org-formula ((t :inherit fixed-pitch)))
             `(org-hide ((t :foreground ,bg-main)))
+            `(org-imminent-deadline ((t :inherit bold :foreground ,fg-accent)))
             `(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)))

Reply via email to