Add transparencty to the config

This commit is contained in:
Segcolt 2026-01-16 17:19:54 -03:00
parent f3d4395f72
commit 1566b7fdc1
2 changed files with 14 additions and 12 deletions

View File

@ -2,18 +2,19 @@ return {
"AstroNvim/astrocommunity",
{ import = "astrocommunity.colorscheme.catppuccin" },
-- {
-- "catppuccin",
-- opts = {
-- integrations = {
-- ts_rainbow2 = true,
-- treesitter = true,
-- }
-- },
{
"catppuccin",
opts = {
integrations = {
ts_rainbow2 = true,
treesitter = true,
},
transparent_background = true
},
-- config = function()
-- vim.api.nvim_set_hl(0, "LspInlayHint", { bg = "#1e1e2f" })
-- end
-- },
},
-- { import = "astrocommunity.pack.cpp" },

View File

@ -42,6 +42,7 @@ return {
signcolumn = "auto", -- sets vim.opt.signcolumn to auto
wrap = false, -- sets vim.opt.wrap
expandtab = false,
cursorline = false,
tabstop = 8,
shiftwidth = 8,
showtabline = 8,