From f03cea2e0e4b1265699e89b344f425e3d33a94e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ellison=20Lea=CC=83o?= Date: Sun, 12 Mar 2023 13:04:44 -0300 Subject: Removing italic from Operator. Close #215 --- lua/gruvbox/groups.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua') 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" }, -- cgit v1.2.3