Created
October 29, 2018 08:24
-
-
Save malikbenkirane/bf262583c938db8594e1098ce5a0fbc1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!bin/sh | |
# tested with st 0.8.1 (c) 2010-2016 st engineers (st.suckless.org) on OpenBSD 6.4 (openbsd.org) | |
echo -e '08 - 0F (bright) \033[7m\033[30;1m \033[31;1m \033[032;1m \033[033;1m \033[034;1m \033[035;1m \033[036;1m \033[037;1m \033[0m' | |
echo -e '00 - 07 (normal) \033[7m\033[30m \033[31m \033[032m \033[033m \033[034m \033[035m \033[036m \033[037m \033[0m' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment