branch: externals/doric-themes commit 9422ffff063ab317955beab5245bf2d3e83aa107 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Use a more appropriate style for org-date-selected --- doric-themes.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doric-themes.el b/doric-themes.el index 0ce51f10f0..78659bedfb 100644 --- a/doric-themes.el +++ b/doric-themes.el @@ -238,7 +238,6 @@ the list becomes the last. Do not modify THEMES in the process." markdown-highlighting-face mode-line-highlight next-error - org-date-selected org-dispatcher-highlight proced-marked pulse-highlight-start-face @@ -1388,6 +1387,10 @@ the list becomes the last. Do not modify THEMES in the process." `(org-block ((t :background ,bg-shadow-subtle :extend t))) `(org-block-begin-line ((t :background ,bg-shadow-subtle :foreground ,fg-shadow-intense :extend t))) `(org-block-end-line ((t :inherit org-block-begin-line))) + `(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))) `(org-hide ((t :background ,bg-main))) `(reb-match-0 ((t :background ,bg-accent :foreground ,fg-main)))