|
711 | 711 | `(ivy-remote ((,class (:foreground ,nord14)))) |
712 | 712 |
|
713 | 713 | ;; > 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)))))) |
715 | 726 |
|
716 | 727 | ;;;###autoload |
717 | 728 | (when (and (boundp 'custom-theme-load-path) load-file-name) |
|
0 commit comments