tweak TreesitterContext colors
This commit is contained in:
parent
ad0d5db776
commit
70c5ea6915
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@ require("catppuccin").setup({
|
|||
-- },
|
||||
custom_highlights = function(colors)
|
||||
return {
|
||||
TreesitterContext = { bg = colors.mantle },
|
||||
TreesitterContextLineNumber = { bg = colors.mantle },
|
||||
TreesitterContext = { bg = colors.surface0 },
|
||||
TreesitterContextLineNumber = { bg = colors.surface0 },
|
||||
-- TreesitterContextBottom = { style = { "underline" } },
|
||||
MultiCursor = { bg = colors.red },
|
||||
VM_Cursor = { bg = colors.red },
|
||||
|
|
Loading…
Reference in a new issue