Configure tokyonight theme with transparency

This commit is contained in:
smashblu 2024-05-17 14:04:24 -07:00
parent 5e08791190
commit ce44ec8344
1 changed files with 3 additions and 0 deletions

View File

@ -714,6 +714,9 @@ require('lazy').setup({
-- If you want to see what colorschemes are already installed, you can use `:Telescope colorscheme`.
'folke/tokyonight.nvim',
priority = 1000, -- Make sure to load this before all the other start plugins.
opts = {
transparent = true,
},
init = function()
-- Load the colorscheme here.
-- Like many other themes, this one has different styles, and you could load