branch: elpa/material-theme
commit 55e8ae4c5c2616fb3c01ef7774891ff1de45d2c5
Author: Christoph Paulik <[email protected]>
Commit: Christoph Paulik <[email protected]>
make widgets bold
---
material-theme.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/material-theme.el b/material-theme.el
index 43b39f2..aecaaf9 100644
--- a/material-theme.el
+++ b/material-theme.el
@@ -317,7 +317,7 @@
`(git-gutter-fr:deleted ((,class (:foreground ,red :weight bold))))
`(link ((,class (:foreground nil :underline t))))
- `(widget-button ((,class (:underline t))))
+ `(widget-button ((,class (:underline t :weight bold))))
`(widget-field ((,class (:background ,current-line :box (:line-width 1
:color ,foreground)))))
;; Compilation (most faces politely inherit from 'success, 'error, 'warning
etc.)