1. Home
  2. Linux
  3. Changing terminal colors in ubuntu linux

Changing Terminal Colors In Ubuntu Linux

Linux/Unix based system’s real power lies in their terminal. If you have to work in the Ubuntu’s terminal and you are not comfortable with it’s default color, you can change it easily. Both background color and text color can be changed.

To change the background color of your Ubuntu terminal, open it and click Edit > Profile.

terminal-profile-edit

Select Default and click Edit.

profile-box

In the next displayed window, go to Colors tab.

editing-profile

Uncheck Use colors from system theme and select your desired background color and text color. You can also place an image in the background of your terminal by going to Background tab. To apply an image as terminal background, select Background Image option, and select the image file.

backgroung-image-terminal

Once done with settings, click Close.

terminal-color-change

The selected colors will be applied to your terminal instantly. Enjoy!

14 Comments

  1. Is it possible to change the color of the current shell by typing something in the shell as opposed to the steps you described?
    Basically what I am trying to do is at the end of my build I want to put a line that changes the color of the terminal to red/ green depending on my build succeeding/ failing to grab my attention.