qvacua / vimr

VimR — Neovim GUI for macOS in Swift
https://twitter.com/VimRefined
MIT License
6.62k stars 218 forks source link

How to set Background Color to Dark? #961

Open albas99 opened 2 years ago

albas99 commented 2 years ago

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?

robacarp commented 2 years ago

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

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'

greysave commented 1 year ago

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

image
albas99 commented 1 year ago

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.