qvacua / vimr

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

Setting ColorScheme #727

Open Dovermore opened 5 years ago

Dovermore commented 5 years ago

Hi, how to set the colorscheme for vimR? I vaguely recall the first time I installed it there is a menu item to set it. Now I've reinstalled the brew distribution, and the item is gone.

I've tried installing different versions of vimR. And tried set terminal color in init.vim, none of them worked. image Here is a screenshot of what it looks like.

I tried searching as well. Didn't find a working solution for me. (Fairly new to vim)

sebnow commented 5 years ago

Use the standard :colorscheme command

Dovermore commented 5 years ago

Hi, I had the colorscheme dracula in my .vimrc already. The screenshot is after the scheme was set.

Dovermore commented 5 years ago

Umm, weird. I tried to run :colorscheme gruvbox and it successfully changed to a dark background like this.

image

And after this when I run again :colorscheme dracula. It (semi-)worked, character and navigation color scheme is now dracula scheme. But background colour is still the gruvbox background.

I tested such commands in normal terminal nvim. After :colorscheme gruvbox, :colorscheme dracula, the background colour for dracula is slightly darker.

It seems for some reason dracula background colour is not successfully set here.