Skip to content

Commit 4f5b646

Browse files
kaiwkarcticicestudiosvengreb
authored
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 <[email protected]> Co-authored-by: Sven Greb <[email protected]>
1 parent e43946b commit 4f5b646

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

nord-theme.el

+5-1
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,11 @@
707707
`(ivy-minibuffer-match-face-4 ((,class (:background ,nord9 :foreground ,nord0))))
708708
`(ivy-remote ((,class (:foreground ,nord14))))
709709
`(ivy-posframe ((,class (:background ,nord1))))
710-
`(ivy-posframe-border ((,class (:background ,nord1))))))
710+
`(ivy-posframe-border ((,class (:background ,nord1))))
711+
`(ivy-remote ((,class (:foreground ,nord14))))
712+
713+
;; > perspective
714+
`(persp-selected-face ((,class (:foreground ,nord8 :weight bold))))))
711715

712716
;;;###autoload
713717
(when (and (boundp 'custom-theme-load-path) load-file-name)

0 commit comments

Comments
 (0)