-
Notifications
You must be signed in to change notification settings - Fork 347
Change the text "Rocky" to "world" to match the screenshot correctly #1271
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Change the text "Rocky" to "world" to match the screenshot correctly
Test results for e1f4a66:
|
@@ -66,23 +66,23 @@ We can write a script to observe the color change. | |||
# Font color cycle | |||
for color1 in {31..37} | |||
do | |||
echo -e "\033[0;${color1};40m---hello! Rocky---\033[0m" | |||
echo -e "\033[0;${color1};40m---hello! world---\033[0m" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
echo -e "\033[0;${color1};40m---hello! world---\033[0m" | |
echo -e "\033[0;${color1};40m---hello! World---\033[0m" |
done | ||
|
||
echo "-------" | ||
|
||
# Background color cycle | ||
for color2 in {40..47} | ||
do | ||
echo -e "\033[30;${color2}m---hello! Rocky---\033[0m" | ||
echo -e "\033[30;${color2}m---hello! world---\033[0m" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
echo -e "\033[30;${color2}m---hello! world---\033[0m" | |
echo -e "\033[30;${color2}m---hello! Rocky world---\033[0m" |
done | ||
|
||
echo "-------" | ||
|
||
# Cycle of display mode | ||
for color3 in 0 1 4 5 7 8 | ||
do | ||
echo -e "\033[${color3};37;40m---hello! Rocky---\033[0m" | ||
echo -e "\033[${color3};37;40m---hello! world---\033[0m" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
echo -e "\033[${color3};37;40m---hello! world---\033[0m" | |
echo -e "\033[${color3};37;40m---Hello! Rocky World---\033[0m" |
@SergeCroise I understand what @jimcat8 is trying to convey here. He has a screen shot in the gemstone that reflects the original text. Changing it means changing the screenshots too. |
Change the text "Rocky" to "world" to match the screenshot correctly
Author checklist (Completed by original Author)
Rocky Documentation checklist (Completed by Rocky team)