branch: externals/modus-themes commit df1798234edd56678da975d0d65b64bdebafc314 Merge: dc0d606e2a bc3cc758ba Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: GitHub <nore...@github.com>
Merge pull request #124 from LionyxML/main 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)))