starter/lua/plugins/colorscheme.lua
2025-10-22 23:14:09 -07:00

33 lines
621 B
Lua

return {
{
"catppuccin/nvim",
opts = {
flavour = "macchiato",
dim_inactive = {
enabled = true,
percentage = 1.75,
},
-- integrations = {
-- native_lsp = {
-- enabled = false,
-- },
-- },
}
},
{
"LazyVim/LazyVim",
opts = {
colorscheme = "catppuccin",
}
},
-- {
-- "akinsho/bufferline.nvim",
-- init = function()
-- local bufline = require("catppuccin.groups.integrations.bufferline")
-- function bufline.get()
-- return bufline.get_theme()
-- end
-- end,
-- }
}
-- test