noctis.nvim
noctis.nvim copied to clipboard
Screenshots
Noctis

Noctis Azureus

Noctis Bordo

Noctis Minimus

Noctis Uva

Noctis Viola

Noctis Lux

Noctis Lilac

Noctis Hibernus

Why does it have a different color configuration than the upstream version?
@azzamsa just saw this. The theme uses tree-sitter or vim's built in highlight groups to apply colours, If a treesitter hl group is not available for a token it will not get different highlighting applied to it. and further still VS Code uses LSP information to apply additional styling to the code, which is not the case (yet) for neovim.