You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The plugin uses two custom highlight groups IndentGuidesOdd and IndentGuidesEven to style the indent lines. The indent_guides#highlight_colors() function supports both GUI and terminal mode, but uses the same groups.
In order to make it work with Nord both groups should be added to the theme.
I've added it to the backlog, but feel free to submit a PR if you like.
The even and odd highlighting blocks using `nord1` and `nord2` (`nord3`
in terminal mode) to provide a subtle and non-disturbing style.
Note that the custom theme colors [1] are only applied when the
`indent_guides_auto_colors` variable has been set to `0`:
```vim
let g:indent_guides_auto_colors = 0
```
[1]: https://github.com/nathanaelkane/vim-indent-guides#setting-custom-indent-colorsResolvesGH-186
not working with vim-indent-guides
I guess it is because of theese lines
The text was updated successfully, but these errors were encountered: