feat: fix Cursor highlight group

This commit is contained in:
mrtnvgr 2023-03-07 15:00:45 +07:00
commit a960e94bbe
No known key found for this signature in database
GPG key ID: 5B3379E981EF48B1

View file

@ -20,7 +20,7 @@ function M._load(options)
h('ColorColumn', { bg = p.overlay })
h('Conceal', { bg = p.none })
h('CurSearch', { link = 'IncSearch' })
h('Cursor', { fg = p.text, bg = p.highlight_high })
h('Cursor', { fg = p.highlight_high, bg = p.text })
h('CursorColumn', { bg = p.highlight_low })
-- CursorIM = {},
h('CursorLine', { bg = p.highlight_low })