svrana/neosolarized.nvim

Colors not correct in iTerm2

Closed this issue · 2 comments

I was trying out the colorscheme as the one that I'm currently doesn't support the newer features of nvim.

I loaded it and it obviously didn't work:
image

So I tried the original neosolarized and that one works correctly.

I'm using Lazy as a package manager and this is my config:

  'tjdevries/colorbuddy.nvim',
  {
    'svrana/neosolarized.nvim',
    config = function()
      vim.cmd.colorscheme 'neosolarized'
    end,
  },

Is there something extra that needs to be configured to get it to work?

svrana commented

You might try the setup instructions included in the readme. :P

yah, that wasn't clear until I read it again for the 100th time.....