diff options
author | Raphael <glephunter@gmail.com> | 2022-11-07 20:02:00 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-07 04:02:00 -0800 |
commit | 3435cdfb94b6f3c72e7f0f16fef9ff2660377cb2 (patch) | |
tree | 02d74b2b517d3edff4e1a195df80c50e35b16883 /src/nvim/highlight_group.c | |
parent | 31ffc360f2a4aab469a95a55c532f376443bd5fe (diff) | |
download | rneovim-3435cdfb94b6f3c72e7f0f16fef9ff2660377cb2.tar.gz rneovim-3435cdfb94b6f3c72e7f0f16fef9ff2660377cb2.tar.bz2 rneovim-3435cdfb94b6f3c72e7f0f16fef9ff2660377cb2.zip |
refactor(highlight): rename FloatBorderTitle #20988
requested in https://github.com/neovim/neovim/pull/20184
Diffstat (limited to 'src/nvim/highlight_group.c')
-rw-r--r-- | src/nvim/highlight_group.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/highlight_group.c b/src/nvim/highlight_group.c index a83f4ea969..97debc95a8 100644 --- a/src/nvim/highlight_group.c +++ b/src/nvim/highlight_group.c @@ -131,7 +131,7 @@ static const char *highlight_init_both[] = { "default link MsgSeparator StatusLine", "default link NormalFloat Pmenu", "default link FloatBorder WinSeparator", - "default link FloatBorderTitle Title", + "default link FloatTitle Title", "default FloatShadow blend=80 guibg=Black", "default FloatShadowThrough blend=100 guibg=Black", "RedrawDebugNormal cterm=reverse gui=reverse", |