I know how to do this via Terminal > Preferences, but this seems to require opening a new console. I'd like to change the background color on the current console. Is this possible?
Asked
Active
Viewed 9,997 times
3 Answers
33
Menu: Shell > Show Inspector (⌘I)
Double-click on the desired setting. Naturally you'll have to add your desired colour scheme using Preferences first.
ghoppe
- 6,460
- 22
- 21
-
Is possible to do this in the command line? – kevin su Jan 25 '22 at 07:15
2
You can create a command you can enter in Terminal like I suggested in a similar topic.
Daniel Beck
- 109,300
- 14
- 287
- 334
0
You can do this from the command line too, with a command such as;
tput setab 6
clear
This changes the background to a teal colour.
Fiach Reid
- 101
- 3