diff --git a/lua/abyss/theme.lua b/lua/abyss/theme.lua index 4f79402..2a6496b 100644 --- a/lua/abyss/theme.lua +++ b/lua/abyss/theme.lua @@ -58,7 +58,7 @@ function M.get(user_opts) lCursor = { link = "Cursor" }, CursorIM = { fg = colors.lowgrey, bg = colors.darkred, reverse = true }, CursorLine = { fg = colors.none, bg = colors.darkblue }, - CursorLineNr = { fg = colors.lightgrey, bg = colors.bg }, + CursorLineNr = { fg = colors.lightgrey, bg = colors.darkblue, bold = true }, CursorColumn = { link = "CursorLine" }, Directory = { fg = colors.yellow, bg = colors.none, bold = true },