Skip to content

Commit

Permalink
cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
mechatroner committed Mar 16, 2019
1 parent b867aa5 commit 1077372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def get_syntax_before():

def hex_to_rgb(hex_value):
hex_value = hex_value.lstrip('#')
return tuple(int(hex_value[i:i+2], 16) for i in (0, 2 ,4))
return tuple(int(hex_value[i:i+2], 16) for i in (0, 2, 4))


def do_adjust_color_scheme(style):
Expand Down

0 comments on commit 1077372

Please sign in to comment.