From 6d519d2392dcb7acd86a397f1970e1f943a14f9d Mon Sep 17 00:00:00 2001 From: RGBCube Date: Wed, 8 Nov 2023 13:42:26 +0300 Subject: [PATCH] Fix theme parameter name --- themes/gruvbox.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/gruvbox.nix b/themes/gruvbox.nix index d7d71e4..d079562 100644 --- a/themes/gruvbox.nix +++ b/themes/gruvbox.nix @@ -4,7 +4,7 @@ background = "1D2021"; text = "DDC7A1"; - activehighlight = "D79921"; + activeHighlight = "D79921"; inactiveHighlight = "928374"; low = "94A6FF";