branch: externals/ef-themes commit 18aae80892690e0584c12c3a808a056c9680f231 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Refine custom-button background --- ef-themes.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ef-themes.el b/ef-themes.el index 74eac1e4cf..121a9f27a8 100644 --- a/ef-themes.el +++ b/ef-themes.el @@ -610,7 +610,7 @@ Helper function for `ef-themes-preview-colors'." `(completions-common-part ((,c :inherit bold :foreground ,accent-0))) `(completions-first-difference ((,c :inherit bold :foreground ,accent-1))) ;;;; custom (M-x customize) - `(custom-button ((,c :box ,fg-dim :background ,bg-alt :foreground ,fg-intense))) + `(custom-button ((,c :box ,fg-dim :background ,bg-active :foreground ,fg-intense))) `(custom-button-mouse ((,c :inherit (highlight custom-button)))) `(custom-button-pressed ((,c :inherit (secondary-selection custom-button)))) `(custom-changed ((,c :background ,bg-changed)))