NvChad / nvim-colorizer.lua

Maintained fork of the fastest Neovim colorizer
Other
708 stars 47 forks source link

Bug: User defined Tailwind colors are not shown #47

Closed brendencallahan closed 1 year ago

brendencallahan commented 1 year ago

Describe the bug If the user defines a color it is not shown as the background.

To Reproduce Define a user variable like 'gray-light' and use it e.g. 'from-gray-light'

Expected behavior The color used should be the background color of the text.

Screenshots image

Operating System: Arch

Neovim Version: NVIM v0.8.3

brendencallahan commented 1 year ago

Nevermind. I misread the docs to think that 'true' for tailwind defaulted to 'both' not 'normal'. My apologies.