diff --git a/lua/rose-pine/theme.lua b/lua/rose-pine/theme.lua index 7a79990..35b256a 100644 --- a/lua/rose-pine/theme.lua +++ b/lua/rose-pine/theme.lua @@ -19,9 +19,9 @@ function M.get(config) ColorColumn = { bg = p.highlight_high }, Conceal = { bg = p.none }, -- Cursor = {}, - CursorColumn = { bg = p.overlay }, + CursorColumn = { bg = p.highlight_low }, -- CursorIM = {}, - CursorLine = { bg = p.overlay }, + CursorLine = { bg = p.highlight_low }, CursorLineNr = { fg = p.text }, DarkenedPanel = { bg = p.surface }, DarkenedStatusline = { bg = p.surface },