aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lua/gruvbox/groups.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/gruvbox/groups.lua b/lua/gruvbox/groups.lua
index d06034e..318d3ed 100644
--- a/lua/gruvbox/groups.lua
+++ b/lua/gruvbox/groups.lua
@@ -125,7 +125,7 @@ M.setup = function()
Repeat = { link = "GruvboxRed" },
Label = { link = "GruvboxRed" },
Exception = { link = "GruvboxRed" },
- Operator = { fg = colors.orange, italic = config.italic },
+ Operator = { fg = colors.orange },
Keyword = { link = "GruvboxRed" },
Identifier = { link = "GruvboxBlue" },
Function = { link = "GruvboxGreenBold" },