nvim-solarized-lua
nvim-solarized-lua copied to clipboard
solarized colorscheme in lua for nvim 0.5

Hello, I have a problem with cmp preview, I don't why but it's highlights matching brackets or what, like this:
I'm using this theme with neovim 0.8.x from the nightly releases and alacritty as my terminal. Overall it looks neat, but I have an issue with the LSP completion (I...
I am not sure, if this is the place to ask for this but; is it possible to have different colours depending not only on `Treesitter`, but on both `Treesitter`...
all brackets are red: `(` `[` `{` and: `!`, `,`, some golang keywords, etc.. red means error, right? I don’t know if I have misconfigured something. but without `vim.cmd('colorscheme solarized-flat')`,...
I'd like to be able to add additional highlights (for example for https://github.com/lukas-reineke/indent-blankline.nvim), in way that respects the solarized color palate.
It would make it easier to contribute if everyone was on the same page style-wise. A `.lua-format` file would be fantastic for this, or whatever other formatter you use.
This is working great! Thanks! However just ran into one issue: the **TermCursorNC** highlight group is missing (using on nvim 0.5 stable): ``` :hi TermCursorNC TermCursorNC xxx cleared ``` It...
sometimes whitespace and certain text backgrounds don't properly become transparent working correctly:  not correctly:  (im using my pager because the init.vim for it is very small, my main...
Fix for the issue described here https://github.com/neovim/neovim/issues/26378