diff options
-rw-r--r-- | init.el | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -61,6 +61,12 @@ (setq modus-themes-fringes 'subtle) (setq modus-themes-diffs 'fg-only) :config + (add-hook 'modus-themes-after-load-theme-hook + (lambda () + (set-face-attribute 'git-annex-dired-annexed-available nil + :foreground (modus-themes-color 'green)) + (set-face-attribute 'git-annex-dired-annexed-unavailable nil + :foreground (modus-themes-color 'red)))) (load-theme 'modus-operandi t)) |