Skip to content

Commit d47d360

Browse files
committed
Fix incorrect Title highlightning in image history window
1 parent 549d579 commit d47d360

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/pyrepl/image.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ local function open_image_win(buf)
4242

4343
local win = vim.api.nvim_open_win(buf, false, opts)
4444
vim.wo[win].winhl =
45-
"NormalFloat:PyreplImageNormal,FloatBorder:PyreplImageBorder,FloatTitle:PyreplImageBorder"
45+
"NormalFloat:PyreplImageNormal,FloatBorder:PyreplImageBorder,FloatTitle:PyreplImageTitle"
4646

4747
return win
4848
end

0 commit comments

Comments
 (0)