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, }