Skip to content

Commit

Permalink
color bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pennybelle committed Aug 31, 2024
1 parent d7bda12 commit 59fad25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pbfetch/main_funcs/horizontal_formatter.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def replace_keyword(template, keyword, stat):
replaced_template = []

for line in template:
line = "</rgb>" + line
line = "<rgb(255,255,255)></rgb>" + line

# if no keyword add line to replace template and continue
if keyword not in line:
Expand Down

0 comments on commit 59fad25

Please sign in to comment.