nvim-colorizer.lua icon indicating copy to clipboard operation
nvim-colorizer.lua copied to clipboard

Fix parsing for RRGGBBAA hex codes

Open kwshi opened this issue 3 years ago • 3 comments

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

kwshi avatar Apr 29 '21 01:04 kwshi

Old behavior: nvim-hex-wrong

PR behavior: nvim-hex-fixed

kwshi avatar Apr 29 '21 01:04 kwshi

@norcalli Could you please revisit this to get merged?

wookayin avatar Oct 03 '21 04:10 wookayin

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

Please accept this request @norcalli image

nizos avatar Nov 01 '21 14:11 nizos

Is this failing again ? image

hellmind avatar May 10 '24 02:05 hellmind

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

norcalli avatar May 10 '24 04:05 norcalli

And thanks for the PR

norcalli avatar May 10 '24 04:05 norcalli