vimr icon indicating copy to clipboard operation
vimr copied to clipboard

How to set Background Color to Dark?

Open albas99 opened this issue 3 years ago • 3 comments

My NeoVim in the terminal has a dark background but I can't find a way to set VimR background to dark. Is there a way I could do that?

albas99 avatar Jun 28 '22 14:06 albas99

There are a bunch of things at play here. For example:

  • what color is your terminal set to?
  • what do you mean by "dark"?
  • is your vim config in set bg=dark mode?
  • what color scheme does your vim config use?

My guess is you can start with :set bg=dark but you might be interested in a color theme switcher. Here are some vim/neovim compatible plugins that I use which might be helpful to you:

'altercation/vim-colors-solarized' 'vim-scripts/Colour-Sampler-Pack' 'vim-scripts/ScrollColors'

robacarp avatar Jun 28 '22 18:06 robacarp

@robacarp when I type the command :set bg=dark or :set background=dark my vimR does not change.

image

greysave avatar Apr 06 '23 16:04 greysave

Update: so it seems like before I was using the wrong configuration. For anyone seeing this in the future, check out this video on how to correctly set everything up.

albas99 avatar Apr 29 '23 11:04 albas99