feat: small tweak to colorscheme.lua

This commit is contained in:
Devin Haska 2024-04-26 17:00:15 -06:00
parent 102af95a0b
commit 6829dbbb06

View file

@ -1,8 +1,9 @@
return { return {
"folke/tokyonight.nvim", "folke/tokyonight.nvim",
lazy = true, lazy = true,
opts = { opts = {
transparent = true, style = "storm",
dim_inactive = true, transparent = true,
} dim_inactive = true,
},
} }