Command To Reset The Colors In The Terminal

[Solved] Command To Reset The Colors In The Terminal | Php - Code Explorer | yomemimo.com
Question : command to reset the colors in the terminal

Answered by : chris-nzokaokoye

tput init

Source : https://askubuntu.com/questions/443560/how-do-i-reset-the-colors-of-my-terminal | Last Update : Thu, 14 Apr 22

Question : reset color terminal

Answered by : angry-alligator-kgrm82bi1nj6

tput sgr0

Source : https://askubuntu.com/questions/443560/how-do-i-reset-the-colors-of-my-terminal | Last Update : Tue, 10 Jan 23

Question : command to reset the colors in the terminal

Answered by : chris-nzokaokoye

tput setaf <numbers from 0 to 18>
Fo example;
tput setaf 7
tput setaf 15 #each number gives a different color with respect to your preference

Source : https://askubuntu.com/questions/443560/how-do-i-reset-the-colors-of-my-terminal | Last Update : Thu, 14 Apr 22

Answers related to command to reset the colors in the terminal

Code Explorer Popular Question For Php