Skip to content

Commit

Permalink
feat(terminal): highlight TermCursor and TermCursorNC
Browse files Browse the repository at this point in the history
  • Loading branch information
vollowx committed Aug 6, 2024
1 parent eca96f3 commit 6363189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/catppuccin/groups/editor.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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".
Expand Down

0 comments on commit 6363189

Please sign in to comment.