Add theme command
This commit is contained in:
parent
337f3ed06c
commit
9b84cec204
1 changed files with 13 additions and 0 deletions
13
bin/theme
Executable file
13
bin/theme
Executable 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
|
Loading…
Reference in a new issue