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

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

[nongnu] elpa/spacemacs-theme f5b34f9b80 025/336: helm-swoop is done, an


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme f5b34f9b80 025/336: helm-swoop is done, and little tweak to the dark background
Date: Fri, 14 Jan 2022 10:58:54 -0500 (EST)

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

    helm-swoop is done, and little tweak to the dark background
---
 spacemacs-dark-theme.el  | 7 ++++++-
 spacemacs-light-theme.el | 5 +++++
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/spacemacs-dark-theme.el b/spacemacs-dark-theme.el
index 5da30eabcf..865b754d7b 100644
--- a/spacemacs-dark-theme.el
+++ b/spacemacs-dark-theme.el
@@ -29,7 +29,7 @@
 (deftheme spacemacs-dark)
 (let ((class '((class color) (min-colors 89)))
       (base "#b2b2b2");;                     GUI       TER
-      (bg1        (if (display-graphic-p) "#26282e" "#262626"))
+      (bg1        (if (display-graphic-p) "#292b2e" "#262626"))
       (bg2        (if (display-graphic-p) "#212026" "#1c1c1c"))
       (bg3        (if (display-graphic-p) "#100a14" "#121212"))
       (bg4        (if (display-graphic-p) "#0a0814" "#080808"))
@@ -186,6 +186,11 @@
    `(helm-moccur-buffer ((,class (:foreground ,func :background ,bg1))))
    `(helm-visible-mark ((,class (:foreground ,bg1 :background ,bg3))))
 
+;;;;; helm-swoop
+   `(helm-swoop-target-line-block-face ((,class (:foreground ,base :background 
,highlight))))
+   `(helm-swoop-target-line-face ((,class (:foreground ,base :background 
,highlight))))
+   `(helm-swoop-target-word-face ((,class (:foreground ,bg1 :background 
,suc))))
+
 ;;;;; company
    `(company-echo-common ((,class (:background ,base :foreground ,bg1))))
    `(company-preview ((,class (:background ,bg1 :foreground ,key1))))
diff --git a/spacemacs-light-theme.el b/spacemacs-light-theme.el
index 3d6552a4fe..74494733bd 100644
--- a/spacemacs-light-theme.el
+++ b/spacemacs-light-theme.el
@@ -186,6 +186,11 @@
    `(helm-moccur-buffer ((,class (:foreground ,func :background ,bg1))))
    `(helm-visible-mark ((,class (:foreground ,bg1 :background ,bg3))))
 
+;;;;; helm-swoop
+   `(helm-swoop-target-line-block-face ((,class (:foreground ,base :background 
,highlight))))
+   `(helm-swoop-target-line-face ((,class (:foreground ,base :background 
,highlight))))
+   `(helm-swoop-target-word-face ((,class (:foreground ,bg1 :background 
,suc))))
+
 ;;;;; company
    `(company-echo-common ((,class (:background ,base :foreground ,bg1))))
    `(company-preview ((,class (:background ,bg1 :foreground ,key1))))



reply via email to

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