From 5049917c5b3a57f514cf54fa36c8d11bca9f3cbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Warcho=C5=82?= Date: Sun, 19 Apr 2020 09:36:27 +0200 Subject: [PATCH] WIP --- tests/selenized.sh | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/tests/selenized.sh b/tests/selenized.sh index 61940cf..fa31b7e 100755 --- a/tests/selenized.sh +++ b/tests/selenized.sh @@ -6,35 +6,35 @@ DIM="\e[37m" RESET="\e[0m" echo -e "$BRIGHT - _ _ _ - ___ ___| | ___ _ __ (_)_______ __| | - / __|/ _ \ |/ _ \ '_ \| |_ / _ \/ _' | - \__ \ __/ | __/ | \ | |/ / __/ (_| | - |___/\___|_|\___|_| |_|_/___\___|\__,_| + _ _ _ + ___ ___| |___ _ __ (_)_______ __| | + / __| _ \ | _ \ '_ \| |_ / _ \ _' | + \__ \ __/ | __/ | \ | |/ /| __/(_| | + |___/.__|_|.__|_| |_|_/___/.__|__._| $DIM - author: Jan WarchoĊ‚ + Solarized done right $RESET" echo -en "\e[0m " -for color in 40 100 47 46 44 45 41 43 42 47 100 40; do +for color in 40 100 47 41 43 42 46 44 45 47 100 40; do echo -en "\e[${color}m " done echo -e "\e[0m" echo -ne " - ${BOLD}Selenized${RESET} is a color palette based on Ethan Shoonover's ${BOLD}Solarized.${RESET} - I have adjusted hues and lightness to decrease ambiguity and ensure - readability in all conditions. -" + Fine-tuned color palette for programmers with focus on ${BOLD}readability,${RESET} + with ${BOLD}beautiful,${RESET} vibrant and easily distinguishable accent colors. -echo -en " - ${DIM}Note how using just slightly softer color can make this note appear - less important than the rest of the text while still being legible.${RESET} " -loremipsum="\n \e[0mLorem ipsum dolor sit amet, consectetur adipiscing elit, sed tempor" -echo -en "$loremipsum\n " -for color in 90 37 39 36 34 35 31 33 32 39 37 90; do - echo -en "\e[${color}m Text" -done -echo -e "$loremipsum\n" +# echo -en " +# ${DIM}Note how using just slightly softer color can make this note appear +# less important than the rest of the text while still being legible.${RESET} +# " + +# loremipsum="\n \e[0mLorem ipsum dolor sit amet, consectetur adipiscing elit, sed tempor" +# echo -en "$loremipsum\n " +# for color in 90 37 39 36 34 35 31 33 32 39 37 90; do +# echo -en "\e[${color}m Text" +# done +# echo -e "$loremipsum\n"