Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohitth007 committed Jun 11, 2021
1 parent 2ed962c commit 0c7dc4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zulipterminal/config/themes.py
Original file line number Diff line number Diff line change
Expand Up @@ -569,4 +569,5 @@ def generate_theme(theme_name, color_depth):
bg = " ".join(bg_codes[2:])
new_style = (style_name, "", "", "", fg, bg)
urwid_theme.append(new_style)
print(new_style)
return urwid_theme

0 comments on commit 0c7dc4d

Please sign in to comment.