Skip to content

Commit 3295895

Browse files
authored
add ansicolors so that shell and eshell follow the theme
Even though term and ansi-term show proper colors consistent with the chosen theme shell and eshell do not do so because they are controlled by the ansi-color faces so customize ansi-color faces to have a consistent look and feel
1 parent 15dadfb commit 3295895

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

nord-theme.el

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,14 @@
295295
`(term-color-yellow ((,class (:foreground ,nord13 :background ,nord13))))
296296
`(term-color-green ((,class (:foreground ,nord14 :background ,nord14))))
297297
`(term-color-magenta ((,class (:foreground ,nord15 :background ,nord15))))
298+
`(ansi-color-black ((,class (:foreground ,nord1 :background ,nord1))))
299+
`(ansi-color-white ((,class (:foreground ,nord5 :background ,nord5))))
300+
`(ansi-color-cyan ((,class (:foreground ,nord7 :background ,nord7))))
301+
`(ansi-color-blue ((,class (:foreground ,nord8 :background ,nord8))))
302+
`(ansi-color-red ((,class (:foreground ,nord11 :background ,nord11))))
303+
`(ansi-color-yellow ((,class (:foreground ,nord13 :background ,nord13))))
304+
`(ansi-color-green ((,class (:foreground ,nord14 :background ,nord14))))
305+
`(ansi-color-magenta ((,class (:foreground ,nord15 :background ,nord15))))
298306
`(tool-bar ((,class (:foreground ,nord4 :background ,nord3))))
299307
`(tooltip ((,class (:foreground ,nord0 :background ,nord4))))
300308
`(trailing-whitespace ((,class (:foreground ,nord3))))

0 commit comments

Comments
 (0)