mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-09 06:05:10 +02:00
fix: neovim - transparent backgroud
This commit is contained in:
@@ -25,8 +25,6 @@ return {
|
|||||||
-- diable toggleterm.nvim, zellij's terminal is far better than neovim's one
|
-- diable toggleterm.nvim, zellij's terminal is far better than neovim's one
|
||||||
{ "akinsho/toggleterm.nvim", enabled = false },
|
{ "akinsho/toggleterm.nvim", enabled = false },
|
||||||
{ "folke/flash.nvim", vscode = false },
|
{ "folke/flash.nvim", vscode = false },
|
||||||
-- colorscheme - catppuccin
|
|
||||||
{ import = "astrocommunity.colorscheme.catppuccin" },
|
|
||||||
-- Highly experimental plugin that completely replaces
|
-- Highly experimental plugin that completely replaces
|
||||||
-- the UI for messages, cmdline and the popupmenu.
|
-- the UI for messages, cmdline and the popupmenu.
|
||||||
-- { import = "astrocommunity.utility.noice-nvim" },
|
-- { import = "astrocommunity.utility.noice-nvim" },
|
||||||
@@ -67,12 +65,13 @@ return {
|
|||||||
{ import = "astrocommunity.pack.helm" },
|
{ import = "astrocommunity.pack.helm" },
|
||||||
|
|
||||||
-- colorscheme
|
-- colorscheme
|
||||||
|
{ import = "astrocommunity.colorscheme.catppuccin" },
|
||||||
{
|
{
|
||||||
"catppuccin/nvim",
|
"catppuccin/nvim",
|
||||||
name = "catppuccin",
|
name = "catppuccin",
|
||||||
opts = function(_, opts)
|
opts = function(_, opts)
|
||||||
opts.flavour = "mocha" -- latte, frappe, macchiato, mocha
|
opts.flavour = "mocha" -- latte, frappe, macchiato, mocha
|
||||||
opts.transparent_background = false -- disables setting the background color.
|
opts.transparent_background = true -- setting the background color.
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
-- Language Parser for syntax highlighting / indentation / folding / Incremental selection
|
-- Language Parser for syntax highlighting / indentation / folding / Incremental selection
|
||||||
|
|||||||
Reference in New Issue
Block a user