From 3435cdfb94b6f3c72e7f0f16fef9ff2660377cb2 Mon Sep 17 00:00:00 2001 From: Raphael Date: Mon, 7 Nov 2022 20:02:00 +0800 Subject: refactor(highlight): rename FloatBorderTitle #20988 requested in https://github.com/neovim/neovim/pull/20184 --- src/nvim/highlight_group.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nvim/highlight_group.c') 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", -- cgit