diff --git a/lua/rose-pine/theme.lua b/lua/rose-pine/theme.lua index 0c9e423..36d393a 100644 --- a/lua/rose-pine/theme.lua +++ b/lua/rose-pine/theme.lua @@ -33,9 +33,9 @@ local theme = { ColorColumn = { bg = palette.highlight_high }, Conceal = { bg = palette.none }, -- Cursor = {}, - CursorColumn = { bg = palette.overlay }, + CursorColumn = { bg = palette.highlight_low }, -- CursorIM = {}, - CursorLine = { bg = palette.overlay }, + CursorLine = { bg = palette.highlight_low }, CursorLineNr = { fg = palette.text }, DarkenedPanel = { bg = palette.surface }, DarkenedStatusline = { bg = palette.surface },