plugins.flutter-tools.settings.lsp.color.enabled

Whether or not to highlight color variables at all, only supported on flutter >= 2.10.

Type: null or boolean or raw lua code

Default: null

Plugin default: false

Declared by:

plugins.flutter-tools.settings.lsp.color.background

Whether to highlight the background.

Type: null or boolean or raw lua code

Default: null

Plugin default: false

Declared by:

plugins.flutter-tools.settings.lsp.color.background_color

Required when the background is transparent.

Type: null or (attribute set of (unsigned integer, meaning >=0, or raw lua code)) or raw lua code

Default: null

Plugin default: null

Example:

{
  b = 24;
  g = 17;
  r = 19;
}

Declared by:

plugins.flutter-tools.settings.lsp.color.foreground

Whether to highlight the foreground.

Type: null or boolean or raw lua code

Default: null

Plugin default: false

Declared by:

plugins.flutter-tools.settings.lsp.color.virtual_text

Whether to show the highlight using virtual text.

Type: null or boolean or raw lua code

Default: null

Plugin default: true

Declared by:

plugins.flutter-tools.settings.lsp.color.virtual_text_str

The virtual text character to highlight.

Type: null or string or raw lua code

Default: null

Plugin default: "■"

Declared by: