Closed dylanaraps closed 7 years ago
This PR simplifies the hexToRgb function by using list comprehension and a different method of hex to rgb conversion (The same method in pywal).
hexToRgb
pywal
More info on list comprehensions: https://docs.python.org/3/tutorial/datastructures.html#list-comprehensions
This is really clean thanks!
This PR simplifies the
hexToRgb
function by using list comprehension and a different method of hex to rgb conversion (The same method inpywal
).More info on list comprehensions: https://docs.python.org/3/tutorial/datastructures.html#list-comprehensions