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

    Fix #12
---
 spacemacs-common.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index 011c5ced2e..0819634cca 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -411,6 +411,9 @@
      `(org-verse ((,class (:inherit org-block :slant italic))))
      `(org-warning ((,class (:foreground ,err))))
 
+;;;;; perspective
+     `(persp-selected-face ((,class (:bold t :foreground ,func))))
+
 ;;;;; powerline
      `(powerline-active1 ((,class (:background ,active2 :foreground ,base))))
      `(powerline-active2 ((,class (:background ,active2 :foreground ,base))))

Reply via email to