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

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

[nongnu] elpa/spacemacs-theme 30068e248b 181/336: Initial support for el


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme 30068e248b 181/336: Initial support for elfeed
Date: Fri, 14 Jan 2022 10:59:33 -0500 (EST)

branch: elpa/spacemacs-theme
commit 30068e248b9db11a2eb37dd20b96cbf8ac574326
Author: Nasser Alshammari <designernasser@gmail.com>
Commit: Nasser Alshammari <designernasser@gmail.com>

    Initial support for elfeed
---
 spacemacs-common.el | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index 04ac375d15..1a71d53980 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -82,7 +82,7 @@
         (act1          (if (eq variant 'dark) (if (true-color-p) "#222226" 
"#121212") (if (true-color-p) "#e7e5eb" "#d7dfff")))
         (act2          (if (eq variant 'dark) (if (true-color-p) "#5d4d7a" 
"#444444") (if (true-color-p) "#d3d3e7" "#afafd7")))
         (base          (if (eq variant 'dark) (if (true-color-p) "#b2b2b2" 
"#b2b2b2") (if (true-color-p) "#655370" "#5f5f87")))
-        (base-dim      (if (eq variant 'dark) (if (true-color-p) "#545557" 
"#585858") (if (true-color-p) "#cdc5c8" "#afafd7")))
+        (base-dim      (if (eq variant 'dark) (if (true-color-p) "#686868" 
"#585858") (if (true-color-p) "#a094a2" "#afafd7")))
         (bg1           (if (eq variant 'dark) (if (true-color-p) "#292b2e" 
"#262626") (if (true-color-p) "#fbf8ef" "#ffffff")))
         (bg2           (if (eq variant 'dark) (if (true-color-p) "#212026" 
"#1c1c1c") (if (true-color-p) "#efeae9" "#e4e4e4")))
         (bg3           (if (eq variant 'dark) (if (true-color-p) "#100a14" 
"#121212") (if (true-color-p) "#e3dedd" "#d0d0d0")))
@@ -280,6 +280,12 @@
 ;;;;; eldoc
      `(eldoc-highlight-function-argument ((,class (:foreground ,mat :inherit 
bold))))
 
+;;;;; elfeed
+     `(elfeed-search-title-face ((,class (:foreground ,base-dim))))
+     `(elfeed-search-unread-title-face ((,class (:foreground ,base))))
+     `(elfeed-search-feed-face ((,class (:foreground ,blue))))
+     `(elfeed-search-tag-face ((,class (:foreground ,func))))
+
 ;;;;; enh-ruby
      `(enh-ruby-string-delimiter-face ((,class (:foreground ,str))))
      `(enh-ruby-op-face ((,class (:background ,bg1 :foreground ,base))))



reply via email to

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