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

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

[nongnu] elpa/spacemacs-theme f2e3ea373c 030/336: Many little tweaks


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme f2e3ea373c 030/336: Many little tweaks
Date: Fri, 14 Jan 2022 10:58:54 -0500 (EST)

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

    Many little tweaks
---
 spacemacs-dark-theme.el  | 8 ++++----
 spacemacs-light-theme.el | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/spacemacs-dark-theme.el b/spacemacs-dark-theme.el
index d9f1f61d79..17f23f1712 100644
--- a/spacemacs-dark-theme.el
+++ b/spacemacs-dark-theme.el
@@ -57,7 +57,7 @@
       (active1    (if (display-graphic-p) "#222226" "#121212"))
       (active2    (if (display-graphic-p) "#5d4d7a" "#444444"))
       (inactive   (if (display-graphic-p) "#5d4d7a" "#111111"))
-      (highlight  (if (display-graphic-p) "#433f4d" "#444444")))
+      (highlight  (if (display-graphic-p) "#333c45" "#444444")))
 
   (custom-theme-set-faces
    'spacemacs-dark
@@ -143,8 +143,8 @@
    `(anzu-mode-line ((,class (:foreground ,yellow :weight bold))))
 
 ;;;;; smartparens
-   `(sp-show-pair-match-face
-     ((,class (:foreground ,red :weight bold))))
+   `(sp-show-pair-match-face ((,class (:foreground ,suc :weight bold 
:underline t))))
+   `(sp-pair-overlay-face ((,class (:background ,highlight :foreground nil))))
 
 ;;;;; git-gutter-fr
    `(git-gutter-fr:added ((,class (:foreground ,green :weight bold))))
@@ -152,7 +152,7 @@
    `(git-gutter-fr:modified ((,class (:foreground ,inf :weight bold))))
 
 ;;;;; ido
-   `(ido-first-match ((,class (:foreground ,violet))))
+   `(ido-first-match ((,class (:foreground ,type :bold t))))
    `(ido-only-match ((,class (:foreground ,green))))
    `(ido-subdir ((,class (:foreground ,key1))))
 
diff --git a/spacemacs-light-theme.el b/spacemacs-light-theme.el
index 0744e25dde..d671febec3 100644
--- a/spacemacs-light-theme.el
+++ b/spacemacs-light-theme.el
@@ -143,8 +143,8 @@
    `(anzu-mode-line ((,class (:foreground ,yellow :weight bold))))
 
 ;;;;; smartparens
-   `(sp-show-pair-match-face
-     ((,class (:foreground ,red :weight bold))))
+   `(sp-show-pair-match-face ((,class (:foreground ,red :weight bold 
:underline t))))
+   `(sp-pair-overlay-face ((,class (:background ,highlight :foreground nil))))
 
 ;;;;; git-gutter-fr
    `(git-gutter-fr:added ((,class (:foreground ,green :weight bold))))
@@ -152,7 +152,7 @@
    `(git-gutter-fr:modified ((,class (:foreground ,inf :weight bold))))
 
 ;;;;; ido
-   `(ido-first-match ((,class (:foreground ,violet))))
+   `(ido-first-match ((,class (:foreground ,type :bold t))))
    `(ido-only-match ((,class (:foreground ,green))))
    `(ido-subdir ((,class (:foreground ,key1))))
 



reply via email to

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