branch: elpa/dracula-theme
commit 9b87aee27f2abcc4a9a2cf5987d0c6b57efdb90f
Author: Sebastian Reuße <[email protected]>
Commit: Sebastian Reuße <[email protected]>
Emacs: improve ido-support.
Directories in ido default to “red1”, which is less than pleasing in
contrast to
the dracula background.
---
dracula-theme.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/dracula-theme.el b/dracula-theme.el
index 10a54e1..32099d6 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -111,6 +111,7 @@
`(ido-only-match ((,class (:foreground ,warning))))
`(org-sexp-date ((,class (:foreground ,fg4))))
`(ido-first-match ((,class (:foreground ,keyword :bold t))))
+ `(ido-subdir ((,class (:foreground ,builtin))))
`(gnus-group-mail-1 ((,class (:foreground ,keyword :bold t))))
`(gnus-group-mail-1-empty ((,class (:inherit gnus-group-mail-1 :bold nil))))
`(gnus-group-mail-2 ((,class (:foreground ,const :bold t))))