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

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

[nongnu] elpa/subatomic-theme ace5df1 17/58: Added ido-mode faces.


From: ELPA Syncer
Subject: [nongnu] elpa/subatomic-theme ace5df1 17/58: Added ido-mode faces.
Date: Thu, 21 Oct 2021 18:11:13 -0400 (EDT)

branch: elpa/subatomic-theme
commit ace5df1fef14fc235a725224c579f40a9f8eb45f
Author: John Olsson <john@cryon.se>
Commit: John Olsson <john@cryon.se>

    Added ido-mode faces.
---
 subatomic-theme.el | 24 +++++++++++++++++++++++-
 1 file changed, 23 insertions(+), 1 deletion(-)

diff --git a/subatomic-theme.el b/subatomic-theme.el
index 7e9d6ff..0869f2f 100644
--- a/subatomic-theme.el
+++ b/subatomic-theme.el
@@ -220,6 +220,28 @@
    `(diary-face
      ((t (:foreground ,axiomatic-purple))))
 
+   ;; ido-mode
+
+   `(ido-subdir
+     ((t (:inherit eshell-ls-directory))))
+
+   `(ido-only-match
+     ((t (:foreground ,jungle-green :bold t))))
+
+   `(ido-first-match
+     ((t (:foreground ,deep-gold :bold t))))
+
+   `(ido-virtual
+     ((t (:inherit font-lock-comment-face))))
+
+   ;; Can't really figure out what these are for...
+
+   ;;   `(ido-indicator
+   ;;     ((t (:foreground ,brick-red :bold t))))
+   ;;
+   ;;   `(ido-inclomplete-regexp
+   ;;     ((t (:foreground ,piggy-pink))))
+
    ;; erc
 
    `(erc-default-face
@@ -307,7 +329,6 @@
    `(diff-refine-change
      ((t (:background ,midnight-3 :foreground ,full-white :weight bold))))
 
-
    ;; magit
 
    `(magit-branch
@@ -374,6 +395,7 @@
      ((t (:inherit font-lock-warning))))
 
    ;; compilation
+
    `(compilation-info
      ((t (:inherit default))))
 



reply via email to

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