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

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

[nongnu] elpa/spacemacs-theme 3d48da1803 029/336: ido in good shape


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme 3d48da1803 029/336: ido in good shape
Date: Fri, 14 Jan 2022 10:58:54 -0500 (EST)

branch: elpa/spacemacs-theme
commit 3d48da180301186f75e24f7fc290e10bef23632b
Author: nashamri <designernasser@gmail.com>
Commit: nashamri <designernasser@gmail.com>

    ido in good shape
---
 spacemacs-dark-theme.el  | 7 +++++++
 spacemacs-light-theme.el | 7 +++++++
 2 files changed, 14 insertions(+)

diff --git a/spacemacs-dark-theme.el b/spacemacs-dark-theme.el
index 246b39b23d..d9f1f61d79 100644
--- a/spacemacs-dark-theme.el
+++ b/spacemacs-dark-theme.el
@@ -65,6 +65,8 @@
 ;;;;; basics
    `(default ((,class (:background ,bg1 :foreground ,base))))
    `(vertical-border ((,class (:foreground ,bg4))))
+   `(eval-sexp-fu-flash ((,class (:background ,suc :foreground ,bg1))))
+   `(eval-sexp-fu-flash-error ((,class (:background ,err :foreground ,bg1))))
    `(minibuffer-prompt ((,class (:bold t :foreground ,keyword))))
    `(match ((,class (:background ,bg1 :foreground ,inf :weight bold))))
    `(default-italic ((,class (:italic t))))
@@ -149,6 +151,11 @@
    `(git-gutter-fr:deleted ((,class (:foreground ,war :weight bold))))
    `(git-gutter-fr:modified ((,class (:foreground ,inf :weight bold))))
 
+;;;;; ido
+   `(ido-first-match ((,class (:foreground ,violet))))
+   `(ido-only-match ((,class (:foreground ,green))))
+   `(ido-subdir ((,class (:foreground ,key1))))
+
 ;;;;; helm
    `(helm-bookmark-directory ((,class (:inherit helm-ff-directory))))
    `(helm-bookmark-file ((,class (:foreground ,base))))
diff --git a/spacemacs-light-theme.el b/spacemacs-light-theme.el
index cedbde0b82..0744e25dde 100644
--- a/spacemacs-light-theme.el
+++ b/spacemacs-light-theme.el
@@ -65,6 +65,8 @@
 ;;;;; basics
    `(default ((,class (:background ,bg1 :foreground ,base))))
    `(vertical-border ((,class (:foreground ,bg4))))
+   `(eval-sexp-fu-flash ((,class (:background ,suc :foreground ,bg1))))
+   `(eval-sexp-fu-flash-error ((,class (:background ,err :foreground ,bg1))))
    `(minibuffer-prompt ((,class (:bold t :foreground ,keyword))))
    `(match ((,class (:background ,bg1 :foreground ,inf :weight bold))))
    `(default-italic ((,class (:italic t))))
@@ -149,6 +151,11 @@
    `(git-gutter-fr:deleted ((,class (:foreground ,war :weight bold))))
    `(git-gutter-fr:modified ((,class (:foreground ,inf :weight bold))))
 
+;;;;; ido
+   `(ido-first-match ((,class (:foreground ,violet))))
+   `(ido-only-match ((,class (:foreground ,green))))
+   `(ido-subdir ((,class (:foreground ,key1))))
+
 ;;;;; helm
    `(helm-bookmark-directory ((,class (:inherit helm-ff-directory))))
    `(helm-bookmark-file ((,class (:foreground ,base))))



reply via email to

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