I'm trying Emacs. I would like to set colors for Eshell. I tried that first with set-foreground-color. But it affects my other modes too.
(add-hook 'eshell-mode-hook (lambda ( default ((t (:foreground "#BD8700"))))))
But that's not working either. Or it's affecting the colors on other modes/scratch too.
Have anyone a suggestion? This is not a duplicate question, because the other answers change the colors of other buffers as well.