branch: externals/doric-themes commit a396cf4e2788a006f7b2dba3ce557724c36917ca Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Make the holiday face stand out a bit more --- doric-themes.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doric-themes.el b/doric-themes.el index 9cc5871401..3fa0dd4c51 100644 --- a/doric-themes.el +++ b/doric-themes.el @@ -651,7 +651,6 @@ Run `doric-themes-after-load-theme-hook' after loading a theme." gnus-server-agent gnus-server-cloud-host hexl-address-region - holiday homoglyph ido-subdir log-view-message @@ -1481,6 +1480,8 @@ 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))) + `(isearch ((t :background ,bg-shadow-intense :foreground ,fg-main))) `(isearch-fail ((t :inherit (underline bold)))) `(isearch-group-1 ((t :background ,bg-accent :foreground ,fg-accent)))