From 4f5b64605709d5803285953026137e905756c35f Mon Sep 17 00:00:00 2001 From: Wang Kai Date: Sat, 20 Jun 2020 19:22:33 +0800 Subject: [PATCH] Add perspective.el support (#91) Added basic support for the perspective.el package [1]. [1]: https://github.com/nex3/perspective-el Resolves GH-86 Co-authored-by: Arctic Ice Studio Co-authored-by: Sven Greb --- nord-theme.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/nord-theme.el b/nord-theme.el index 9368539..fbceb89 100644 --- a/nord-theme.el +++ b/nord-theme.el @@ -707,7 +707,11 @@ `(ivy-minibuffer-match-face-4 ((,class (:background ,nord9 :foreground ,nord0)))) `(ivy-remote ((,class (:foreground ,nord14)))) `(ivy-posframe ((,class (:background ,nord1)))) - `(ivy-posframe-border ((,class (:background ,nord1)))))) + `(ivy-posframe-border ((,class (:background ,nord1)))) + `(ivy-remote ((,class (:foreground ,nord14)))) + + ;; > perspective + `(persp-selected-face ((,class (:foreground ,nord8 :weight bold)))))) ;;;###autoload (when (and (boundp 'custom-theme-load-path) load-file-name)