Various Additional files

This commit is contained in:
Sheppy
2017-05-23 23:46:55 +02:00
parent fa662b9ac5
commit 6f805b8cc7
10 changed files with 178 additions and 0 deletions

View File

@@ -25,6 +25,8 @@ def color_panel(s,hex_code,seper=True):
return "^fg(#" + hex_code + ") " + s + "^bg()"+sep
def get_color(nr,start,end):
if nr == 88:
return hex(GREEN)
if end == start or nr >= end:
return hex(GREEN)
else: