diff --git a/lua/plugins/tokyonight.lua b/lua/plugins/tokyonight.lua index e46294c..e4f35b7 100644 --- a/lua/plugins/tokyonight.lua +++ b/lua/plugins/tokyonight.lua @@ -3,7 +3,7 @@ return { lazy = true, config = true, opts = { - style = "storm", + style = "night", transparent = true, terminal_colors = true, styles = { sidebars = "transparent", floats = "transparent" },