mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-09 03:56:05 +01:00
tests/plugins/package-info: update defaults
This commit is contained in:
parent
523444bf99
commit
c162a49c38
1 changed files with 4 additions and 4 deletions
|
|
@ -8,10 +8,10 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
colors = {
|
highlights = {
|
||||||
up_to_date = "#3C4048";
|
up_to_date.fg = "#3C4048";
|
||||||
outdated = "#d19a66";
|
outdated.fg = "#d19a66";
|
||||||
invalid = "#ee4b2b";
|
invalid.fg = "#ee4b2b";
|
||||||
};
|
};
|
||||||
icons = {
|
icons = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue