How do I change the color settings in emacs23 running in a terminal emulator?
- by Anonymous
I use xterm and set its appearance in ~/.Xdefaults:
XTerm*background: paleTurquoise
XTerm*foreground: black
I also use emacs, but set its appearance differently in ~/.emacs:
(set-background-color "black")
(set-foreground-color "yellow")
I usually run emacs within the terminal emulator with emacs -nw, rather than creating a…