Add theme command

This commit is contained in:
Talia 2021-02-25 08:51:14 +01:00
parent 337f3ed06c
commit 9b84cec204
1 changed files with 13 additions and 0 deletions

13
bin/theme Executable file
View File

@ -0,0 +1,13 @@
#!/bin/sh
colours() {
for colour in 0 1 2 3 4 5 6 7
do
echo -n "\033[3${colour}m██ "
done
echo "\033[0m"
}
colours
echo -n "\033[2m"
colours