Skip to content

Commit 9493079

Browse files
2 parents 7aba979 + 67a445b commit 9493079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

colortest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def printColorsByDeltaOnBg(background, delta):
163163
if contrast >= delta:
164164
foreground = str(i)
165165
_background = str(background)
166-
color = f'\033[38;5;{foreground}m\033[48;5;{_background}m {foreground} on {_background}\033[0m. Delta: {round(contrast)}'
166+
color = f'\033[38;5;{foreground}m\033[48;5;{_background}m {foreground} on {_background}\033[0m. Delta: {round(contrast)} '
167167
sys.stdout.write(color.ljust(4))
168168

169169

0 commit comments

Comments
 (0)