aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRahul Garg <3199183+vihu@users.noreply.github.com>2022-09-15 08:16:04 -0600
committerGitHub <noreply@github.com>2022-09-15 11:16:04 -0300
commitc632f629026cf41308b4473ab9bb9686318c993c (patch)
tree146a97ae7a6bb801af90ef21f7a633b212634b17 /tests
parentc7aaa3ec3f431d90b0b9382cb52bebffc0e4283a (diff)
downloadgruvbox-c632f629026cf41308b4473ab9bb9686318c993c.tar.gz
gruvbox-c632f629026cf41308b4473ab9bb9686318c993c.tar.xz
Add transparent_mode and dim_inactive support (#149)
* Add transparent_mode and dim_inactive support * Attempt to fix tests
Diffstat (limited to 'tests')
-rw-r--r--tests/gruvbox/gruvbox_spec.lua4
1 files changed, 4 insertions, 0 deletions
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 })