mirror of
https://github.com/aljazceru/omakub.git
synced 2026-01-14 09:54:19 +01:00
Merge pull request #67 from hiasinho/master
Make neovim background transparent for catppuccin and tokyo-night
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
return {
|
||||
{
|
||||
"catppuccin",
|
||||
opts = {
|
||||
transparent_background = true,
|
||||
},
|
||||
},
|
||||
{
|
||||
"LazyVim/LazyVim",
|
||||
opts = {
|
||||
|
||||
@@ -5,4 +5,14 @@ return {
|
||||
colorscheme = "tokyonight",
|
||||
},
|
||||
},
|
||||
{
|
||||
"folke/tokyonight.nvim",
|
||||
opts = {
|
||||
transparent = true,
|
||||
styles = {
|
||||
sidebars = "transparent",
|
||||
floats = "transparent",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user