branch: elpa/hyperdrive commit 43fec5b95a11dc37831d846cb0e2ae1af93ef72f Author: Adam Porter <a...@alphapapa.net> Commit: Adam Porter <a...@alphapapa.net>
Change: (-downloaded faces) Set :weight normal --- hyperdrive-vars.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hyperdrive-vars.el b/hyperdrive-vars.el index fc2ede7c43..ac0ac62ddb 100644 --- a/hyperdrive-vars.el +++ b/hyperdrive-vars.el @@ -314,13 +314,13 @@ value (and should only be present once in the string). Used in (defface h/size '((t (:inherit font-lock-doc-face))) "File sizes.") -(defface h/size-fully-downloaded '((t (:inherit success))) +(defface h/size-fully-downloaded '((t (:inherit success :weight normal))) "File sizes for entries which have been fully downloaded.") -(defface h/size-not-downloaded '((t (:inherit error))) +(defface h/size-not-downloaded '((t (:inherit error :weight normal))) "File sizes for entries which have not been downloaded.") -(defface h/size-partially-downloaded '((t (:inherit warning))) +(defface h/size-partially-downloaded '((t (:inherit warning :weight normal))) "File sizes for entries which have been partially downloaded.") (defface h/timestamp '((t (:inherit default)))