branch: elpa/spacemacs-theme
commit be8e2c2a4345eeca693d1a570cde32d7de4ad005
Author: nashamri <[email protected]>
Commit: nashamri <[email protected]>

    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