Mofiqul / dracula.nvim

Dracula colorscheme for neovim written in Lua
MIT License
594 stars 102 forks source link

Would be possible to assign a different color to a nvim :terminal window? #98

Open aisneto opened 1 year ago

aisneto commented 1 year ago

I use Nvim to conduct data analysis using a REPL in the form of a :terminal window. I'm curious if it's possible to assign a different background color exclusively to :terminal instances, as a means to differentiate between my code and the console. I believe the tokyonight theme has a setting that allows for such customization.

Mofiqul commented 1 year ago

@aisneto - Implementing it as option is a great idea. I will look into how tokyonight did it.