tweak TreesitterContext colors

lazyvim
Andy Teijelo 2022-11-27 09:12:47 -05:00
parent ad0d5db776
commit 70c5ea6915
1 changed files with 2 additions and 2 deletions

View File

@ -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 },