From 5f4f663e8b4bae14beba8374dfb470997fff3cc5 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Sat, 6 Jan 2024 22:49:19 +0800 Subject: [PATCH] fix: neovim - transparent backgroud --- home/base/desktop/editors/neovim/astronvim_user/init.lua | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/home/base/desktop/editors/neovim/astronvim_user/init.lua b/home/base/desktop/editors/neovim/astronvim_user/init.lua index c44844d4..51b09b93 100644 --- a/home/base/desktop/editors/neovim/astronvim_user/init.lua +++ b/home/base/desktop/editors/neovim/astronvim_user/init.lua @@ -25,8 +25,6 @@ return { -- diable toggleterm.nvim, zellij's terminal is far better than neovim's one { "akinsho/toggleterm.nvim", enabled = false }, { "folke/flash.nvim", vscode = false }, - -- colorscheme - catppuccin - { import = "astrocommunity.colorscheme.catppuccin" }, -- Highly experimental plugin that completely replaces -- the UI for messages, cmdline and the popupmenu. -- { import = "astrocommunity.utility.noice-nvim" }, @@ -67,12 +65,13 @@ return { { import = "astrocommunity.pack.helm" }, -- colorscheme + { import = "astrocommunity.colorscheme.catppuccin" }, { "catppuccin/nvim", name = "catppuccin", opts = function(_, opts) 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, }, -- Language Parser for syntax highlighting / indentation / folding / Incremental selection