diff options
author | xulongwu4 <xulongwu4@gmail.com> | 2020-05-07 03:21:20 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-07 09:21:20 +0200 |
commit | 6323f662d6d2046f81889ff4c2df5fa824dab6ac (patch) | |
tree | 37891a56aa77dee5cafde97045bda2b5724a4239 /CHANGELOG.md | |
parent | 974a91906db5dda21d95c8bcd2d63ddebc060949 (diff) | |
download | nord-vim-6323f662d6d2046f81889ff4c2df5fa824dab6ac.tar.gz |
Use transparent background for gutter line number in GUI mode (#204)
The `LineNr` and `CursorLineNr` highlight groups now have a transparent
background in GUI mode.
Before it was set to `nord0_gui` which worked fine in most cases.
However, some plugins use these highlight groups to render their content
in a popup window which can potentially have a different background
color. This caused some issues e.g. for the fuzzy search plugin
LeaderF [1].
The compatibility with the `g:nord_cursor_line_number_background`
theme configuration has been verified to work as expected in both modes
when it is set to `0` or `1`.
This change is not related to the terminal mode or when using
`set notermguicolors` since `ctermbg` for `LineNr` and `CursorLineNr`
is set to `NONE` by default.
[1]: https://github.com/Yggdroot/LeaderF
Diffstat (limited to 'CHANGELOG.md')
0 files changed, 0 insertions, 0 deletions