nvim-solarized-lua icon indicating copy to clipboard operation
nvim-solarized-lua copied to clipboard

solarized colorscheme in lua for nvim 0.5

Results 17 nvim-solarized-lua issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/368382/174269837-9503d86d-a5a0-4d75-bd82-16c9d83a6388.png)

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: ![image](https://user-images.githubusercontent.com/7631554/124185881-8748c500-da89-11eb-9797-10081150d854.png) not correctly: ![image](https://user-images.githubusercontent.com/7631554/124185957-9f204900-da89-11eb-911a-d18a299c0ac4.png) (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