Fixed single color graphs crash

pull/81/head
aristocratos 2020-08-15 15:17:21 +02:00
parent 6693ff3095
commit 2c49f4baa2
1 changed files with 1 additions and 1 deletions

View File

@ -1119,7 +1119,7 @@ class Theme:
else:
c = Color.fg(*rgb["start"])
for _ in range(100):
for _ in range(101):
self.gradient[name] += [c]
#* Set terminal colors
Term.fg, Term.bg = self.main_fg, self.main_bg