From 70320b12ae53895243371e53a3f5449d2b1b29be Mon Sep 17 00:00:00 2001 From: taynpg Date: Thu, 27 Nov 2025 15:46:51 +0800 Subject: [PATCH] =?UTF-8?q?ch=EF=BC=9A=E7=A6=81=E7=94=A8=E6=96=9C=E4=BD=93?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/plugins/theme.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lua/plugins/theme.lua b/lua/plugins/theme.lua index fdb9731..7331b05 100644 --- a/lua/plugins/theme.lua +++ b/lua/plugins/theme.lua @@ -5,7 +5,8 @@ return { config = function() -- Optionally configure and load the colorscheme -- directly inside the plugin declaration. - vim.g.everforest_enable_italic = true + vim.g.everforest_enable_italic = false + vim.g.everforest_disable_italic_comment = 1 vim.cmd.colorscheme("everforest") end, }