nvim with transparency
This commit is contained in:
parent
9a9c6799ce
commit
f188a3c917
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
require("catppuccin").setup({
|
||||
flavour = "macchiato", -- latte, frappe, macchiato, mocha
|
||||
transparent_background = false,
|
||||
transparent_background = true,
|
||||
term_colors = false,
|
||||
|
||||
no_italic = false, -- Force no italic
|
||||
|
@ -46,7 +46,7 @@ require("gruvbox").setup({
|
|||
palette_overrides = {},
|
||||
overrides = {},
|
||||
dim_inactive = false,
|
||||
transparent_mode = false,
|
||||
transparent_mode = true,
|
||||
})
|
||||
|
||||
vim.o.background = "dark"
|
||||
|
|
Loading…
Add table
Reference in a new issue