From 12e56ce3ae560493f4fd2318391007c4e3fd4601 Mon Sep 17 00:00:00 2001 From: Wang Kai Date: Sat, 11 Jan 2020 23:51:45 +0800 Subject: [PATCH 1/2] Add perspective.el support see: #86 --- nord-theme.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/nord-theme.el b/nord-theme.el index 9368539..9bce69c 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 ,nord14 :weight bold)))))) ;;;###autoload (when (and (boundp 'custom-theme-load-path) load-file-name) From 665a8169b7880793b0cae9d3ac94fdf4a007de5a Mon Sep 17 00:00:00 2001 From: Sven Greb Date: Sat, 20 Jun 2020 13:09:53 +0200 Subject: [PATCH 2/2] Use `nord8` as foreground color for perspective.el using `nord8` as foreground color makes it consistent with the default status bar style. Co-authored-by: Arctic Ice Studio --- nord-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nord-theme.el b/nord-theme.el index 9bce69c..fbceb89 100644 --- a/nord-theme.el +++ b/nord-theme.el @@ -711,7 +711,7 @@ `(ivy-remote ((,class (:foreground ,nord14)))) ;; > perspective - `(persp-selected-face ((,class (:foreground ,nord14 :weight bold)))))) + `(persp-selected-face ((,class (:foreground ,nord8 :weight bold)))))) ;;;###autoload (when (and (boundp 'custom-theme-load-path) load-file-name)