3

I'm running ubuntu through the Windows PowerShell. The path is in a blue color which is very difficult to read. How can the colors of the fonts, backgrounds, foregrounds be changed?

Andy
  • 31

1 Answers1

1

Your problem is that you started bash from a consolehost running powershell with it's own colorscheme.

If you'd used start bash or Start-Process bash.exe you'd got the colors set in the properties for bash

Microsoft just prereleased a Windows Console Colortool (coming with fall update) which helps with colorpalettes and IIUR you'll be able to import palettes from other sources.

LotPings
  • 111
  • 4