1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 19:46:06 +01:00

tests/plugins/package-info: update defaults

This commit is contained in:
Gaetan Lepage 2025-10-01 00:14:31 +02:00 committed by Matt Sturgeon
parent 523444bf99
commit c162a49c38

View file

@ -8,10 +8,10 @@
enable = true;
settings = {
colors = {
up_to_date = "#3C4048";
outdated = "#d19a66";
invalid = "#ee4b2b";
highlights = {
up_to_date.fg = "#3C4048";
outdated.fg = "#d19a66";
invalid.fg = "#ee4b2b";
};
icons = {
enable = true;