eylles / pywal16

16 colors fork of pywal
MIT License
161 stars 24 forks source link

Hex argb #4

Closed eylles closed 2 years ago

eylles commented 2 years ago

pull request #578 @chrishoage still have not tested but correct me if i'm wrong, hex_argb does as it says and prepends the alpha value to the rgb hex values, alpha_hex on the contrary appends the alpha value in hex to the rgb hex values right?

chrishoage commented 2 years ago

@eylles The names could perhaps be better, so feel free to adjust

hex_argb places the hex alpha value in front of the hex. E.g. for polybar

alpha_hex turns the alpha value into a hex value. E.g. 80 -> CC

eylles commented 2 years ago

i mean, it looks good to me, i would just like to have things crystal clear for when i eventually add the documentation of the fork.

eylles commented 2 years ago

screw it, i will merge this as is, and if the names aren't clear enough i will adjust them when i put out a release, which should be soon™