I am running Emacs 24.1. On my .emacs start file I have the following line:
(load-theme 'tango-dark t)
However, when I run an ansi-term terminal, the background colors don't work well:
What's interesting is that for directories, the background color seems to be correct, while for some files the background color is black (even though the buffer's background color is dark grey).
I would like to either:
1: Have the background color of the buffer match the background color of the text (black in this case)
or
2: Have the background color of the text match the background color of the buffer (dark grey in this case), which in this case is configured by tango-dark.
How can I do this? (an answer for both possibilities would be ideal)