From fac0f76075a524ba2877bdbdc25c96bc806b64bb Mon Sep 17 00:00:00 2001 From: mvllow Date: Wed, 25 Jan 2023 12:11:01 -0500 Subject: [PATCH] add cursor highlights Closes #121 --- lua/rose-pine/theme.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/rose-pine/theme.lua b/lua/rose-pine/theme.lua index 029cb8e..de988ae 100644 --- a/lua/rose-pine/theme.lua +++ b/lua/rose-pine/theme.lua @@ -18,7 +18,7 @@ function M._load(options) h('ColorColumn', { bg = p.overlay }) h('Conceal', { bg = p.none }) h('CurSearch', { link = 'IncSearch' }) - -- Cursor = {}, + h('Cursor', { fg = p.text, bg = p.highlight_high }) h('CursorColumn', { bg = p.highlight_low }) -- CursorIM = {}, h('CursorLine', { bg = p.highlight_low })