Skip to content

Commit 72cbf1a

Browse files
committed
Update transparency for tokyo-night
1 parent 1860184 commit 72cbf1a

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

init.lua

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -789,6 +789,13 @@ require('lazy').setup({
789789
-- If you want to see what colorschemes are already installed, you can use `:Telescope colorscheme`.
790790
'folke/tokyonight.nvim',
791791
priority = 1000, -- Make sure to load this before all the other start plugins.
792+
opts = {
793+
transparent = true,
794+
styles = {
795+
sidebars = 'transparent',
796+
flots = 'transparent',
797+
},
798+
},
792799
init = function()
793800
-- Load the colorscheme here.
794801
-- Like many other themes, this one has different styles, and you could load

0 commit comments

Comments
 (0)