branch: externals/ef-themes commit fbea55e645f39008a9f2625fba7d97f026a91c4e Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Use correct outline level for transient faces --- ef-themes.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ef-themes.el b/ef-themes.el index e1bafbeddf..d5665a9605 100644 --- a/ef-themes.el +++ b/ef-themes.el @@ -681,7 +681,7 @@ When called from Lisp, THEME is a symbol." `(tab-bar-tab-group-inactive ((,c :background ,bg-alt :box (:line-width (2 . -2) :color ,border)))) `(tab-bar-tab ((,c :inherit bold :box (:line-width (2 . -2) :style flat-button) :background ,bg-main :foreground ,fg-main))) `(tab-bar-tab-inactive ((,c :box (:line-width (2 . -2) :style flat-button) :background ,bg-dim :foreground ,fg-alt))) -;;;;; transient +;;;; transient `(transient-active-infix ((,c :background ,bg-hover-alt))) `(transient-amaranth ((,c :inherit bold :foreground ,yellow-warmer))) ;; Placate the compiler for what is a spurious warning. We also