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

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

[nongnu] elpa/spacemacs-theme be8e2c2a43 192/336: Add `shadow` face (Fix


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme be8e2c2a43 192/336: Add `shadow` face (Fix #72)
Date: Fri, 14 Jan 2022 10:59:34 -0500 (EST)

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

    Add `shadow` face (Fix #72)
    
    Thanks @duianto
---
 spacemacs-common.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index 37ff89bd45..22435b3526 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -178,6 +178,7 @@
      `(page-break-lines ((,class (:foreground ,act2))))
      `(region ((,class (:background ,highlight))))
      `(secondary-selection ((,class (:background ,bg3))))
+     `(shadow ((,class (:foreground ,base-dim))))
      `(success ((,class (:foreground ,suc))))
      `(tooltip ((,class (:background ,ttip-sl :foreground ,base :bold nil 
:italic nil :underline nil))))
      `(vertical-border ((,class (:foreground ,bg4))))



reply via email to

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