]> git.eshelyaron.com Git - emacs.git/commitdiff
Improve contrast of `custom-button' in the leuven-dark theme
authorPo Lu <luangruo@yahoo.com>
Mon, 7 Feb 2022 11:59:43 +0000 (19:59 +0800)
committerPo Lu <luangruo@yahoo.com>
Mon, 7 Feb 2022 11:59:43 +0000 (19:59 +0800)
* etc/themes/leuven-dark-theme.el (custom-button): Improve
contrast of custom-button foreground.

etc/themes/leuven-dark-theme.el

index 0f4c7920ebe049f1ac9d3d3efa7afbe25a1f5a23..d85f8f1aa9b1d4cbacd7b47595c199940f295560 100644 (file)
@@ -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"))))