Skip to content

Commit 879400f

Browse files
Cameron Mannsvengreb
authored andcommitted
Add vterm support
1 parent 7b038dd commit 879400f

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
@@ -710,7 +710,18 @@
710710
`(ivy-remote ((,class (:foreground ,nord14))))
711711

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

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

0 commit comments

Comments
 (0)