plugins.colorizer.settings.user_default_options.AARRGGBB

Whether to highlight 0xAARRGGBB hex codes.

Type: null or boolean or raw lua code

Default: null

Plugin default: false

Declared by:

plugins.colorizer.settings.user_default_options.RGB

Whether to highlight #RGB hex codes.

Type: null or boolean or raw lua code

Default: null

Plugin default: true

Declared by:

plugins.colorizer.settings.user_default_options.RRGGBB

Whether to highlight #RRGGBB hex codes.

Type: null or boolean or raw lua code

Default: null

Plugin default: true

Declared by:

plugins.colorizer.settings.user_default_options.RRGGBBAA

Whether to highlight #RRGGBBAA hex codes.

Type: null or boolean or raw lua code

Default: null

Plugin default: false

Declared by:

plugins.colorizer.settings.user_default_options.always_update

Update color values even if buffer is not focused. Example use: cmp_menu, cmp_docs.

Type: null or boolean or raw lua code

Default: null

Plugin default: false

Declared by:

plugins.colorizer.settings.user_default_options.css

Enable all CSS features: rgb_fn, hsl_fn, names, RGB, RRGGBB.

Type: null or boolean or raw lua code

Default: null

Plugin default: false

Declared by:

plugins.colorizer.settings.user_default_options.css_fn

Enable all CSS functions: rgb_fn, hsl_fn.

Type: null or boolean or raw lua code

Default: null

Plugin default: false

Declared by:

plugins.colorizer.settings.user_default_options.hsl_fn

Whether to highlight CSS hsl() and hsla() functions.

Type: null or boolean or raw lua code

Default: null

Plugin default: false

Declared by:

plugins.colorizer.settings.user_default_options.mode

Set the display mode.

Type: null or one of “foreground”, “background”, “virtualtext” or raw lua code

Default: null

Plugin default: "background"

Declared by:

plugins.colorizer.settings.user_default_options.names

Whether to highlight name codes like Blue or blue.

Type: null or boolean or raw lua code

Default: null

Plugin default: true

Declared by:

plugins.colorizer.settings.user_default_options.rgb_fn

Whether to highlight CSS rgb() and rgba() functions.

Type: null or boolean or raw lua code

Default: null

Plugin default: false

Declared by:

plugins.colorizer.settings.user_default_options.tailwind

Enable tailwind colors. It can be a boolean, "normal", "lsp" or "both". true is same as "normal".

Type: null or boolean or one of “normal”, “lsp”, “both”

Default: null

Plugin default: false

Declared by:

plugins.colorizer.settings.user_default_options.virtualtext

Virtualtext character to use.

Type: null or string or raw lua code

Default: null

Plugin default: "■"

Declared by:

plugins.colorizer.settings.user_default_options.virtualtext_inline

Display virtualtext inline with color.

Type: null or boolean or raw lua code

Default: null

Plugin default: false

Declared by:

plugins.colorizer.settings.user_default_options.virtualtext_mode

Virtualtext highlight mode.

Type: null or one of “background”, “foreground” or raw lua code

Default: null

Plugin default: "foreground"

Declared by: