As terminal background might differ the color scheme needs to match.
To avoid this I would like to set background color to black.
I tried this:
t, err := tcell.New(tcell.ClearStyle(cell.ColorDefault, cell.ColorBlack))
but that doesn't quite do the right thing:

Is there a way to do this that I am not seeing?