Skip to content

Commit e2ec3a7

Browse files
author
Cameron Mann
committed
Add vterm support
1 parent 4f5b646 commit e2ec3a7

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

nord-theme.el

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,18 @@
711711
`(ivy-remote ((,class (:foreground ,nord14))))
712712

713713
;; > perspective
714-
`(persp-selected-face ((,class (:foreground ,nord8 :weight bold))))))
714+
`(persp-selected-face ((,class (:foreground ,nord8 :weight bold))))
715+
716+
;; > vterm
717+
`(vterm-color-default ((,class (:foreground ,nord4 :background ,nord0))))
718+
`(vterm-color-black ((,class (:foreground ,nord1 :background ,nord3))))
719+
`(vterm-color-red ((,class (:foreground ,nord11 :background ,nord11))))
720+
`(vterm-color-green ((,class (:foreground ,nord14 :background ,nord14))))
721+
`(vterm-color-yellow ((,class (:foreground ,nord13 :background ,nord13))))
722+
`(vterm-color-blue ((,class (:foreground ,nord9 :background ,nord9))))
723+
`(vterm-color-magenta ((,class (:foreground ,nord15 :background ,nord15))))
724+
`(vterm-color-cyan ((,class (:foreground ,nord8 :background ,nord7))))
725+
`(vterm-color-white ((,class (:foreground ,nord5 :background ,nord6))))))
715726

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

0 commit comments

Comments
 (0)