branch: externals/modus-themes
commit c8a6aa699879f80dd81c4d005ee6c8545e0c0678
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    Apply a faint foreground to marginalia-file-name
---
 modus-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modus-themes.el b/modus-themes.el
index 3e460d794d..7a706d0827 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -6044,7 +6044,7 @@ If COLOR is unspecified, then return :box unspecified."
     `(marginalia-char ((,c :foreground ,accent-2)))
     `(marginalia-date ((,c :foreground ,date-common)))
     `(marginalia-documentation ((,c :inherit modus-themes-slant :foreground 
,docstring)))
-    `(marginalia-file-name (( )))
+    `(marginalia-file-name ((,c :foreground ,fg-dim)))
     `(marginalia-file-owner ((,c :foreground ,fg-dim)))
     `(marginalia-file-priv-dir ((,c :foreground ,accent-0)))
     `(marginalia-file-priv-exec ((,c :foreground ,accent-1)))

Reply via email to