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

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

[elpa] externals/modus-themes bc3cc758ba 1/2: Make treemacs directory fa


From: ELPA Syncer
Subject: [elpa] externals/modus-themes bc3cc758ba 1/2: Make treemacs directory faces similar to dired
Date: Wed, 20 Nov 2024 00:58:21 -0500 (EST)

branch: externals/modus-themes
commit bc3cc758ba335395c2b35318244d62a47c048381
Author: Rahul M. Juliato <rahul.juliato@gmail.com>
Commit: Rahul M. Juliato <rahul.juliato@gmail.com>

    Make treemacs directory faces similar to dired
---
 modus-themes.el | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/modus-themes.el b/modus-themes.el
index 31419bf04d..3ec3f1315d 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -3854,8 +3854,8 @@ FG and BG are the main colors."
     `(trashed-restored ((,c :inherit modus-themes-mark-sel)))
 ;;;;; treemacs
     `(treemacs-async-loading-face ((,c :foreground ,fg-main)))
-    `(treemacs-directory-face ((,c :inherit modus-themes-bold :foreground 
,keyword)))
-    `(treemacs-directory-collapsed-face ((,c :inherit modus-themes-bold 
:foreground ,keyword)))
+    `(treemacs-directory-face ((,c :foreground ,accent-0)))
+    `(treemacs-directory-collapsed-face ((,c :foreground ,accent-0)))
     `(treemacs-file-face ((,c :foreground ,fg-main)))
     `(treemacs-fringe-indicator-face ((,c :foreground ,fg-main)))
     `(treemacs-git-added-face ((,c :inherit success)))
@@ -3871,20 +3871,20 @@ FG and BG are the main colors."
     `(treemacs-help-title-face ((,c :foreground ,fg-main)))
     `(treemacs-hl-line-face ((,c :background ,bg-hl-line :extend t)))
     `(treemacs-marked-file-face ((,c :inherit modus-themes-mark-alt)))
-    `(treemacs-nerd-icons-face ((,c :inherit modus-themes-bold :foreground 
,keyword)))
+    `(treemacs-nerd-icons-face ((,c :foreground ,accent-0)))
     `(treemacs-on-failure-pulse-face ((,c :foreground ,fg-main)))
     `(treemacs-on-success-pulse-face ((,c :foreground ,fg-main)))
     `(treemacs-peek-mode-indicator-face ((,c :foreground ,fg-main)))
     `(treemacs-remote-face ((,c :foreground ,fg-main)))
-    `(treemacs-root-face ((,c :inherit modus-themes-bold :foreground 
,keyword)))
+    `(treemacs-root-face ((,c :foreground ,accent-0)))
     `(treemacs-root-remote-disconnected-face ((,c :inherit warning)))
     `(treemacs-root-remote-unreadable-face ((,c :inherit warning)))
     `(treemacs-root-unreadable-face ((,c :inherit error)))
     `(treemacs-tags-face ((,c :foreground ,fg-main)))
     `(treemacs-term-node-face ((,c :inherit modus-themes-bold :foreground 
,keyword)))
     `(treemacs-window-background-face ((,c :background ,bg-main)))
-    `(treemacs-nerd-icons-root-face ((,c :inherit modus-themes-bold 
:foreground ,keyword)))
-    `(treemacs-nerd-icons-file-face ((,c :inherit modus-themes-bold 
:foreground ,keyword)))
+    `(treemacs-nerd-icons-root-face ((,c :foreground ,accent-0)))
+    `(treemacs-nerd-icons-file-face ((,c :foreground ,accent-0)))
 ;;;;; tree-sitter
     `(tree-sitter-hl-face:attribute ((,c :inherit 
font-lock-variable-name-face)))
     `(tree-sitter-hl-face:constant.builtin ((,c :inherit 
tree-sitter-hl-face:constant)))



reply via email to

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