emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/dracula-theme 9b87aee 008/187: Emacs: improve ido-support.


From: ELPA Syncer
Subject: [nongnu] elpa/dracula-theme 9b87aee 008/187: Emacs: improve ido-support.
Date: Thu, 21 Oct 2021 18:04:46 -0400 (EDT)

branch: elpa/dracula-theme
commit 9b87aee27f2abcc4a9a2cf5987d0c6b57efdb90f
Author: Sebastian Reuße <seb@wirrsal.net>
Commit: Sebastian Reuße <seb@wirrsal.net>

    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))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]