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:
parent
523444bf99
commit
c162a49c38
1 changed files with 4 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue