From 20af6881f37b0949603bcc5a258ee9e3b7e59856 Mon Sep 17 00:00:00 2001 From: Graham McMillan <30657475+gmcmillan82@users.noreply.github.com> Date: Mon, 5 Aug 2024 19:04:52 +0200 Subject: [PATCH] Update nvim theme --- lua/custom/plugins/colorscheme.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/custom/plugins/colorscheme.lua b/lua/custom/plugins/colorscheme.lua index ad8b95ff..ba1ec003 100644 --- a/lua/custom/plugins/colorscheme.lua +++ b/lua/custom/plugins/colorscheme.lua @@ -5,7 +5,7 @@ return { priority = 1000, config = function() require('tokyonight').setup { - style = 'moon', + style = 'night', } vim.cmd [[colorscheme tokyonight]] end,