loctvl842 / monokai-pro.nvim

Monokai Pro theme for Neovim written in Lua, with multiple filters: Pro, Classic, Machine, Octagon, Ristretto, Spectrum
MIT License
424 stars 40 forks source link

Support for indent-blankline v3 #85

Closed UtkarshVerma closed 10 months ago

UtkarshVerma commented 10 months ago

The project was refactored at v3 and now the highlight groups have changed, which are covered in the Migration Guide.

Here's a snippet from the help page:

==============================================================================
 4. HIGHLIGHTS                                                *ibl.highlights*

IblIndent                                                       *hl-IblIndent*

 The default highlight group for indentation characters.

 Default: takes the values from |hl-Whitespace| when not defined ~

IblWhitespace                                               *hl-IblWhitespace*

 The default highlight group for whitespace characters.

 Default: takes the values from |hl-Whitespace| when not defined ~

IblScope                                                         *hl-IblScope*

 The default highlight group for |ibl.config.scope| characters.

 Default: takes the values from |hl-LineNr| when not defined ~
loctvl842 commented 10 months ago

Thanks a lot, will do.

UtkarshVerma commented 10 months ago

Hi, did this get implemented? I still have to use the following overrides to get it to work: image

loctvl842 commented 10 months ago

can you create a PR, because I can't detect what are those highlight group represent for?