From aec98d867b86ff5698eaa9e7e2f43c13ac2660f8 Mon Sep 17 00:00:00 2001 From: psychhim Date: Tue, 9 Jan 2024 05:56:38 +0530 Subject: [PATCH] changed colorscheme to torte --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 30b15b9..fba836f 100644 --- a/init.lua +++ b/init.lua @@ -153,7 +153,7 @@ require('lazy').setup({ }, { -- Theme - vim.cmd [[colorscheme murphy]] + vim.cmd [[colorscheme torte]] },