modus themes fixes for the horrible neotree default colors/styling
This commit is contained in:
parent
cea26b0e72
commit
d0d2a45241
|
@ -46,7 +46,15 @@
|
||||||
|
|
||||||
(use-package modus-themes
|
(use-package modus-themes
|
||||||
:ensure t
|
: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
|
:config
|
||||||
|
(add-hook 'enable-theme-functions #'gered/mods-themes-engraved-faces)
|
||||||
(setq modus-themes-italic-constructs t)
|
(setq modus-themes-italic-constructs t)
|
||||||
(setq modus-themes-bold-constructs t)
|
(setq modus-themes-bold-constructs t)
|
||||||
(setq modus-themes-common-palette-overrides
|
(setq modus-themes-common-palette-overrides
|
||||||
|
|
Loading…
Reference in a new issue