From 6e58226472aeda39bded165efbaae7e73a5fde96 Mon Sep 17 00:00:00 2001 From: Vollow Date: Fri, 9 Aug 2024 09:53:22 +0800 Subject: [PATCH] Revert "feat(terminal): highlight `TermCursor` and `TermCursorNC` (#744)" This reverts commit 6337885980e86792001f430f6251b160171f459b. --- lua/catppuccin/groups/editor.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/lua/catppuccin/groups/editor.lua b/lua/catppuccin/groups/editor.lua index de744f15..6a12ef66 100644 --- a/lua/catppuccin/groups/editor.lua +++ b/lua/catppuccin/groups/editor.lua @@ -62,8 +62,6 @@ 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 - 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 VisualNOS = { bg = C.surface1, style = { "bold" } }, -- Visual mode selection when vim is "Not Owning the Selection".