Skip to content

Commit

Permalink
Add perspective.el support (#91)
Browse files Browse the repository at this point in the history
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 <development@arcticicestudio.com>
Co-authored-by: Sven Greb <development@svengreb.de>
  • Loading branch information
3 people authored Jun 20, 2020
1 parent e43946b commit 4f5b646
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion nord-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4f5b646

Please sign in to comment.