nvim-highlite
nvim-highlite copied to clipboard
A colorscheme generator that is "lite" on logic for the developer.
`nvim-treesitter` does not tend to support very fine syntax highlighting as per `:h group-names`. For example, in Rust the `?` token is represented as an `Operator` (e.g. `+`, `-`, `&&`)...
From https://github.com/Iron-E/nvim-highlite/issues/25#issuecomment-1527676820: > I was never able to get [nvim-dap] working correctly. If you feel like [contributing](https://github.com/Iron-E/nvim-highlite/blob/master-v4/doc/contributing.md) the groups for `nvim-dap`/`-ui`, I'd be happy to help answer any questions you...
First of all, nvim-highlite is a real gem among nvim theme packages. The ability to port existing themes or easily make new ones is a treat. I've used [Tomorrow Theme](https://github.com/chriskempson/tomorrow-theme)...