I have my terminal configured to use the solarized color palette. I would like to simply limit emacs to 8 colors so that font-lock
uses the same colors as my terminal. I can accomplish this by running emacs with TERM=xterm-color
but this is causing some other terminal issues.
Is there another way to limit the number of colors available? As far as I can tell emacs configures this directly from the terminal parameters.