mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-08 16:24:32 +02:00
colorschemes/gruvbox-material: update default config due to lib changes
Some checks are pending
Publish every Git push to main to FlakeHub / flakehub-publish (push) Waiting to run
Publish every git push to Flakestry / publish-flake (push) Waiting to run
Documentation / Version info (push) Waiting to run
Documentation / Build (push) Blocked by required conditions
Documentation / Combine builds (push) Blocked by required conditions
Documentation / Deploy (push) Blocked by required conditions
Some checks are pending
Publish every Git push to main to FlakeHub / flakehub-publish (push) Waiting to run
Publish every git push to Flakestry / publish-flake (push) Waiting to run
Documentation / Version info (push) Waiting to run
Documentation / Build (push) Blocked by required conditions
Documentation / Combine builds (push) Blocked by required conditions
Documentation / Deploy (push) Blocked by required conditions
This commit is contained in:
parent
ef0fa015a8
commit
19aab2f935
2 changed files with 5 additions and 3 deletions
|
@ -24,7 +24,7 @@ lib.nixvim.plugins.mkNeovimPlugin {
|
|||
force_background = false;
|
||||
};
|
||||
signs = {
|
||||
highlight = true;
|
||||
force_background = false;
|
||||
};
|
||||
customize = lib.nixvim.nestedLiteralLua ''
|
||||
function(g, o)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue