1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-11-21 19:11:30 +01:00

zsh: colors: add info about ansi colors

This commit is contained in:
bretello 2023-12-21 16:14:14 +01:00
parent 58393456a9
commit b73838f58b
Signed by: brethil
GPG Key ID: 876AAC6290170FE7

View File

@ -1,3 +1,9 @@
# ansi colors are pretty simple. In 256 color mode, for a given
# (r, g, b) tuple:
# \x1b[38;2;r;g;bm - foreground
# \x1b[48;2;r;g;bm - background
# ANSI COLOR ESCAPES # ANSI COLOR ESCAPES
# CLEAR # CLEAR
CLEAR='\e[0m' # CLEAR CLEAR='\e[0m' # CLEAR