From a1cb8ad92928084c4d253f5c6840414d534d31b6 Mon Sep 17 00:00:00 2001 From: RitchielRez <52417892+ritchielrez@users.noreply.github.com> Date: Mon, 12 Sep 2022 14:17:09 +0600 Subject: [PATCH] fix(gruvbox_material): changed to color red for `for` keyword --- lua/base46/themes/gruvbox_material.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/base46/themes/gruvbox_material.lua b/lua/base46/themes/gruvbox_material.lua index 3413cc4..217d872 100644 --- a/lua/base46/themes/gruvbox_material.lua +++ b/lua/base46/themes/gruvbox_material.lua @@ -56,6 +56,7 @@ M.polish_hl = { Include = { fg = M.base_16.base0E }, TSVariable = { fg = M.base_16.base08 }, TSProperty = { fg = M.base_16.base0C }, + TSRepeat = { fg = M.base_16.base0 }, } vim.opt.bg = "dark"