slugbyte / lackluster.nvim

a delightful and customizable mostly monochrome colorscheme thats soft on the eyes and supports treesitter, lsp, and heaps of neovim plugins.
MIT License
183 stars 11 forks source link

proposal: support indentmini.nvim #75

Open mosaab2020 opened 2 hours ago

mosaab2020 commented 2 hours ago

Did you read the Contributing Guide?

Description

i started using indentmini.nvim

i would add highlights for indentmini.nvim

how it look out of the box: Screenshot_indentmini

there should be a highlight for the the scope the cursor in, and a highlight for the scope the cursor in not in.

Link

No response

Additional context

No response

mosaab2020 commented 2 hours ago

There are two highlights:

IndentLine IndentLineCurrent

i will make a pull request as soon as possible!

mosaab2020 commented 2 hours ago

i set IndentLineCurrent to lack, and IndentLine to gray4 Screenshot_indentmini_fix

mosaab2020 commented 2 hours ago

so what do you think?