Skip to content

Commit

Permalink
Update pywal_lights.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gzowski authored Jan 26, 2021
1 parent c6ccd50 commit a979748
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pywal_lights.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ def hex_to_rgb(value):
return list(int(value[i:i+2], 16) for i in (0, 2, 4))

#Primary Light Colour
#hexlist[0] = color0 hexlist[1] = color1 and so on for terminal colours.
rgbp = hex_to_rgb(hexlist[1])
#Secondary Light Colour
rgbs = hex_to_rgb(hexlist[2])
Expand Down

0 comments on commit a979748

Please sign in to comment.