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

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