diff options
| author | Ellison Leão <ellisonleao@gmail.com> | 2023-03-12 13:04:44 -0300 |
|---|---|---|
| committer | Ellison Leão <ellisonleao@gmail.com> | 2023-03-12 13:05:10 -0300 |
| commit | f03cea2e0e4b1265699e89b344f425e3d33a94e3 (patch) | |
| tree | 87532898999a70bf01efe1424c7f9d2894128047 /lua | |
| parent | 6489fc48890e9228527ec7c52293bb2c34136da8 (diff) | |
| download | gruvbox-f03cea2e0e4b1265699e89b344f425e3d33a94e3.tar.gz gruvbox-f03cea2e0e4b1265699e89b344f425e3d33a94e3.tar.xz | |
Removing italic from Operator. Close #215
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/gruvbox/groups.lua | 2 |
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" }, |
