branch: externals/doric-themes commit bb4f3c9ea0ab0cc95615a2fbe7c73cde473da879 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Make the holiday face stand out a bit differently --- doric-themes.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doric-themes.el b/doric-themes.el index 9a057d6326..5e7d1893df 100644 --- a/doric-themes.el +++ b/doric-themes.el @@ -1477,7 +1477,7 @@ default a generic text that mentions the BACKGROUND-MODE." (((class color) (min-colors 88) (background dark)) :background "#000000" :foreground "#cab000"))) - `(holiday ((t :inherit bold :foreground ,fg-accent))) + `(holiday ((t :inherit bold :background ,bg-shadow-subtle :foreground ,fg-main))) `(isearch ((t :background ,bg-shadow-intense :foreground ,fg-main))) `(isearch-fail ((t :inherit (underline bold))))