norcalli / nvim-colorizer.lua

The fastest Neovim colorizer.
Other
2.23k stars 117 forks source link

Fix parsing for RRGGBBAA hex codes #57

Closed kwshi closed 3 months ago

kwshi commented 3 years ago

Resolves #53. The existing hex parser accidentally flips the r and b bytes for RRGGBBAA hex codes; this PR fixes that behavior.

kwshi commented 3 years ago

Old behavior: nvim-hex-wrong

PR behavior: nvim-hex-fixed

wookayin commented 2 years ago

@norcalli Could you please revisit this to get merged?

nizos commented 2 years ago

I can confirm that this works. Thank you @kwshi !

Please accept this request @norcalli image

hellmind commented 3 months ago

Is this failing again ? image

norcalli commented 3 months ago

Sorry for being inactive for so long, I'm going to try to be more active again.

norcalli commented 3 months ago

And thanks for the PR