Tsuzat / NeoSolarized.nvim

NeoSolarized colorscheme for NeoVim with full transparency
Apache License 2.0
174 stars 16 forks source link

Doesn't work well with lightspeed.nvim #7

Closed towry closed 1 year ago

towry commented 1 year ago

截屏2022-12-15 10 07 59

It's hard to find the highlighted character in the above section. In gruvbox theme, the background is dark and highlighted character is white which is very distinct.

BTW, this is the most good solarized theme for nvim I have found so far, great work.

Tsuzat commented 1 year ago

Hey, I can understand the pain. I have improved the highlight groups based on gruvbox-material. If you feel like changing the highlight groups based on your liking, you can do it in the setup config.

You can change any highlight group based on your liking, e.g.

-- Add specific highlight groups
  on_highlights = function(highlights, colors) 
    highlights.Include.fg = colors.red -- Using `red` foreground for Includes
  end,

You can refer to README.md for more details. Thanks for using the project and Happy Coding ❤