We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1860184 commit 72cbf1aCopy full SHA for 72cbf1a
1 file changed
init.lua
@@ -789,6 +789,13 @@ require('lazy').setup({
789
-- If you want to see what colorschemes are already installed, you can use `:Telescope colorscheme`.
790
'folke/tokyonight.nvim',
791
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
799
init = function()
800
-- Load the colorscheme here.
801
-- Like many other themes, this one has different styles, and you could load
0 commit comments