mhartington / oceanic-next

Oceanic Next theme for neovim
Other
1.14k stars 141 forks source link

Support highlight groups #112

Closed aktau closed 1 year ago

aktau commented 2 years ago

(This is a feature request rather than a bug report so I didn't fill in all of the sections, please do advise.)

Problems summary

mhartington/oceanic-next does not support highlight groups (used by e.g. nvim-lsp when the LSP supports highlighting functionality).

The functionality, and oceanic-next's lack of support for it, was documented on https://sbulav.github.io/til/til-neovim-highlight-references/.

Expected

I'd expect it to support it like https://github.com/folke/tokyonight.nvim, https://github.com/ellisonleao/gruvbox.nvim, https://github.com/rebelot/kanagawa.nvim et cetera, if that is reasonable to do as a dual editor colorscheme (classic Vim and Neovim).

mhartington commented 1 year ago

Hey, sorry for not getting to this sooner (life happens).

But this should be supported with the latest release

Screenshot 2023-05-01 at 8 51 12 AM
aktau commented 1 year ago

Thanks a lot, I'll check it out sometime soon.