Modified for transparent background with tokyonight theme
This commit is contained in:
parent
4a7f26873c
commit
917393ccb1
|
@ -0,0 +1,11 @@
|
||||||
|
require("tokyonight").setup {
|
||||||
|
transparent = true,
|
||||||
|
styles = {
|
||||||
|
sidebars = "transparent",
|
||||||
|
floats = "transparent",
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
vim.cmd [[colorscheme tokyonight-night]]
|
||||||
|
vim.cmd [[hi Normal guibg=none]]
|
||||||
|
|
|
@ -80,10 +80,6 @@ local plugins = {
|
||||||
"folke/tokyonight.nvim",
|
"folke/tokyonight.nvim",
|
||||||
lazy = false, -- make sure we load this during startup if it is your main colorscheme
|
lazy = false, -- make sure we load this during startup if it is your main colorscheme
|
||||||
priority = 1000, -- make sure to load this before all the other start plugins
|
priority = 1000, -- make sure to load this before all the other start plugins
|
||||||
config = function()
|
|
||||||
-- load the colorscheme here
|
|
||||||
vim.cmd('colorscheme tokyonight-night')
|
|
||||||
end,
|
|
||||||
},
|
},
|
||||||
|
|
||||||
'ThePrimeagen/harpoon',
|
'ThePrimeagen/harpoon',
|
||||||
|
|
Loading…
Reference in New Issue