emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/material-theme 55e8ae4 020/118: make widgets bold


From: ELPA Syncer
Subject: [nongnu] elpa/material-theme 55e8ae4 020/118: make widgets bold
Date: Thu, 21 Oct 2021 18:06:11 -0400 (EDT)

branch: elpa/material-theme
commit 55e8ae4c5c2616fb3c01ef7774891ff1de45d2c5
Author: Christoph Paulik <cpaulik@gmail.com>
Commit: Christoph Paulik <cpaulik@gmail.com>

    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.)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]