diff --git a/lua/rose-pine/theme.lua b/lua/rose-pine/theme.lua index c629fd6..45f937d 100644 --- a/lua/rose-pine/theme.lua +++ b/lua/rose-pine/theme.lua @@ -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.highlight_high, bg = p.text }) + h('Cursor', { fg = p.text, bg = p.highlight_high }) h('CursorColumn', { bg = p.highlight_low }) -- CursorIM = {}, h('CursorLine', { bg = p.highlight_low })