modus themes fixes for the horrible neotree default colors/styling

This commit is contained in:
Gered 2025-01-26 19:17:59 -05:00
parent cea26b0e72
commit d0d2a45241

View file

@ -46,7 +46,15 @@
(use-package modus-themes
:ensure t
:init
(defun gered/mods-themes-engraved-faces (&rest _)
(modus-themes-with-colors
(custom-set-faces
`(neo-dir-link-face ((,c :foreground, accent-0)))
`(neo-vc-edited-face ((,c :inherit warning)))
)))
:config
(add-hook 'enable-theme-functions #'gered/mods-themes-engraved-faces)
(setq modus-themes-italic-constructs t)
(setq modus-themes-bold-constructs t)
(setq modus-themes-common-palette-overrides