morhetz / gruvbox

Retro groove color scheme for Vim
13.43k stars 1.1k forks source link

Cannot get it to work in macOS terminal with packer #444

Closed myarcana closed 1 year ago

myarcana commented 1 year ago

I added use 'morhetz/gruvbox' to my packer setup, and got gruvbox installed correctly as far as i can tell.

My colors are totally wrong though. Most of the text is just gray.

I tried setting vim.g.gruvbox_termcolors = 16 (echo g:gruvbox_termcolors correctly reports 16), but it doesn't look any better

I then unset that and tried

source ~/.local/share/nvim/site/pack/packer/start/gruvbox/gruvbox_256palette.sh

before running neovim, but that didn't change the appearance at all compared to the first attempt of all.

myarcana commented 1 year ago

Turn off vim.g.termguicolors

vim.g.termguicolors = false