diff --git a/lua/setup/gruvbox.lua b/lua/setup/gruvbox.lua index 27301ab..b3cb624 100644 --- a/lua/setup/gruvbox.lua +++ b/lua/setup/gruvbox.lua @@ -1,8 +1,8 @@ require('gruvbox').setup({ undercurl = true, underline = true, - bold = true, - italic = true, -- will make italic comments and special strings + bold = false, + italic = false, -- will make italic comments and special strings inverse = true, -- invert background for search, diffs, statuslines and errors invert_selection = false, invert_signs = false,