From b97e9c7eb984fe7a1f5a66d7458fab3a0b204a3f Mon Sep 17 00:00:00 2001 From: mhsn Date: Fri, 14 Mar 2025 14:59:49 +0000 Subject: change colortheme --- lua/plugins/colors.lua | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'lua') diff --git a/lua/plugins/colors.lua b/lua/plugins/colors.lua index a75555e..a7216c2 100644 --- a/lua/plugins/colors.lua +++ b/lua/plugins/colors.lua @@ -1,12 +1,10 @@ return { { - "sainnhe/everforest", + "https://git.mhsn.net/lain.vim", lazy = false, priority = 1000, config = function() - vim.g.everforest_background = "hard" - vim.g.everforest_disable_italic_comment = true - vim.cmd.colorscheme("everforest") + vim.cmd.colorscheme("lain") end, }, } -- cgit v1.2.3