branch: externals/doric-themes commit 0981713961377581d0e6c1e70f5c879b3268f3fd Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Make the ace-window overlay key more visible Thanks to Daniel Doherty for telling me that the previous design was hard to read. This was done in issue 10: <https://github.com/protesilaos/doric-themes/issues/10>. --- doric-themes.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doric-themes.el b/doric-themes.el index be233db185..65c843d734 100644 --- a/doric-themes.el +++ b/doric-themes.el @@ -1162,8 +1162,7 @@ Run `doric-themes-after-load-theme-hook' after loading a theme." ztreep-node-count-children-face)) (defconst doric-themes-underline-emphasis-faces - '(aw-leading-char-face - company-echo-common + '(company-echo-common company-preview-common company-preview-search company-tooltip-common @@ -1338,6 +1337,8 @@ Run `doric-themes-after-load-theme-hook' after loading a theme." `(ansi-color-bright-cyan ((t :background ,fg-faint-cyan :foreground ,fg-faint-cyan))) `(ansi-color-cyan ((t :background ,fg-faint-cyan :foreground ,fg-faint-cyan))) + `(aw-leading-char-face ((t :inherit bold-italic :height 1.5 :foreground ,fg-accent))) + `(company-tooltip ((t :inherit fixed-pitch :background ,bg-shadow-subtle :foreground ,fg-shadow-subtle))) `(corfu-default ((t :inherit fixed-pitch :background ,bg-shadow-subtle :foreground ,fg-shadow-subtle)))