mirror of
https://github.com/FAUSheppy/config
synced 2025-12-09 16:18:33 +01:00
Various Additional files
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user