summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2021-03-11 00:52:39 -0500
committerKyle Meyer <kyle@kyleam.com>2022-01-15 16:39:44 -0500
commit04e404f962de5357b6698d2ff3cc20a2ad58ce15 (patch)
treeadb283a7be48b0b65cd1d231d72c72c03796b0bc /init.el
parentba05c935edb5d0ad8837123eb34d327d53f4d2c0 (diff)
downloademacs.d-04e404f962de5357b6698d2ff3cc20a2ad58ce15.tar.gz
modus: Set some git-annex-dired-* faces
I should eventually look into submitting a patch upstream.
Diffstat (limited to 'init.el')
-rw-r--r--init.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/init.el b/init.el
index 4d254e7..1c67630 100644
--- a/init.el
+++ b/init.el
@@ -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))