Skip to content

Commit 2f0f7b2

Browse files
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 <[email protected]>
1 parent 3833bf9 commit 2f0f7b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nord-theme.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@
708708
`(ivy-remote ((,class (:foreground ,nord14))))
709709

710710
;; > perspective
711-
`(persp-selected-face ((,class (:foreground ,nord14 :weight bold))))))
711+
`(persp-selected-face ((,class (:foreground ,nord8 :weight bold))))))
712712

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

0 commit comments

Comments
 (0)