From 8ab7be776a477a59efe5677781fdade02089ae92 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Fri, 2 Jun 2023 11:54:10 +0100 Subject: [PATCH] Change tokynight flavour --- lua/plugins/tokyonight.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" },