plugins.nvim-colorizer.fileTypes

Enable and/or configure highlighting for certain filetypes

Type: null or (list of (string or (submodule)))

Default: null

Declared by:

plugins.nvim-colorizer.fileTypes.*.AARRGGBB

0xAARRGGBB hex codes

Type: null or boolean

Default: null

plugins.nvim-colorizer.fileTypes.*.RGB

#RGB hex codes

Type: null or boolean

Default: null

plugins.nvim-colorizer.fileTypes.*.RRGGBB

#RRGGBB hex codes

Type: null or boolean

Default: null

plugins.nvim-colorizer.fileTypes.*.RRGGBBAA

#RRGGBBAA hex codes

Type: null or boolean

Default: null

plugins.nvim-colorizer.fileTypes.*.css

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

Type: null or boolean

Default: null

plugins.nvim-colorizer.fileTypes.*.css_fn

Enable all CSS functions: rgb_fn, hsl_fn

Type: null or boolean

Default: null

plugins.nvim-colorizer.fileTypes.*.hsl_fn

CSS hsl() and hsla() functions

Type: null or boolean

Default: null

plugins.nvim-colorizer.fileTypes.*.language

The language this configuration should apply to.

Type: string

plugins.nvim-colorizer.fileTypes.*.mode

Set the display mode

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

Default: null

plugins.nvim-colorizer.fileTypes.*.names

“Name” codes like Blue or blue

Type: null or boolean

Default: null

plugins.nvim-colorizer.fileTypes.*.rgb_fn

CSS rgb() and rgba() functions

Type: null or boolean

Default: null

plugins.nvim-colorizer.fileTypes.*.tailwind

Enable tailwind colors

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

Default: null

plugins.nvim-colorizer.fileTypes.*.virtualtext

Set the virtualtext character (only used when mode is set to ‘virtualtext’)

Type: null or string

Default: null