Configure MC and aptitude color schemes

aptitudecolorsmc

I'm using Ubuntu, and I'm having trouble reading text in MC and Aptitude because of the color scheme. Is there any way to change it?

Best Answer

Maybe a quick fix: mc -b forces no-color mode ;)

You can write your own skins for mc, which include a color scheme. They live in ~/.mc/skins and are selected by mc -S skinname. This article talks a bit about it and has an example available for download at the end.

But maybe the deeper trouble is that your term background is "not the expected color", so another way would be to change how your term displays the 16 "standard colors". (For example, this would make all formerly-green items purple, if that's better for you from a contrast standpoint.) How this is done depends on your terminal emulator, for example XFCE's Terminal has it in its preferences dialog, for xterm you probably need to edit a configuration file etc.

Related Question