diff --git a/lua/catppuccin/groups/editor.lua b/lua/catppuccin/groups/editor.lua index de744f150..f6abde50f 100644 --- a/lua/catppuccin/groups/editor.lua +++ b/lua/catppuccin/groups/editor.lua @@ -62,7 +62,7 @@ function M.get() TabLine = { bg = C.mantle, fg = C.surface1 }, -- tab pages line, not active tab page label TabLineFill = {}, -- tab pages line, where there are no labels TabLineSel = { fg = C.green, bg = C.surface1 }, -- tab pages line, active tab page label - TermCursor = { fg = C.base, bg = C.red }, -- cursor in a focused terminal + TermCursor = { fg = C.base, bg = C.rosewater }, -- cursor in a focused terminal TermCursorNC = { fg = C.base, bg = C.overlay2 }, -- cursor in unfocused terminals Title = { fg = C.blue, style = { "bold" } }, -- titles for output from ":set all", ":autocmd" etc. Visual = { bg = C.surface1, style = { "bold" } }, -- Visual mode selection