14

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?

Euwyn
  • 439
  • 3
  • 11

3 Answers3

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
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