From: Po Lu Date: Mon, 7 Feb 2022 11:59:43 +0000 (+0800) Subject: Improve contrast of `custom-button' in the leuven-dark theme X-Git-Tag: emacs-29.0.90~2455 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3eaaeed2d0ac1d4630772e4a95e8fdbbacfc08c7;p=emacs.git Improve contrast of `custom-button' in the leuven-dark theme * etc/themes/leuven-dark-theme.el (custom-button): Improve contrast of custom-button foreground. --- diff --git a/etc/themes/leuven-dark-theme.el b/etc/themes/leuven-dark-theme.el index 0f4c7920ebe..d85f8f1aa9b 100644 --- a/etc/themes/leuven-dark-theme.el +++ b/etc/themes/leuven-dark-theme.el @@ -459,7 +459,7 @@ more...") `(compilation-mode-line-run ((,class (:weight bold :foreground "#065aff")))) ; :run `(css-property ((,class (:foreground "#ff55ff")))) `(css-selector ((,class (:weight bold :foreground "#ffff0b")))) - `(custom-button ((,class (:box (:line-width 2 :style released-button) :foreground "#ffffff" :background "lightgrey")))) + `(custom-button ((,class (:box (:line-width 2 :style released-button) :foreground "gray20" :background "lightgrey")))) `(custom-button-mouse ((,class (:box (:line-width 2 :style released-button) :foreground "#ffffff" :background "#3d3842")))) `(custom-button-pressed ((,class (:box (:line-width 2 :style pressed-button) :foreground "#ffffff" :background "#312c36")))) `(custom-button-pressed-unraised ((,class (:underline t :foreground "#78ff7c"))))