I want a black background in my multi-term buffer and therefore, I call :
(custom-set-variables
'(term-default-bg-color "#000000")
'(term-default-fg-color "#dddd00"))
in my emacs initialization file. But, it does not color the entire background. See the attached image. I want the entire background color as black.