kotajacob / wal_steam

A little script that themes the colours for Metro for steam from wal or wpg.
MIT License
145 stars 16 forks source link

hextorgb: Simplify function. #50

Closed dylanaraps closed 7 years ago

dylanaraps commented 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).

More info on list comprehensions: https://docs.python.org/3/tutorial/datastructures.html#list-comprehensions

kotajacob commented 7 years ago

This is really clean thanks!