branch: externals/disk-usage
commit 284c1424104c96f4dc190abb6c0c67446b259135
Author: Pierre Neidhardt <[email protected]>
Commit: Pierre Neidhardt <[email protected]>

    Inherit from error/warning faces instead of defining foreground colors
---
 disk-usage.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/disk-usage.el b/disk-usage.el
index 1888a67..dd28afe 100644
--- a/disk-usage.el
+++ b/disk-usage.el
@@ -99,12 +99,12 @@
                  (function :tag "System \"du\"" 
disk-usage--directory-size-with-du)))
 
 (defface disk-usage-inaccessible
-  '((t :foreground "red"
+  '((t :inherit error
        :underline t))
   "Face for inaccessible folders.")
 
 (defface disk-usage-symlink
-  '((t :foreground "orange"))
+  '((t :inherit warning))
   "Face for symlinks.")
 
 (defface disk-usage-symlink-directory

Reply via email to