From 19aab2f935171faa6efd10282138706775543bad Mon Sep 17 00:00:00 2001 From: Jakob Beckmann Date: Sun, 6 Jul 2025 13:18:30 +0200 Subject: [PATCH] colorschemes/gruvbox-material: update default config due to lib changes --- plugins/colorschemes/gruvbox-material.nix | 2 +- .../test-sources/plugins/colorschemes/gruvbox-material.nix | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/plugins/colorschemes/gruvbox-material.nix b/plugins/colorschemes/gruvbox-material.nix index 6073689c..3daac2f9 100644 --- a/plugins/colorschemes/gruvbox-material.nix +++ b/plugins/colorschemes/gruvbox-material.nix @@ -24,7 +24,7 @@ lib.nixvim.plugins.mkNeovimPlugin { force_background = false; }; signs = { - highlight = true; + force_background = false; }; customize = lib.nixvim.nestedLiteralLua '' function(g, o) diff --git a/tests/test-sources/plugins/colorschemes/gruvbox-material.nix b/tests/test-sources/plugins/colorschemes/gruvbox-material.nix index ff168670..d620fa48 100644 --- a/tests/test-sources/plugins/colorschemes/gruvbox-material.nix +++ b/tests/test-sources/plugins/colorschemes/gruvbox-material.nix @@ -22,7 +22,8 @@ background_color = null; }; signs = { - highlight = true; + force_background = false; + background_color = null; }; customize = null; }; @@ -46,7 +47,8 @@ force_background = false; }; signs = { - highlight = true; + force_background = false; + background_color = null; }; customize = lib.nixvim.mkRaw '' function(g, o)