Skip to content

Commit

Permalink
✨ Make colorquote more readable
Browse files Browse the repository at this point in the history
Now looks like more of a card, and hopefully ensures that full thing is
printed since not just spaces.
  • Loading branch information
MicahElliott committed Oct 23, 2023
1 parent 1ea3a99 commit 0bfa13a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions colorquote
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ quote=$quotes[$qi]
color=$(( ${RANDOM} % 256 + 1 ))
c=$(card)

print
print "\x1b[48;5;${color}m \e[0m"
print "\x1b[48;5;${color}m $c \e[0m $quote"
print "\x1b[48;5;${color}m \e[0m"
print
# print
print "\x1b[48;5;${color}m╭────╮\e[0m"
print "\x1b[48;5;${color}m$c \e[0m $quote"
print "\x1b[48;5;${color}m╰────╯\e[0m"
# print

0 comments on commit 0bfa13a

Please sign in to comment.