mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-30 15:46:42 +00:00
Chore: Catppuccin config, alpha-nvim header
This commit is contained in:
@@ -5,7 +5,13 @@ return { -- Add the community repository of plugin specific
|
||||
{
|
||||
import = "astrocommunity.colorscheme.catppuccin",
|
||||
opts = {
|
||||
flavour = "mocha"
|
||||
flavour = "mocha",
|
||||
transparent_background = false,
|
||||
dim_inactive = {
|
||||
enabled = true,
|
||||
shade = "dark",
|
||||
percentage = 0.15,
|
||||
},
|
||||
}
|
||||
},
|
||||
-- { import = "astrocommunity.completion.copilot-lua-cmp" },
|
||||
|
||||
Reference in New Issue
Block a user