I have installed Ubuntu 18.04 on Windows 10. I installed gnome-control-center from command line. It is saying 'Unable to init: could not connect: connection refused' . Wanted to change the colors of text and background of bash console from command line
Asked
Active
Viewed 96 times
1 Answers
0
If the goal is to change the colour preferences for WSL to something more readable, you can do it all in Windows like this:
- Start your WSL shell (if it's not already running)
- Right-click title bar of the shell and select "Properties"
- A dialog will appear, and you will need to:
- Select "Screen Text"
- Select the box that is the colour you would like to change
- Set the RGB value of the box to something that is better for you
- Press [OK]
Following these steps will change the colour in the console palette to something much more readable.
Note: If you use vim, you will need to change those colours separately. This answer on U&L explains exactly how to do it.
Hope this gives you what you need