Update
This commit is contained in:
19
lua/plugins/ui/colorscheme.lua
Normal file
19
lua/plugins/ui/colorscheme.lua
Normal file
@@ -0,0 +1,19 @@
|
||||
return {
|
||||
-- Lazy
|
||||
{
|
||||
"catppuccin/nvim",
|
||||
name = "catppuccin",
|
||||
priority = 1000,
|
||||
opts = {
|
||||
flavour = "mocha",
|
||||
-- transparent_background = true,
|
||||
},
|
||||
},
|
||||
-- somewhere in your config:
|
||||
{
|
||||
"LazyVim/LazyVim",
|
||||
opts = {
|
||||
colorscheme = "catppuccin",
|
||||
},
|
||||
},
|
||||
}
|
||||
21
lua/plugins/ui/transparent.lua
Normal file
21
lua/plugins/ui/transparent.lua
Normal file
@@ -0,0 +1,21 @@
|
||||
return {
|
||||
-- {
|
||||
-- "xiyaowong/nvim-transparent",
|
||||
-- opts = {
|
||||
-- extra_groups = {
|
||||
-- "BufferLineTabClose",
|
||||
-- "BufferlineBufferSelected",
|
||||
-- "BufferLineFill",
|
||||
-- "BufferLineBackground",
|
||||
-- "BufferLineSeparator",
|
||||
-- "BufferLineIndicatorSelected",
|
||||
-- },
|
||||
-- },
|
||||
-- },
|
||||
-- {
|
||||
-- "rcarriga/nvim-notify",
|
||||
-- opts = {
|
||||
-- background_colour = "#000000",
|
||||
-- },
|
||||
-- },
|
||||
}
|
||||
Reference in New Issue
Block a user