From c632f629026cf41308b4473ab9bb9686318c993c Mon Sep 17 00:00:00 2001 From: Rahul Garg <3199183+vihu@users.noreply.github.com> Date: Thu, 15 Sep 2022 08:16:04 -0600 Subject: Add transparent_mode and dim_inactive support (#149) * Add transparent_mode and dim_inactive support * Attempt to fix tests --- tests/gruvbox/gruvbox_spec.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests') diff --git a/tests/gruvbox/gruvbox_spec.lua b/tests/gruvbox/gruvbox_spec.lua index f243ed2..9338ab6 100644 --- a/tests/gruvbox/gruvbox_spec.lua +++ b/tests/gruvbox/gruvbox_spec.lua @@ -16,6 +16,8 @@ describe("setup", function() invert_intend_guides = false, contrast = "", overrides = {}, + dim_inactive = false, + transparent_mode = false, } gruvbox.setup() @@ -36,6 +38,8 @@ describe("setup", function() invert_intend_guides = false, contrast = "", overrides = {}, + dim_inactive = false, + transparent_mode = false, } gruvbox.setup({ undercurl = false, underline = false }) -- cgit v1.2.3