Improve contrast of `custom-button' in the leuven-dark theme
* etc/themes/leuven-dark-theme.el (custom-button): Improve contrast of custom-button foreground.
This commit is contained in:
parent
a5e6a7c3bc
commit
3eaaeed2d0
1 changed files with 1 additions and 1 deletions
|
@ -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"))))
|
||||
|
|
Loading…
Add table
Reference in a new issue