branch: externals/doric-themes commit 9c48c20c939c83bc1f057fb510ddac57eefe54aa Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Make read-multiple-choice-face easier to notice --- doric-themes.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doric-themes.el b/doric-themes.el index 06b3bd61fa..f9483102af 100644 --- a/doric-themes.el +++ b/doric-themes.el @@ -319,7 +319,6 @@ Run `doric-themes-after-load-theme-hook' after loading a theme." org-dispatcher-highlight proced-marked pulse-highlight-start-face - read-multiple-choice-face rectangle-preview speedbar-highlight-face tab-bar-tab-highlight @@ -1301,7 +1300,7 @@ Run `doric-themes-after-load-theme-hook' after loading a theme." `(tty-menu-disabled-face ((t :background ,bg-accent :foreground ,fg-shadow-subtle))) `(tty-menu-enabled-face ((t :background ,bg-accent :foreground ,fg-main))) `(tty-menu-selected-face ((t :background ,fg-main :foreground ,bg-main))) - + `(read-multiple-choice-face ((t :inherit bold-italic :background ,fg-shadow-intense :foreground ,bg-main))) '(adoc-meta-face ((t :inherit fixed-pitch))) '(adoc-meta-hide-face ((t :inherit fixed-pitch)))