I am using the monokai theme from https://github.com/oneKelvinSmith/monokai-emacs, and I would like to override the background to be black. Following the override instructions, I tried:
(setq monokai-background "#000000")
(load-theme 'monokai t)
However, this does not seem to work. What am I missing?