diff --git a/lua/catppuccin/groups/editor.lua b/lua/catppuccin/groups/editor.lua index 515d1205..87566691 100644 --- a/lua/catppuccin/groups/editor.lua +++ b/lua/catppuccin/groups/editor.lua @@ -63,7 +63,7 @@ function M.get() 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 - TermCursorNC = { fg = C.red, bg = C.surface1 }, -- cursor in unfocused terminals + TermCursorNC = { fg = C.red, bg = C.overlay0 }, -- 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 VisualNOS = { bg = C.surface1, style = { "bold" } }, -- Visual mode selection when vim is "Not Owning the Selection".