diff --git a/lua/plugins/colorscheme.lua b/lua/plugins/colorscheme.lua index 890c312..790f129 100644 --- a/lua/plugins/colorscheme.lua +++ b/lua/plugins/colorscheme.lua @@ -1,8 +1,9 @@ return { - "folke/tokyonight.nvim", - lazy = true, - opts = { - transparent = true, - dim_inactive = true, - } + "folke/tokyonight.nvim", + lazy = true, + opts = { + style = "storm", + transparent = true, + dim_inactive = true, + }, }