24 lines
717 B
Lua
24 lines
717 B
Lua
return {
|
|
-- {
|
|
-- "catppuccin/nvim",
|
|
-- name = "catppuccin",
|
|
-- dependencies = {
|
|
-- "mg979/vim-visual-multi",
|
|
-- },
|
|
-- priority = 1000,
|
|
-- config = function()
|
|
-- require("catppuccin").setup({
|
|
-- custom_highlights = function(colors)
|
|
-- print("fuuuuuuuuuuuuuuuuuuuck", colors.red)
|
|
-- return {
|
|
-- TreesitterContext = { bg = colors.mantle },
|
|
-- TreesitterContextLineNumber = { bg = colors.mantle },
|
|
-- TreesitterContextBottom = { style = { "underline" } },
|
|
-- MultiCursor = { bg = colors.red },
|
|
-- VM_Cursor = { bg = colors.red },
|
|
-- }
|
|
-- end,
|
|
-- })
|
|
-- end,
|
|
-- },
|
|
}
|