branch: externals/doric-themes commit 86577bcdff5344feb8138799846e6936c24ac826 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Avoid duplication in org-date-selected --- doric-themes.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doric-themes.el b/doric-themes.el index cd95489589..3f4e3935db 100644 --- a/doric-themes.el +++ b/doric-themes.el @@ -1444,9 +1444,9 @@ is either the `dark' or `light' symbol." '(org-checkbox ((t :inherit fixed-pitch))) `(org-column-title ((t :inherit fixed-pitch :foreground ,fg-shadow-subtle))) `(org-date-selected - ((((supports :box t)) - :box (:line-width (-1 . -1) :color ,fg-accent) :background ,bg-accent :foreground ,fg-main) - (t :background ,bg-accent :foreground ,fg-main))) + ((default :background ,bg-accent :foreground ,fg-main) + (((supports :box t)) + :box (:line-width (-1 . -1) :color ,fg-accent)))) `(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)))