plugins.package-info.settings.colors

Colors of virtual text.

Type: null or (attribute set of anything) or raw lua code

Default: null

Plugin default:

{
  invalid = "#ee4b2b";
  outdated = "#d19a66";
  up_to_date = "#3C4048";
}

Declared by:

plugins.package-info.settings.colors.invalid

Text color for invalid dependency virtual text.

Type: null or string or raw lua code

Default: null

Plugin default: "#ee4b2b"

plugins.package-info.settings.colors.outdated

Text color for outdated dependency virtual text.

Type: null or string or raw lua code

Default: null

Plugin default: "#d19a66"

plugins.package-info.settings.colors.up_to_date

Text color for up to date dependency virtual text.

Type: null or string or raw lua code

Default: null

Plugin default: "#3C4048"