mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-04 04:14:22 +02:00
Add some files for manually testing fonts, colors and UTF8
This commit is contained in:
parent
7c3d5f76f3
commit
1d86bd6ec6
3 changed files with 228 additions and 0 deletions
19
test/files/colortest.sh
Executable file
19
test/files/colortest.sh
Executable file
|
@ -0,0 +1,19 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
echo -e "\033[0m\033[30mBLACK\t\033[40m \033[0m"
|
||||
echo -e "\033[0m\033[31mRED\t\033[41m \033[0m"
|
||||
echo -e "\033[0m\033[32mGREEN\t\033[42m \033[0m"
|
||||
echo -e "\033[0m\033[33mYELLOW\t\033[43m \033[0m"
|
||||
echo -e "\033[0m\033[34mBLUE\t\033[44m \033[0m"
|
||||
echo -e "\033[0m\033[35mMAGENTA\t\033[45m \033[0m"
|
||||
echo -e "\033[0m\033[36mCYAN\t\033[46m \033[0m"
|
||||
echo -e "\033[0m\033[37mWHITE\t\033[47m \033[0m"
|
||||
echo -e "\033[0m\033[90mBRIGHT BLACK\t\033[100m \033[0m"
|
||||
echo -e "\033[0m\033[91mBRIGHT RED\t\033[101m \033[0m"
|
||||
echo -e "\033[0m\033[92mBRIGHT GREEN\t\033[102m \033[0m"
|
||||
echo -e "\033[0m\033[93mBRIGHT YELLOW\t\033[103m \033[0m"
|
||||
echo -e "\033[0m\033[94mBRIGHT BLUE\t\033[104m \033[0m"
|
||||
echo -e "\033[0m\033[95mBRIGHT MAGENTA\t\033[105m \033[0m"
|
||||
echo -e "\033[0m\033[96mBRIGHT CYAN\t\033[106m \033[0m"
|
||||
echo -e "\033[0m\033[97mBRIGHT WHITE\t\033[107m \033[0m"
|
||||
echo -e "\033[0m\033[0m"
|
Loading…
Add table
Add a link
Reference in a new issue