Skip to content

Instantly share code, notes, and snippets.

@RustemB
Created October 1, 2021 18:57
Show Gist options
  • Save RustemB/a79cc846557e6720e69e55dba32a15c4 to your computer and use it in GitHub Desktop.
Save RustemB/a79cc846557e6720e69e55dba32a15c4 to your computer and use it in GitHub Desktop.
#!/bin/bash
for i in '216 9 126' '216 9 126' '140 87 156' '36 70 142' '36 70 142'; do
printf '\e[48;2;%sm%20s\e[m\n' ${i// /;}
done
#!/bin/bash
for i in '255 0 24' '255 165 44' '255 255 65' '0 128 24' '0 0 249' '134 0 125'; do
printf '\e[48;2;%sm%20s\e[m\n' ${i// /;}
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment